Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-05-21 14:12:36


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

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk