Boost logo

Boost Users :

From: Avram Aelony (aavram_at_[hidden])
Date: 2003-10-21 03:05:51


Hi,

I would like to use Boost on my Powerbook G4 running Jaguar (Mac Os X
10.2.8).
I have tried to make as much sense as possible from Boost documentation
concerning bjam and tried to install Boost yet I suspect it failed, as
I see no newly created target (library, object file, etc..).

If anyone uses Boost running on Mac Os X, I would be grateful to learn
of how they installed Boost and how they currently use Boost in the
sense of "Best practices". I'm fluent in c++ and I look forward to
being able to write my c++ code invoking Boost objects/functions.

Any help appreciated.

thanks,

Avram

More detailed info...

Using my Powerbook G4 running Mac Os X 10.2.8 with gcc 3.3 and I did
the following:

-downloaded boost-1.30.2.tar.gz
-downloaded boost-jam-3.1.7.tgz
-created a directory in ~/Library called Boost and moved the two
downloaded files there.
-expanded downloaded boost-jam-3.1.7.tgz and ran build.sh
-opened my ~/.cshrc file and set my path to include
~/Library/Boost/boost-jam-3.1.7/bin.macosxppc
-expanded boost-1.30.2.tar.gz and went to directory with jam files
-set up my environment variables relating to Python, i.e.
setenv PYTHON_ROOT /sw/bin/python
setenv PYTHON_LIB_PATH /sw/lib/python2.2/config
setenv PYTHON_INCLUDES /sw/include/python2.2
[aa:~/Library/Boost/boost-1.30.2] aelony% which python
/sw/bin/python
[aa:~/Library/Boost/boost-1.30.2] aelony% python -V
Python 2.2.2

-ran bjam
[aa:~] aelony% which bjam
/Users/aelony/Library/Boost/boost-jam-3.1.7/bin.macosxppc/bjam
[aa:~] aelony% cd /Users/aelony/Library/Boost/boost-1.30.2

[aa:~/Library/Boost/boost-1.30.2] aelony% ls
Jamfile* boost/ doc/ more/
   tools/
Jamfile.v2* boost-build.jam* google_logo_40wht.gif* people/
Jamrules* boost.css* index.htm* project-root.jam*
README* c++boost.gif* libs/ status/

Here is what it output, with modest indications of failure....

[aa:~/Library/Boost/boost-1.30.2] aelony% bjam

...patience...
...found 3066 targets...
...updating 138 targets...
MkDir1 libs/python/build/bin-stage
MkDir1 libs/python/build/bin
MkDir1 libs/python/build/bin/libboost_python.dylib
MkDir1 libs/python/build/bin/libboost_python.dylib/gcc
MkDir1 libs/python/build/bin/libboost_python.dylib/gcc/debug
MkDir1
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic
MkDir1
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/numeric.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/numeric.hpp:9,
                  from libs/python/src/numeric.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/list.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/list.hpp:9,
                  from libs/python/src/list.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/long.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/long.hpp:9,
                  from libs/python/src/long.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/dict.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/dict.hpp:9,
                  from libs/python/src/dict.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/tuple.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from libs/python/src/tuple.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/str.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/str.hpp:9,
                  from libs/python/src/str.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/aix_init_module.o
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/from_python.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
from_python.hpp:11,
                  from libs/python/src/converter/from_python.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/registry.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from libs/python/src/converter/registry.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/type_id.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_class.hpp:21,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
indirect_traits.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
decorated_type_id.hpp:10,
                  from libs/python/src/converter/type_id.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/enum.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
enum_base.hpp:9,
                  from libs/python/src/object/enum.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/class.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
class.hpp:13,
                  from libs/python/src/object/class.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/function.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/args_fwd.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function.hpp:10,
                  from libs/python/src/object/function.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/inheritance.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
