Boost logo

Boost-Build :

Subject: [Boost-build] Boost 1.40 and stlport problem
From: Frank Black (rolles.dump_at_[hidden])
Date: 2009-11-01 17:14:10


Hi,
Im trying to build Boost with stlport. I've added the following to
user-config.jam:

using stlport : 5.2.1 :
C:/STLport-5.2.1/stlport
C:/STLport-5.2.1/lib/evc8-arm
C:/STLport-5.2.1/bin/evc8-arm ;

And this is my command line:

bjam --with-signals --build-dir=c:\wps\boostbuild build-type=complete
msvc-WCE /link=static /runtime-link=static --stdlib=stlport-5.2.1

But I get the following error:

*** argument error
* rule stlport.init ( version ? : headers : libraries * )
* called with: ( 5.2.1 : C:/STLport-5.2.1/stlport
C:/STLport-5.2.1/lib/evc8-arm
C:/STLport-5.2.1/bin/evc8-arm : : : : : : )
* extra argument C:/STLport-5.2.1/lib/evc8-arm
C:/Flir/boost/boost_1_40_0/tools/build/v2/tools\stlport.jam:290:see
definition o
f rule 'init' being called
C:/Flir/boost/boost_1_40_0/tools/build/v2/build\project.jam:874: in using
C:\Flir\boost\boost_1_40_0\tools/build/v2\user-config.jam:103: in
modules.load
C:/Flir/boost/boost_1_40_0/tools/build/v2\build-system.jam:241: in
load-config
C:/Flir/boost/boost_1_40_0/tools/build/v2\build-system.jam:383: in
load-configur
ation-files
C:/Flir/boost/boost_1_40_0/tools/build/v2\build-system.jam:538: in load
C:\Flir\boost\boost_1_40_0\tools\build\v2/kernel\modules.jam:283: in import
C:\Flir\boost\boost_1_40_0\tools\build\v2\kernel\bootstrap.jam:138: in
boost-bui
ld
C:\Flir\boost\boost_1_40_0\boost-build.jam:16: in module scope

This feels really strange, as I've read multiple posts that this is the
strings to provide. Anyone knows what's going on?



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