Dear all,
sorry for bothering you again, but the problem did not
disappear. With the changes from Juergen it worked
yesterday. But today it does not anymore (maybe I was too
tired yesterday...).
You find my Jamroot[1] and the output of "bjam -d+2"[2]
below. The strange thing is that the file "C:\boost_1_50_0\bin.v2\libs\filesystem\build\msvc-9.0\debug\threading-multi\boost_filesystem-vc90-mt-gd-1_50.lib"
exists. However, the linker reports that it cannot open
it.
I am greatful for any help, since I am new to boost.
Thank you,
Ronny
[1]:
using msvc ;
use-project boost
: c:/boost_1_50_0 ;
project spectraImport
: requirements
<library>/boost/filesystem//boost_filesystem
<library>/boost/regex//boost_regex
# disable autolinking
<define>BOOST_ALL_NO_LIB
: build-dir ../boost-build
;
exe spectraImport
: [ glob *.cpp ]
;
install ../boost-build : spectraImport ;