inheritance.hpp:12,
                  from libs/python/src/object/inheritance.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/life_support.o
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/pickle_support.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_value.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
default_call_policies.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
make_function.hpp:9,
                  from libs/python/src/object/pickle_support.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/errors.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from libs/python/src/errors.cpp:11:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/module.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/scope.hpp:9,
                  from libs/python/src/module.cpp:9:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/builtin_converters.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
libs/python/src/converter/builtin_converters.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/arg_to_python_base.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python_base.hpp:9,
                  from
libs/python/src/converter/arg_to_python_base.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/iterator.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:29,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function2.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function_object.hpp:9,
                  from libs/python/src/object/iterator.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_protocol.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_protocol.hpp:12,
                  from libs/python/src/object_protocol.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_operators.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_operators.hpp:9,
                  from libs/python/src/object_operators.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python_debug.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main
_PyCallable_Check
_PyErr_Clear
_PyErr_Format
_PyEval_CallFunction
_PyExc_ImportError
_PyImport_Import
_PyInt_FromLong
_PyObject_GetAttrString
_PyObject_IsInstance
_PyString_FromStringAndSize
_PyType_IsSubtype
_PyType_Type
_PyErr_Occurred
_PyInt_AsLong
_PyList_Append
_PyList_Insert
_PyList_New
_PyList_Reverse
_PyList_Sort
_PyList_Type
_PyObject_CallFunction
_PyLong_Type
_PyDict_Clear
_PyDict_Copy
_PyDict_GetItem
_PyDict_Items
_PyDict_Keys
_PyDict_New
_PyDict_Type
_PyDict_Update
_PyDict_Values
__Py_NoneStruct
_PyTuple_New
_PyTuple_Type
_PyObject_CallMethod
_PyString_FromString
_PyString_Type
_PyErr_SetObject
_PyExc_ReferenceError
_PyExc_TypeError
_PyString_FromFormat
_PyInt_Type
_PyLong_FromUnsignedLong
_PyObject_IsTrue
_PyObject_RichCompareBool
_PyObject_Size
_PyString_AsString
_PyType_Ready
_PyBaseObject_Type
_PyCFunction_New
_PyErr_SetString
_PyExc_RuntimeError
_PyMem_Free
_PyMem_Malloc
_PyModule_Type
_PyObject_ClearWeakRefs
_PyObject_SetAttrString
_PyProperty_Type
_PyStaticMethod_New
_PyType_GenericAlloc
_PyClass_Type
_PyDict_Size
_PyErr_BadArgument
_PyMethod_New
_PyObject_GetItem
_PyObject_SetAttr
_PyStaticMethod_Type
_PyString_InternFromString
_PyTuple_Size
__Py_NotImplementedStruct
_PyWeakref_NewRef
__PyObject_New
_PyComplex_Type
_PyErr_NoMemory
_PyExc_OverflowError
_Py_InitModule4
_PyComplex_ImagAsDouble
_PyComplex_RealAsDouble
_PyFloat_Type
_PyLong_AsLongLong
_PyLong_AsUnsignedLong
_PyLong_AsUnsignedLongLong
_PyString_Size
_PyExc_StopIteration
_PyErr_ExceptionMatches
_PyExc_AttributeError
_PyObject_DelItem
_PyObject_GetAttr
_PyObject_SetItem
_PySequence_DelSlice
_PySequence_GetSlice
_PySequence_SetSlice
_PySlice_New
__PyEval_SliceIndex
_PyNumber_Add
_PyNumber_And
_PyNumber_Divide
_PyNumber_InPlaceAdd
_PyNumber_InPlaceAnd
_PyNumber_InPlaceDivide
_PyNumber_InPlaceLshift
_PyNumber_InPlaceMultiply
_PyNumber_InPlaceOr
_PyNumber_InPlaceRemainder
_PyNumber_InPlaceRshift
_PyNumber_InPlaceSubtract
_PyNumber_InPlaceXor
_PyNumber_Lshift
_PyNumber_Multiply
_PyNumber_Or
_PyNumber_Remainder
_PyNumber_Rshift
_PyNumber_Subtract
_PyNumber_Xor

     DYLD_LIBRARY_PATH=/sw/lib/python2.2/config
     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python_debug.dylib"
