On Friday 22 May 2009 16:30:57 David Deakins wrote:
Hi Vassili,
vassilux a écrit :
But I can't build it and here errors :
C:\Program Files\boost>bjam --without-mpi --without-python link=shared
threading=multi stage toolset=msvc-8.0~wm5~stlport5.2
stdlib=stlport-5.2~evc8~arm --build-type=complete
I don't think this bjam statement is formatted properly. I would expect
that you need to do something more like:
bjam --without-mpi --without-python debug
msvc-8.0~wm5~stlport5.2/threading=multi/link=shared/stdlib=stlport-5.2~evc8~arm
Actually, "/" above is not necessary, and has no effect. It would have effect
if you had more items, e.g:
gcc/debug msvc/release
will build two variants, whereas
gcc msvc debug release
will build 4 combinations.
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build