If not, tell me what specific problem you have? Are
boost headers not found?
Or you get an error from Boost.Build? Or something
else?
Hi Volody,
thanks for the helping, but it would'nt work...
The compliler could'nt find the boost header file.
bjam should add -I$(BOOST_ROOT) to the command line
invocation for compiling.
Again my Jamfile
ECHO " Build :\"" $(__name__) " boost dir: "
$(BOOST_ROOT) ;
exe hello1 : hello.cpp :
<include>D:\Temp\boost_1_33_0 ; # hard coded... bad
And this is my cmd output:
D:\Temp\my_prj>bjam -d4 release
Build :" Jamfile boost dir:
D:\Temp\boost_1_33_0
make -- all
make -- all
time -- all: unbound
make -- hello1.exe
make -- hello1.exe
bind -- hello1.exe:
bin\msvc\release\hello1.exe
time -- hello1.exe:
missing
make -- bin\msvc\release
make -- bin\msvc\release
time -- bin\msvc\release: Thu Sep 22
20:47:40 2005
make -- bin\msvc
make -- bin\msvc
time -- bin\msvc: Thu Sep 22 20:47:40 2005
make -- bin
make -- bin
time -- bin: Thu Sep 22 20:47:40 2005
made stable bin
made stable bin\msvc
made stable bin\msvc\release
make -- hello.obj
make -- hello.obj
bind -- hello.obj:
bin\msvc\release\hello.obj
time -- hello.obj:
missing
make -- hello.cpp
make -- hello.cpp
bind -- hello.cpp:
hello.cpp
time -- hello.cpp:
Thu Sep 22 20:37:12 2005
make -- hello.cpp
make -- hello.cpp
bind -- hello.cpp: hello.cpp
time -- hello.cpp: Thu Sep 22 20:37:12
2005
made stable hello.cpp
make -- hello.cpp
make -- hello.cpp
time -- hello.cpp:
unbound
make --