-L"/sw/lib/python2.2/config"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/numeric.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/list.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/long.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/dict.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/tuple.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/str.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/aix_init_module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/from_python.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/registry.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/type_id.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/enum.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/class.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/function.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/inheritance.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/life_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/pickle_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/errors.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/builtin_converters.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/arg_to_python_base.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/iterator.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_protocol.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_operators.o"

...failed gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python_debug.dylib...
...skipped <!libs!python!build!bin-stage>libboost_python_debug.dylib
for lack of
<libs!python!build/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true>libboost_python_debug.dylib...
MkDir1 libs/python/build/bin/libboost_python.dylib/gcc/release
MkDir1
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic
MkDir1
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/numeric.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/numeric.hpp:9,
                  from libs/python/src/numeric.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/list.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/list.hpp:9,
                  from libs/python/src/list.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/long.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/long.hpp:9,
                  from libs/python/src/long.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/dict.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/dict.hpp:9,
                  from libs/python/src/dict.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/tuple.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from libs/python/src/tuple.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/str.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/str.hpp:9,
                  from libs/python/src/str.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/aix_init_module.o
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/from_python.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
from_python.hpp:11,
                  from libs/python/src/converter/from_python.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/registry.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from libs/python/src/converter/registry.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/type_id.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_class.hpp:21,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
indirect_traits.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
decorated_type_id.hpp:10,
                  from libs/python/src/converter/type_id.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/enum.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
enum_base.hpp:9,
                  from libs/python/src/object/enum.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/class.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
class.hpp:13,
                  from libs/python/src/object/class.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/function.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/args_fwd.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function.hpp:10,
                  from libs/python/src/object/function.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/inheritance.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
inheritance.hpp:12,
                  from libs/python/src/object/inheritance.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
libs/python/src/object/inheritance.cpp: In function `
    __gnu_cxx::__normal_iterator<boost::<unnamed>::index_entry*,
    std::vector<boost::<unnamed>::index_entry,
    std::allocator<boost::<unnamed>::index_entry> > >
    boost::<unnamed>::demand_type(boost::python::type_info)':
libs/python/src/object/inheritance.cpp:217: warning: unused variable
`vertex_t
    v2'
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/life_support.o
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/pickle_support.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_value.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
default_call_policies.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
make_function.hpp:9,
                  from libs/python/src/object/pickle_support.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/errors.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from libs/python/src/errors.cpp:11:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/module.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/scope.hpp:9,
                  from libs/python/src/module.cpp:9:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/builtin_converters.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
libs/python/src/converter/builtin_converters.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/arg_to_python_base.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python_base.hpp:9,
                  from
libs/python/src/converter/arg_to_python_base.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/iterator.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:29,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function2.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function_object.hpp:9,
                  from libs/python/src/object/iterator.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/object_protocol.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_protocol.hpp:12,
                  from libs/python/src/object_protocol.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/object_operators.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_operators.hpp:9,
                  from libs/python/src/object_operators.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main
_PyCallable_Check
_PyErr_Clear
_PyErr_Format
_PyEval_CallFunction
_PyExc_ImportError
_PyImport_Import
_PyInt_FromLong
_PyObject_GetAttrString
_PyObject_IsInstance
_PyString_FromStringAndSize
_PyType_IsSubtype
_PyType_Type
_PyErr_Occurred
_PyInt_AsLong
_PyList_Append
_PyList_Insert
_PyList_New
_PyList_Reverse
_PyList_Sort
_PyList_Type
_PyObject_CallFunction
_PyLong_Type
_PyDict_Clear
_PyDict_Copy
_PyDict_GetItem
_PyDict_Items
_PyDict_Keys
_PyDict_New
_PyDict_Type
_PyDict_Update
_PyDict_Values
__Py_NoneStruct
_PyTuple_New
_PyTuple_Type
_PyObject_CallMethod
_PyString_FromString
_PyString_Type
_PyErr_SetObject
_PyExc_ReferenceError
_PyExc_TypeError
_PyString_FromFormat
_PyInt_Type
_PyLong_FromUnsignedLong
_PyObject_IsTrue
_PyObject_RichCompareBool
_PyObject_Size
_PyString_AsString
_PyType_Ready
_PyBaseObject_Type
_PyCFunction_New
_PyErr_SetString
_PyExc_RuntimeError
_PyMem_Free
_PyMem_Malloc
_PyModule_Type
_PyObject_ClearWeakRefs
_PyObject_SetAttrString
_PyProperty_Type
_PyStaticMethod_New
_PyType_GenericAlloc
_PyClass_Type
_PyDict_Size
_PyErr_BadArgument
_PyMethod_New
_PyObject_GetItem
_PyObject_SetAttr
_PyStaticMethod_Type
_PyString_InternFromString
_PyTuple_Size
__Py_NotImplementedStruct
_PyWeakref_NewRef
__PyObject_New
_PyComplex_Type
_PyErr_NoMemory
_PyExc_OverflowError
_Py_InitModule4
_PyComplex_ImagAsDouble
_PyComplex_RealAsDouble
_PyFloat_Type
_PyLong_AsLongLong
_PyLong_AsUnsignedLong
_PyLong_AsUnsignedLongLong
_PyString_Size
_PyExc_StopIteration
_PyErr_ExceptionMatches
_PyExc_AttributeError
_PyObject_DelItem
_PyObject_GetAttr
_PyObject_SetItem
_PySequence_DelSlice
_PySequence_GetSlice
_PySequence_SetSlice
_PySlice_New
__PyEval_SliceIndex
_PyNumber_Add
_PyNumber_And
_PyNumber_Divide
_PyNumber_InPlaceAdd
_PyNumber_InPlaceAnd
_PyNumber_InPlaceDivide
_PyNumber_InPlaceLshift
_PyNumber_InPlaceMultiply
_PyNumber_InPlaceOr
_PyNumber_InPlaceRemainder
_PyNumber_InPlaceRshift
_PyNumber_InPlaceSubtract
_PyNumber_InPlaceXor
_PyNumber_Lshift
_PyNumber_Multiply
_PyNumber_Or
_PyNumber_Remainder
_PyNumber_Rshift
_PyNumber_Subtract
_PyNumber_Xor

     DYLD_LIBRARY_PATH=/sw/lib/python2.2/config
     export DYLD_LIBRARY_PATH
     c++ -s -fPIC -shared -o
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib"
-L"/sw/lib/python2.2/config"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/numeric.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/list.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/long.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/dict.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/tuple.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/str.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/aix_init_module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/from_python.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/registry.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/type_id.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/enum.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/class.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/function.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/inheritance.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/life_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/pickle_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/errors.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/builtin_converters.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/arg_to_python_base.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/iterator.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/object_protocol.o"
"libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/object_operators.o"

...failed gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib...
...skipped <!libs!python!build!bin-stage>libboost_python.dylib for lack
of
<libs!python!build/libboost_python.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true>libboost_python.dylib...
MkDir1 libs/python/build/bin/libboost_python.a
MkDir1 libs/python/build/bin/libboost_python.a/gcc
MkDir1 libs/python/build/bin/libboost_python.a/gcc/debug
MkDir1
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
numeric.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/numeric.hpp:9,
                  from libs/python/src/numeric.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
list.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/list.hpp:9,
                  from libs/python/src/list.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
long.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/long.hpp:9,
                  from libs/python/src/long.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
dict.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/dict.hpp:9,
                  from libs/python/src/dict.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
tuple.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from libs/python/src/tuple.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
str.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/str.hpp:9,
                  from libs/python/src/str.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
aix_init_module.o
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
from_python.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
from_python.hpp:11,
                  from libs/python/src/converter/from_python.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
registry.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from libs/python/src/converter/registry.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
type_id.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_class.hpp:21,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
indirect_traits.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
decorated_type_id.hpp:10,
                  from libs/python/src/converter/type_id.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
