11 Feb
2005
11 Feb
'05
4:53 p.m.
2) Compiling libs/config/test/config_info.cpp with mingw (cross-compiler linux x86 - win32) gives the following errors: guest@asterix:~/boost/boost_1_31_0/libs/config/test$ i586-mingw32msvc-g++ config_info.cpp -o config_infoW config_info.cpp:14:28: boost/config.hpp: No such file or directory config_info.cpp:15:29: boost/version.hpp: No such file or directory
You forgot to add the Boost include path in the command line, that should have been: i586-mingw32msvc-g++ -I../../../ config_info.cpp -o config_infoW John.