Open giangde091285 opened 4 years ago
Hi, I have very little experience compiling boost code on windows,but I'll try to help.
include/Graph.h
#include <boost/foreach.hpp>
and see if the ompiler is able to locate boost at all.
DBOOST_INCLUDEDIR
?Thank your very for your kind reply. For the first point. I have tried and it shows the same result.
D:/GIT_Giang/point-cloud-regularization/CutPursuit/include/Graph.h:2:29: fatal error: boost/foreach.hpp: No such file or
directory
compilation terminated.
For the second point DBOOST_INCLUDEDIR: C:\boost_1_66_0\boost DBOOST_LIBRARYDIR: C:\boost_1_66_0\libs DBOOST_ROOT: C:\boost_1_66_0
For the third point: I am not able to compile the code with QT.
Hi, I got an issues with fatal error: boost/graph/properties.hpp: No such file or directory
As you can see below for more detail. Do you have any idea how to setup correct path to the 'Boost Libraries" n my system? I am using window 10, 64 bit and "C:\boost_1_66_0". Thank you very much!