MPI-IS / mesh

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

fatal error: 'boost/config.hpp' file not found #include <boost/config.hpp> #86

Open Sprinkle0 opened 1 year ago

Sprinkle0 commented 1 year ago

help me

Arish2022 commented 1 year ago

@Sprinkle0 Could you please how you figured this issue out? I have the same problem and not able to install this.

Thanks in advance for your help.

Sprinkle0 commented 1 year ago

my path was wrong.you can check the command line you use. for example,BOOST_INCLUDE_DIRS=/Users/xiaoyu/Downloads/boost_1_81_0/include make all. BTW,I gave up using this pakckage cuz i encoutered so many problems and this library is no loger updating.

Arish2022 commented 1 year ago

@Sprinkle0 Thank you for your reply. May I know which software you decided to use instead of this one?

Thanks again.

Sprinkle0 commented 1 year ago

@Sprinkle0 Thank you for your reply. May I know which software you decided to use instead of this one?

Thanks again.

My partner use windows and it works, but my macbook don't work. you may try another library like opencv or use matlab.

delaprada commented 6 months ago

For those who doesn't have sudo right and have problem with fatal error: 'boost/config.hpp'. Try copying the boost folder to this directory: /CGAL-4.7/include/ so that /CGAL-4.7/include/CGAL/config.h can find the boost directory and successfully include boost/config.hpp. I try configure the BOOST_INCLUDE_DIR previously but it doesn't work. This work for me:

image