Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-05-15 04:14:21


Ouch, I discovered something else. I added the following to the
Jamrules file:

STLPORT_PATH = <path to STL> ;
TOOLS = msvc-stlport ;

BUILD = debug release
<threading>multi
<runtime-link>dynamic
<rtti>off
<stlport-iostream>off
<stlport-version>4.0
;

And now the build fails with the following:

[snip]

MkDir1 libs\regex\build\bin\libboost_regex.lib\msvc-stlport\debug\debug-symbols-on\exception-handling-on\inlining-off\optimization-off\rtti-off\runtime-build-debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off

mkdir libs\regex\build\bin\libboost_regex.lib\msvc-stlport\debug\debug-symbols-on\exception-handling-on\inlining-off\optimization-off\rtti-off\runtime-build-debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off

...failed MkDir1 libs\regex\build\bin\libboost_regex.lib\msvc-stlport\debug\debug-symbols-on\exception-handling-on\inlining-off\optimization-off\rtti-off\runtime-build-debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off...

[snip]

The generated directory names are way too long and my NTFS
filesystem can't handle them... :-(

Markus

 


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