bjam --v2 test_exported msvc-8.0
c:/boost/tools/build/v2/tools\stlport.jam:314: in
stlport.init
*** argument error
* rule stlport-target ( headers ? : libraries + : version ?
)
* called with: ( c:/src/STLPort/STLport-4.5.3 : : )
* missing argument libraries
My user-config.jam contains:
# STLPort configuration
# Configure, specifying location of STLPort headers.
# Libraries must be either not needed, or available to
# the compiler by default
# using stlport : : /usr/include/stlport ;
using stlport : : c:/src/STLPort/STLport-4.5.3 ;
So I just followed the example.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|