Unresolved inclusion: <boost/python.hpp> in Eclipse -
i have installed boost python in c:\boost in installation run c:\program files\boost_1_65_1 root directory.
|c:\ |--|boost |--|--|bin |--|--|share |c:\ |--|program files |--|--|boost_1_65_1 c:\mingw\bin has been added system's path. in eclipse, #include <boost/python.hpp> or relating <boost\[directory]> keeps returning 'unresolved inclusion' error.
i have added c:\mingw\bin system's 'path'. in eclipse added following gnu c++ 'include directories' in 'paths , symbols':
c:\boost c:\program files\boost\boost_1_65_1\libs c:\program files\boost\boost_!_65_1\boost c:\mingw\lib\gcc\mingw32\5.3.0\include\c++ what settings need edited?
bjam --debug-configuration has run root folder
c:\program files\boost\boost_1_65_1
at end of compilation, go
project properties > c/c+ build
and add links compiler include paths (in case cross g++ compiler > include). boost library should accessible #include <boost/whatever>.
Comments
Post a Comment