Re: [C++-sig] Boost-Python Linking Problem with Hello World Example

2012-12-20 Thread Jaedyn K. Draper
I had this problem yesterday when I switched my python library to Stackless, which I compiled myself. The problem is that python can be built two ways - with 2-byte wide chars (USC2), or with 4-byte wide chars (USC4). In my case it was the case that boost was trying and f

Re: [C++-sig] Boost-Python Linking Problem with Hello World Example

2012-12-19 Thread Anders Wallin
It's hard to get the includes/libs right by hand on the command line. Better to use a build-tool like bjam, cmake, or something. Can you try this cmake build: https://github.com/aewallin/sandbox/tree/master/boost_python_helloworld cmake . and then make if you want to see the actual command-line cm