Boost logo

Boost :

From: Samuel Krempp (krempp_at_[hidden])
Date: 2002-10-10 15:06:49


I installed kylix 3 open edition (downloaded freely from borland),
hoping to understand the format test reports with the borland compilers.

the compiler won't work at all with boost, I don't see what I missed :

. unziped and launched borland's installer. chose to install, as user,
to /opt/kylix3
[ . launched the kylix IDE, compiled and ran an empty GUI application ]
. moved to boost's root directory (tried both cvs's trunk and RC branch,
fresh checked out)
. bjam -s"TOOLS=kylix" -s"BCCROOT=/opt/kylix3"

all compils fail, with

Error E2268 /opt/kylix3/include/stlport/stl/_alloc.h 181: Call to
undefined function '__stl_new' in function

(full excerpt attached, to prevent line-wraps)

Is it me ?

-- 
Samuel

marvin% cd $BOOST_ROOT
marvin% cvs -q -z3 up -r RC_1_29_0 -C
marvin% cd libs/config/test/
marvin% bjam -s"TOOLS=kylix" -s"BCCROOT=/opt/kylix3" config_info
...found 35 targets...
...updating 5 targets...
kylix-C++-action ../../../libs/config/test/bin/config_info.test/kylix/debug/config_info.o
config_info.cpp:
Error E2268 /opt/kylix3/include/stlport/stl/_alloc.h 181: Call to undefined function '__stl_new' in function __new_alloc::allocate(unsigned int)
Error E2034 /opt/kylix3/include/stlport/stl/_alloc.h 181: Cannot convert 'int' to 'void *' in function __new_alloc::allocate(unsigned int)
Error E2268 /opt/kylix3/include/stlport/stl/_alloc.h 184: Call to undefined function '__stl_delete' in function __new_alloc::deallocate(void *,unsigned int)
*** 3 errors in Compile ***

    "/opt/kylix3/bin/bc++" -j5 -q -c -w -Ve -Vx -a8 -x -xd -RT -v -Od -vi- -tC -DBOOST_NO_THREADS -I"../../../libs/config/test" -I"/home/var/tmp/Boost" -I"/opt/kylix3/include" -o"../../../libs/config/test/bin/config_info.test/kylix/debug/config_info.o" "config_info.cpp"

...failed kylix-C++-action ../../../libs/config/test/bin/config_info.test/kylix/debug/config_info.o...
...skipped <libs!config!test/config_info.test/kylix/debug>config_info for lack of <libs!config!test/config_info.test/kylix/debug>config_info.o...
succeeded-test-file ../../../libs/config/test/bin/config_info.test/kylix/debug/config_info.test
*
***************** failed above test: config_info ********************
*
...failed updating 1 target...
...skipped 2 targets...
...updated 2 targets...


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk