This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ndousis
Recipients X-Istence, meador.inge, ndousis, ronaldoussoren
Date 2011-07-20.03:47:56
SpamBayes Score 5.7302696e-09
Marked as misclassified No
Message-id <CABPhvm=oJWoV47wp_faS6jiXqx6zQr2hZTzS8ME6dUdegNaZsQ@mail.gmail.com>
In-reply-to <1311082281.17.0.893063192751.issue10910@psf.upfronthosting.co.za>
Content
Ronald, thanks again.  I stripped out as much as I could from the
original code and generated the attached project.  In doing so, I
narrowed the problem down to boost/weak_ptr.hpp.

The sample project consists of:

test-boost-python/Makefile
test-boost-python/src
test-boost-python/src/Jamroot
test-boost-python/src/test
test-boost-python/src/test/Jamfile
test-boost-python/src/test/TestBoostPython.cc
test-boost-python/src/test/TestBoostPython.hh
test-boost-python/tools/Makefile

Before building the project (just type "make" in test-boost-python),
you'll need to download Boost and save it to
test-boost-python/tools/boost/boost.tar.bz2; also, the tools/Makefile
automatically downloads Python 2.7.2, but you can try Python 3.2+ in
its place.

Thanks and kind regards,
Nasos
History
Date User Action Args
2011-07-20 03:47:58ndousissetrecipients: + ndousis, ronaldoussoren, meador.inge, X-Istence
2011-07-20 03:47:57ndousislinkissue10910 messages
2011-07-20 03:47:56ndousiscreate