Page MenuHome

Failed compilation
Closed, ArchivedPublic

Description

I tryed to build blender source in Windows 7 32bit

I modified these options:
WITH_PYTHON_INSTALL=OFF
WITH_PLAYER=OFF
WITH_PYTHON_MODULE=ON

following the tutorial here: http://wiki.blender.org/index.php/User:Ideasman42/BlenderAsPyModule

I used cmake and everything seemed to work fine untill I got...

...
c): undefined reference to `_imp__PyModule_AddIntConstant'
..\..\lib\libbf_intern_audaspace.a(AUD_PyAPI.cpp.obj):AUD_PyAPI.cpp:(.text+0x5ae
9): undefined reference to `_imp__PyModule_AddIntConstant'
..\..\lib\libbf_intern_audaspace.a(AUD_PyAPI.cpp.obj):AUD_PyAPI.cpp:(.text+0x5b0
6): undefined reference to `_imp__PyModule_AddIntConstant'
..\..\lib\libbf_intern_audaspace.a(AUD_PyAPI.cpp.obj):AUD_PyAPI.cpp:(.text+0x5b2
3): undefined reference to `_imp__PyModule_AddIntConstant'
..\..\lib\libbf_intern_audaspace.a(AUD_PyAPI.cpp.obj):AUD_PyAPI.cpp:(.text+0x5b4
0): more undefined references to `_imp__PyModule_AddIntConstant' follow
collect2: ld returned 1 exit status
make[2]: *** [lib/bpy.dll] Error 1
make[1]: *** [source/creator/CMakeFiles/blender.dir/all] Error 2
make: *** [all] Error 2

I don't know if this is a bug but I didn't know where to ask for a help....
Can anyone please tell me how to solve this problem or where to ask?

Thanks,

Paolo

Event Timeline

We have a mailing list and a very active irc channel for support in these cases.

The report guidelines mention it clearly... but here's it again:

"Don't report problems with compiling or building Blender. Check our Get Involved page."
http://www.blender.org/community/get-involved/

irc.freenode.net #blendercoders

Ton Roosendaal (ton) changed the task status from Unknown Status to Archived.Mar 18 2011, 5:12 PM