[Bf-committers] 2.55 beta AHOY!

Dave Plater dplater at webafrica.org.za
Thu Oct 28 10:12:30 CEST 2010


On 10/27/2010 01:53 PM, Nathan Letwory wrote:
> Hi release builders!
>
> Over 340 bugfixes and more than 760 commits to trunk/ since 2.54 beta.
> I've committed new splash, bumped versions and danced the tagging dance.
>
> Please checkout tags/blender-2.55-release at r32738 and start your
> building engines. Notify me when you have your builds ready.
>
> Note: make sure you build against Python 3.1.2 and for OpenCOLLADA use
> r771 or later from their SVN.
> Note2: see Note
>
> /Nathan
>
>   
I've switched the openSUSE build to cmake to enable player, my shared
openCOLLADA package works but I get this error for player  :-( :
Running makesdna at debug level 0
    Program version: $Id: makesdna.c 31990 2010-09-18 03:46:13Z
campbellbarton $
Writing file ... done.
Scanning dependencies of target blenderplayer
[100%] Scanning dependencies of target blender
[100%] [100%] Building C object
source/blenderplayer/CMakeFiles/blenderplayer.dir/dna.c.o
Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o
Building C object source/creator/CMakeFiles/blender.dir/creator.c.o
Linking CXX executable ../../bin/blenderplayer
Linking CXX executable ../../bin/blender
../../lib/libgp_ghost.a(GPG_ghost.cpp.o): In function `main':
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp:825:
undefined reference to `setGamePythonPath(char*)'
../../lib/libgp_ghost.a(GPG_Application.cpp.o): In function
`GPG_Application::initEngine(GHOST_IWindow*, int)':
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_Application.cpp:607:
undefined reference to `PyObjectPlus::SetDeprecationWarnings(bool)'
../../lib/libgp_ghost.a(GPG_Application.cpp.o): In function
`GPG_Application::stopEngine()':
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_Application.cpp:734:
undefined reference to `saveGamePythonConfig(char**)'
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_Application.cpp:737:
undefined reference to `exitGamePythonScripting()'
../../lib/libgp_ghost.a(GPG_Application.cpp.o): In function
`GPG_Application::startEngine()':
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_Application.cpp:683:
undefined reference to `setupGamePython(KX_KetsjiEngine*, KX_Scene*,
Main*, _object*, _object**, _object**, int, char**)'
/usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_Application.cpp:692:
undefined reference to `loadGamePythonConfig(char*, int)'
collect2: ld returned 1 exit status
make[2]: *** [bin/blenderplayer] Error 1
make[1]: *** [source/blenderplayer/CMakeFiles/blenderplayer.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Built target blender
make: *** [all] Error 2

If somebody can give me a clue, I can't get back to this until tonight.
My build statement :
pushd Build
cmake ../ \
      -DWITH_FFTW3:BOOL=on \
      -DWITH_JACK:BOOL=on \
      -DWITH_OPENCOLLADA:BOOL=on \
      -DWITH_PLAYER:BOOL=on \
      -DWITH_SNDFILE:BOOL=on \
      -DOPENCOLLADA=%{_prefix} \
      -DOPENCOLLADA_LIBPATH=%{_libdir} \
      -DOPENCOLLADA_INC=%{_includedir} \
      -DWITH_PYTHON_INSTALL:BOOL=off \
      -DWITH_PYTHON:BOOL=off \
      -DWITH_IMAGE_OPENJPEG:BOOL=on \
      -DWITH_FFMPEG:BOOL=off \
      -DWITH_CXX_GUARDEDALLOC:BOOL=off \
      -DPYTHON_LIB=%_libdir}/libpython3.1.so \
      -DPYTHON_INC=%{_includedir}/python3.1 -G"Unix Makefiles" \
      -DCMAKE_VERBOSE_MAKEFILE:BOOL=on \
      -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}

I've used 2.55 patched to svn 32739
Thanks in advance.
Dave P


More information about the Bf-committers mailing list