[Distutils] Trouble building visual python extension on MacOSX 10.8… with python3.2

2013-02-18 Thread Steve Spicklemire
Hi Distutils Folks, I'm hoping someone on the distutils list may have some hints about discovering the incantation necessary to produce a working boost-linked python extension for ptyhon.org Python-3.2.3 on MacOS 10.8. Here's my situation. I'm attempting to help out with a wxPython port of

Re: [Distutils] Trouble building visual python extension on MacOSX 10.8… with python3.2

2013-02-18 Thread Steve Spicklemire
I should mention that at least one of the differences here: aluminum:visual_common steve$ grep Indirect ~/t6.txt Indirect symbols for (__TEXT,__symbol_stub1) 1442 entries Indirect symbols for (__DATA,__nl_symbol_ptr) 2168 entries Indirect symbols for (__DATA,__la_symbol_ptr) 1442 entries

Re: [Distutils] Trouble building visual python extension on MacOSX 10.8... with python3.2

2013-02-18 Thread Steve Spicklemire
Aha! I think this turned out to be the trouble. THANK YOU! Having said that, I didn't specify -framework Python explicitly, but distutils put that *and* the correct '-I' (but not '-L') line for the corresponding include directory within the correct version of the framework. I guess it was

Re: [Distutils] Trouble building visual python extension on MacOSX 10.8... with python3.2

2013-02-18 Thread Ned Deily
In article 80a14fcd-7722-437f-a030-d5a71e4f4...@spvi.com, Steve Spicklemire st...@spvi.com wrote: Aha! I think this turned out to be the trouble. THANK YOU! Glad it helped. Anyway.. I appreciate your suggestion to use the oldest supported system, but it's getting harder to keep such