enum.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
enum_base.hpp:9,
                  from libs/python/src/object/enum.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
class.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
class.hpp:13,
                  from libs/python/src/object/class.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
function.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/args_fwd.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function.hpp:10,
                  from libs/python/src/object/function.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
inheritance.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
inheritance.hpp:12,
                  from libs/python/src/object/inheritance.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
life_support.o
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
pickle_support.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_value.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
default_call_policies.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
make_function.hpp:9,
                  from libs/python/src/object/pickle_support.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
errors.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from libs/python/src/errors.cpp:11:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
module.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/scope.hpp:9,
                  from libs/python/src/module.cpp:9:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
builtin_converters.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
libs/python/src/converter/builtin_converters.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
arg_to_python_base.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python_base.hpp:9,
                  from
libs/python/src/converter/arg_to_python_base.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
iterator.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:29,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function2.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function_object.hpp:9,
                  from libs/python/src/object/iterator.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
object_protocol.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_protocol.hpp:12,
                  from libs/python/src/object_protocol.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
object_operators.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_operators.hpp:9,
                  from libs/python/src/object_operators.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-Archive-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python_debug.a
ar: creating archive
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python_debug.a
Ranlib
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python_debug.a
FileClone libs/python/build/bin-stage/libboost_python_debug.a
MkDir1 libs/python/build/bin/libboost_python.a/gcc/release
MkDir1
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-dynamic
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/numeric.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/numeric.hpp:9,
                  from libs/python/src/numeric.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/list.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/list.hpp:9,
                  from libs/python/src/list.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/long.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/long.hpp:9,
                  from libs/python/src/long.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/dict.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/dict.hpp:9,
                  from libs/python/src/dict.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/tuple.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/tuple.hpp:9,
                  from libs/python/src/tuple.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/str.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/str.hpp:9,
                  from libs/python/src/str.cpp:1:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/aix_init_module.o
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/from_python.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
from_python.hpp:11,
                  from libs/python/src/converter/from_python.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/registry.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from libs/python/src/converter/registry.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/type_id.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_class.hpp:21,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
indirect_traits.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
decorated_type_id.hpp:10,
                  from libs/python/src/converter/type_id.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
...on 100th target...
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/enum.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
enum_base.hpp:9,
                  from libs/python/src/object/enum.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/class.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
class.hpp:13,
                  from libs/python/src/object/class.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/function.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/args_fwd.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function.hpp:10,
                  from libs/python/src/object/function.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/inheritance.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
inheritance.hpp:12,
                  from libs/python/src/object/inheritance.cpp:6:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
libs/python/src/object/inheritance.cpp: In function `
    __gnu_cxx::__normal_iterator<boost::<unnamed>::index_entry*,
    std::vector<boost::<unnamed>::index_entry,
    std::allocator<boost::<unnamed>::index_entry> > >
    boost::<unnamed>::demand_type(boost::python::type_info)':
libs/python/src/object/inheritance.cpp:217: warning: unused variable
`vertex_t
    v2'
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/life_support.o
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/pickle_support.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
rvalue_from_python_data.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
registry.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_value.hpp:12,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
default_call_policies.hpp:10,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
make_function.hpp:9,
                  from libs/python/src/object/pickle_support.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/detail/
referent_storage.hpp:32: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/errors.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from libs/python/src/errors.cpp:11:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from libs/python/src/errors.cpp:12:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/module.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/scope.hpp:9,
                  from libs/python/src/module.cpp:9:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/builtin_converters.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
libs/python/src/converter/builtin_converters.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178:23:
warning: integer constant is so large that it is unsigned
In file included from
libs/python/src/converter/builtin_converters.cpp:21:
/Users/aelony/Library/Boost/boost-1.30.2/boost/cast.hpp:178: warning:
this
    decimal constant is unsigned only in ISO C90
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/arg_to_python_base.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:19,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function0.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/errors.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/handle.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python_base.hpp:9,
                  from
