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 all failed mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory #94

Open
KVBK01 opened this issue Oct 30, 2023 · 2 comments

Comments

@KVBK01
Copy link

KVBK01 commented Oct 30, 2023

I am operating on Ubuntu and python3.9, and it said mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory

Could someone please help me how to fix this ?

PS: I installed boost using
sudo apt-get install libboost-dev

In file included from mesh/src/aabb_normals.cpp:10:
mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory
6 | #include
| ^~~~~~~~
compilation terminated.
error: command '/home/gu/anaconda3/envs/pytorchFaceDif5/bin/gcc' failed with exit code 1
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

@BukuBukuChagma
Copy link

Same problem, did you find a solution for this?

@bas1l
Copy link

bas1l commented Nov 5, 2024

I managed to fix the same issue by doing the following.

I used the CGAL version 4.8 instead of the 4.7

(don't forget to make clean before)

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

3 participants