MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

make all failed mesh/src/AABB_n_tree.h:6:10: fatal error: vector: No such file or directory #94

Open KVBK01 opened 8 months ago

KVBK01 commented 8 months ago

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 commented 5 months ago

Same problem, did you find a solution for this?