Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-02-11 11:53:06


>
> 2) Compiling libs/config/test/config_info.cpp with mingw (cross-compiler
> linux x86 - win32) gives the following errors:
> guest_at_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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net