Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). MkDir1 ../../../bin.v2/libs/python/test mkdir "../../../bin.v2/libs/python/test" MkDir1 ../../../bin.v2/libs/python/test/return_arg.test mkdir "../../../bin.v2/libs/python/test/return_arg.test" MkDir1 ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1 mkdir "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1" MkDir1 ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug mkdir "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug" MkDir1 ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi mkdir "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi" darwin.compile.c++ ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.o "g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -dynamic -Wno-long-double -no-cpp-precomp -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION -I"../../.." -I"/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3" -c -o "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.o" "return_arg.cpp" darwin.link.dll ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg_ext.so g++ -dynamiclib -o "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg_ext.so" "../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.o" "../../../bin.v2/libs/python/build/darwin-4.0.1/debug/threading-multi/libboost_python-40-mt-gd-1_35.dylib" -framework Python -g capture-output ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg DYLD_LIBRARY_PATH=/Volumes/scratch/dgregor/BoostRegressionTesting/boost/bin.v2/libs/python/build/darwin-4.0.1/debug/threading-multi:/Volumes/scratch/dgregor/BoostRegressionTesting/boost/bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi:$DYLD_LIBRARY_PATH export DYLD_LIBRARY_PATH PYTHONPATH=../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi:$PYTHONPATH export PYTHONPATH /System/Library/Frameworks/Python.framework/Versions/2.3/bin/python return_arg.py > ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.output 2>&1 status=$? echo >> ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.output echo EXIT STATUS: $status >> ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.output if test $status -eq 0 ; then cp ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.output ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg fi verbose=0 if test $status -ne 0 ; then verbose=1 fi if test $verbose -eq 1 ; then echo ====== BEGIN OUTPUT ====== cat ../../../bin.v2/libs/python/test/return_arg.test/darwin-4.0.1/debug/threading-multi/return_arg.output echo ====== END OUTPUT ====== fi exit $status ====== BEGIN OUTPUT ====== Fatal Python error: Interpreter not initialized (version mismatch?) running... EXIT STATUS: 134 ====== END OUTPUT ====== ...failed updating 1 target...