hello Volodya,
could you, please, be a bit more precise? in which file do I have to change what and where?
I can take any sample project (which uses boost and not just the headerfiles, e.g.
#include <boost/lambda/lambda.hpp>) and I still get the same error msg.
for the installation I followed this
guide mtec-hg-docking-1-dhcp-232:boost_1_36_0 JuWie$ ./configure
-n Building Boost.Jam with toolset darwin...
tools/jam/src/bin.macosxx86/bjam
-n Detecting Python version...
2.5
-n Detecting Python root...
/System/Library/Frameworks/Python.framework/Versions/2.5
-n Unicode/ICU support for Boost.Regex?...
not found.
Generating Boost.Build configuration in user-config.jam...
Generating Makefile...
mtec-hg-docking-1-dhcp-232:boost_1_36_0 JuWie$ sudo make install
Password:
./tools/jam/src/bin.macosxx86/bjam --user-config=user-config.jam --prefix=/usr/local --exec-prefix=/usr/local --libdir=/usr/local/lib --includedir=/usr/local/include install
and I set the env variable
mtec-hg-docking-1-dhcp-232:include JuWie$ DYLD_LIBRARY_PATH=/usr/local/lib/:${DYLD_LIBRARY_PATH}
mtec-hg-docking-1-dhcp-232:include JuWie$ export DYLD_LIBRARY_PATH
how do I find out about the timestamp of the boost library which I am using?
I downloaded it yesterday at 7:20 PM from
this page and the folder boost_1_36_0 was created on the 14 Aug at 2:40 PM. does this answer your question?
Judith