libs/python/src/converter/arg_to_python_base.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/iterator.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
arithmetic_traits.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_base.hpp:25,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
prologue.hpp:22,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function_template.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/detail/
maybe_include.hpp:29,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/function/
function2.hpp:17,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/object/
function_object.hpp:9,
                  from libs/python/src/object/iterator.cpp:8:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/object_protocol.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_protocol.hpp:12,
                  from libs/python/src/object_protocol.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-C++-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/object_operators.o
In file included from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_arithmetic.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_scalar.hpp:13,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_pod.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
has_trivial_assign.hpp:15,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
object_traits.hpp:18,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
to_python_indirect.hpp:9,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/converter/
arg_to_python.hpp:11,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/call.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_core.hpp:14,
                  from
/Users/aelony/Library/Boost/boost-1.30.2/boost/python/
object_operators.hpp:9,
                  from libs/python/src/object_operators.cpp:7:
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: use
    of `long double' type; its size may change in a future release
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: (Long
    double usage is reported only once for each file.
/Users/aelony/Library/Boost/boost-1.30.2/boost/type_traits/
is_float.hpp:22: warning: To
    disable this warning, use -Wno-long-double.)
gcc-Archive-action
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/libboost_python.a
ar: creating archive
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/libboost_python.a
Ranlib
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/libboost_python.a
ranlib: file:
libs/python/build/bin/libboost_python.a/gcc/release/runtime-link-
dynamic/libboost_python.a(aix_init_module.o) has no symbols
FileClone libs/python/build/bin-stage/libboost_python.a
gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex_debug.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex_debug.dylib"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/c_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/c_regex_traits_common.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/cpp_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/cregex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/fileiter.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex_debug.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex_synch.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/w32_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/wide_posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/instances.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/winstances.o"

...failed gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex_debug.dylib...
...skipped <!libs!regex!build!bin-stage>libboost_regex_debug.dylib for
lack of
<libs!regex!build/libboost_regex.dylib/gcc/debug/runtime-link-dynamic/
shared-linkable-true>libboost_regex_debug.dylib...
gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -s -fPIC -shared -o
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/c_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/c_regex_traits_common.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/cpp_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/cregex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/fileiter.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/regex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/regex_debug.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/regex_synch.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/w32_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/wide_posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/instances.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/winstances.o"

...failed gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib...
...skipped <!libs!regex!build!bin-stage>libboost_regex.dylib for lack
of
<libs!regex!build/libboost_regex.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true>libboost_regex.dylib...
gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_threadd.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_threadd.dylib"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/condition.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/recursive_mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/thread.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/tss.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/xtime.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/once.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/exceptions.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/threadmon.o"

...failed gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_threadd.dylib...
...skipped <!libs!thread!build!bin-stage>libboost_threadd.dylib for
lack of
<libs!thread!build/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true>libboost_threadd.dylib...
gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -s -fPIC -shared -o
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/condition.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/recursive_mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/thread.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/tss.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/xtime.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/once.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/exceptions.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/threadmon.o"

...failed gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib...
...skipped <!libs!thread!build!bin-stage>libboost_thread.dylib for lack
of
<libs!thread!build/libboost_thread.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true>libboost_thread.dylib...
gcc-Archive-action
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python.a
ar: creating archive
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python.a
Ranlib
libs/python/build/bin/libboost_python.a/gcc/debug/runtime-link-dynamic/
libboost_python.a
gcc-Link-action
libs/date_time/build/bin/libboost_date_time.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib"
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/greg_month.o"
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/greg_weekday.o"

...failed gcc-Link-action
libs/date_time/build/bin/libboost_date_time.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib...
gcc-Link-action
libs/date_time/build/bin/libboost_date_time.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -s -fPIC -shared -o
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib"
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/greg_month.o"
"libs/date_time/build/bin/libboost_date_time.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/greg_weekday.o"

...failed gcc-Link-action
libs/date_time/build/bin/libboost_date_time.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/libboost_date_time.dylib...
gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main
_PyCallable_Check
_PyErr_Clear
_PyErr_Format
_PyEval_CallFunction
_PyExc_ImportError
_PyImport_Import
_PyInt_FromLong
_PyObject_GetAttrString
_PyObject_IsInstance
_PyString_FromStringAndSize
_PyType_IsSubtype
_PyType_Type
_PyErr_Occurred
_PyInt_AsLong
_PyList_Append
_PyList_Insert
_PyList_New
_PyList_Reverse
_PyList_Sort
_PyList_Type
_PyObject_CallFunction
_PyLong_Type
_PyDict_Clear
_PyDict_Copy
_PyDict_GetItem
_PyDict_Items
_PyDict_Keys
_PyDict_New
_PyDict_Type
_PyDict_Update
_PyDict_Values
__Py_NoneStruct
_PyTuple_New
_PyTuple_Type
_PyObject_CallMethod
_PyString_FromString
_PyString_Type
_PyErr_SetObject
_PyExc_ReferenceError
_PyExc_TypeError
_PyString_FromFormat
_PyInt_Type
_PyLong_FromUnsignedLong
_PyObject_IsTrue
_PyObject_RichCompareBool
_PyObject_Size
_PyString_AsString
_PyType_Ready
_PyBaseObject_Type
_PyCFunction_New
_PyErr_SetString
_PyExc_RuntimeError
_PyMem_Free
_PyMem_Malloc
_PyModule_Type
_PyObject_ClearWeakRefs
_PyObject_SetAttrString
_PyProperty_Type
_PyStaticMethod_New
_PyType_GenericAlloc
_PyClass_Type
_PyDict_Size
_PyErr_BadArgument
_PyMethod_New
_PyObject_GetItem
_PyObject_SetAttr
_PyStaticMethod_Type
_PyString_InternFromString
_PyTuple_Size
__Py_NotImplementedStruct
_PyWeakref_NewRef
__PyObject_New
_PyComplex_Type
_PyErr_NoMemory
_PyExc_OverflowError
_Py_InitModule4
_PyComplex_ImagAsDouble
_PyComplex_RealAsDouble
_PyFloat_Type
_PyLong_AsLongLong
_PyLong_AsUnsignedLong
_PyLong_AsUnsignedLongLong
_PyString_Size
_PyExc_StopIteration
_PyErr_ExceptionMatches
_PyExc_AttributeError
_PyObject_DelItem
_PyObject_GetAttr
_PyObject_SetItem
_PySequence_DelSlice
_PySequence_GetSlice
_PySequence_SetSlice
_PySlice_New
__PyEval_SliceIndex
_PyNumber_Add
_PyNumber_And
_PyNumber_Divide
_PyNumber_InPlaceAdd
_PyNumber_InPlaceAnd
_PyNumber_InPlaceDivide
_PyNumber_InPlaceLshift
_PyNumber_InPlaceMultiply
_PyNumber_InPlaceOr
_PyNumber_InPlaceRemainder
_PyNumber_InPlaceRshift
_PyNumber_InPlaceSubtract
_PyNumber_InPlaceXor
_PyNumber_Lshift
_PyNumber_Multiply
_PyNumber_Or
_PyNumber_Remainder
_PyNumber_Rshift
_PyNumber_Subtract
_PyNumber_Xor

     DYLD_LIBRARY_PATH=/sw/lib/python2.2/config
     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib"
-L"/sw/lib/python2.2/config"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/numeric.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/list.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/long.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/dict.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/tuple.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/str.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/aix_init_module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/from_python.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/registry.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/type_id.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/enum.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/class.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/function.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/inheritance.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/life_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/pickle_support.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/errors.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/module.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/builtin_converters.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/arg_to_python_base.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/iterator.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_protocol.o"
"libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/object_operators.o"

...failed gcc-Link-action
libs/python/build/bin/libboost_python.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_python.dylib...
gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/c_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/c_regex_traits_common.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/cpp_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/cregex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/fileiter.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex_debug.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/regex_synch.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/w32_regex_traits.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/wide_posix_api.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/instances.o"
"libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/winstances.o"

...failed gcc-Link-action
libs/regex/build/bin/libboost_regex.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_regex.dylib...
gcc-Link-action
libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_signals.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_signals.dylib"
"libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/trackable.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/connection.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/signal_base.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/slot.o"

...failed gcc-Link-action
libs/signals/build/bin/libboost_signals.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_signals.dylib...
gcc-Link-action
libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_signals.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -s -fPIC -shared -o
"libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/libboost_signals.dylib"
"libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/trackable.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/connection.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/signal_base.o"
"libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-
link-dynamic/shared-linkable-true/slot.o"

...failed gcc-Link-action
libs/signals/build/bin/libboost_signals.dylib/gcc/release/runtime-link-
dynamic/shared-linkable-true/libboost_signals.dylib...
gcc-Link-action
libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/libboost_prg_exec_monitor.dylib
c++: unrecognized option `-shared'
ld: can't locate file for: -lcrt0.o

     export DYLD_LIBRARY_PATH
     c++ -static -g -fPIC -shared -o
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/libboost_prg_exec_monitor.dylib"
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/cpp_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/libboost_prg_exec_monitor.dylib...
gcc-Link-action
libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_prg_exec_monitor.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
cpp_main(int, char**)

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_prg_exec_monitor.dylib"
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/cpp_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_prg_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_prg_exec_monitor.dylib...
gcc-Link-action
libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/libboost_test_exec_monitor.dylib
c++: unrecognized option `-shared'
ld: can't locate file for: -lcrt0.o

     export DYLD_LIBRARY_PATH
     c++ -static -g -fPIC -shared -o
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/
libboost_test_exec_monitor.dylib"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/test_tools.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_parameters.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_log.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_monitor.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_result.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_suite.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/test_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/runtime-
link-static/shared-linkable-true/libboost_test_exec_monitor.dylib...
gcc-Link-action
libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_test_exec_monitor.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
test_main(int, char**)

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/
libboost_test_exec_monitor.dylib"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/test_tools.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_parameters.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_log.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_monitor.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_result.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_suite.o"
"libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/test_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_test_exec_monitor.dylib/gcc/debug/runtime-
link-dynamic/shared-linkable-true/libboost_test_exec_monitor.dylib...
gcc-Link-action
libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/
libboost_unit_test_framework.dylib
c++: unrecognized option `-shared'
ld: can't locate file for: -lcrt0.o

     export DYLD_LIBRARY_PATH
     c++ -static -g -fPIC -shared -o
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/
libboost_unit_test_framework.dylib"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/test_tools.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_parameters.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_log.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_monitor.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_result.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_suite.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/unit_test_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-static/shared-linkable-true/
libboost_unit_test_framework.dylib...
gcc-Link-action
libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/
libboost_unit_test_framework.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
init_unit_test_suite(int, char**)

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/
libboost_unit_test_framework.dylib"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/execution_monitor.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/test_tools.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_parameters.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_log.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_monitor.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_result.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_suite.o"
"libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/unit_test_main.o"

...failed gcc-Link-action
libs/test/build/bin/libboost_unit_test_framework.dylib/gcc/debug/
runtime-link-dynamic/shared-linkable-true/
libboost_unit_test_framework.dylib...
gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib
c++: unrecognized option `-shared'
ld: Undefined symbols:
_main

     export DYLD_LIBRARY_PATH
     c++ -g -fPIC -shared -o
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/condition.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/recursive_mutex.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/thread.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/tss.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/xtime.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/once.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/exceptions.o"
"libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/threadmon.o"

...failed gcc-Link-action
libs/thread/build/bin/libboost_thread.dylib/gcc/debug/runtime-link-
dynamic/shared-linkable-true/libboost_thread.dylib...
...failed updating 19 targets...
...skipped 6 targets...
...updated 113 targets...
[aa:~/Library/Boost/boost-1.30.2] aelony%


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net