[Bf-committers] More SCons on OS X

Douglas Bischoff bf-committers@blender.org
Thu, 1 Apr 2004 12:25:08 -0500


Greetings again:

After several successful compiles on OS X using SCons, something has 
broken. Not sure what changed, but this is what I'm getting:

ld: Undefined symbols:
_PyCFunction_NewEx

This is happening during the final linking stage. I couldn't find any 
function in Blender's source tree that referenced or defined 
PyCFunction_NewEx, so I'm a bit baffled.

One possibility is that instead of linking with -lPython I'm using 
-framework Python to link against the system Python framework.

Any ideas?

-Bischofftep