Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make[99%] error && void declareXXXX(py::module & m) {^} #67

Open
Penge666 opened this issue Jul 13, 2022 · 2 comments
Open

make[99%] error && void declareXXXX(py::module & m) {^} #67

Penge666 opened this issue Jul 13, 2022 · 2 comments

Comments

@Penge666
Copy link

I'm running make, and 99% of it appears

In file included from /home/user/Desktop/envirment/g2opy/python/g2o. cpp:19:0:
/home/user/Desktop/envirment/g2opy/python/core/base_ unary_ edge. h: At global scope:
/home/user/Desktop/envirment/g2opy/python/core/base_ unary_ edge. h:33:6: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareBaseUnaryEdge(py::module & m) {
In file included from /home/user/Desktop/envirment/g2opy/python/g2o. cpp:20:0:
/home/user/Desktop/envirment/g2opy/python/core/base_ binary_ edge. h:40:6: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareBaseBinaryEdge(py::module & m) {
In file included from /home/user/Desktop/envirment/g2opy/python/g2o. cpp:25:0:
/home/user/Desktop/envirment/g2opy/python/core/linear_ solver. h:38:6: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareLinearSolver(py::module & m) {

I don't know how to deal with it. I wonder if you can provide some valuable installation experience?
Say thank you in advance!!!

@Weiyi-Zhang258
Copy link

#48 may help

@Penge666
Copy link
Author

Penge666 commented Oct 5, 2022

#48 may help

Thanks, I have solved it. It is caused by insufficient memory of your computer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants