I'm trying to get an old project working that uses Fenster, I tried the ghost branch, using newer OF releases >= 0.8.0 the simple example suffers from some heinous bug that launches masses of windows and locks the system up needing powering off.
Using OF 0.7.4, on Ubuntu 13.10 compiling Fenster fails like this:
/usr/bin/ld: ../../../addons/ofxFenster/libs/ghost/lib/linux64/libGhost64.a(intern_GHOST_SystemX11.o): undefined reference to symbol 'XConvertSelection'
(it works fine with ubuntu 12.04 LTS)
I imagine libGhost64.a needs to be recompiled.. similar to the other issue post here about recompiling for gcc 4.7.1 ? I checked out the underdoeg/ghost repo but this doesn't compile by itself:
tim@gray:~/sources/ghost$ cmake ./
CMake Warning (dev) at CMakeLists.txt:243 (add_definitions):
Policy CMP0005 is not set: Preprocessor definition values are now escaped
automatically. Run "cmake --help-policy CMP0005" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at CMakeLists.txt:284 (blender_add_lib):
Unknown CMake command "blender_add_lib".
I'm trying to get an old project working that uses Fenster, I tried the ghost branch, using newer OF releases >= 0.8.0 the simple example suffers from some heinous bug that launches masses of windows and locks the system up needing powering off.
Using OF 0.7.4, on Ubuntu 13.10 compiling Fenster fails like this:
/usr/bin/ld: ../../../addons/ofxFenster/libs/ghost/lib/linux64/libGhost64.a(intern_GHOST_SystemX11.o): undefined reference to symbol 'XConvertSelection'
(it works fine with ubuntu 12.04 LTS)
I imagine libGhost64.a needs to be recompiled.. similar to the other issue post here about recompiling for gcc 4.7.1 ? I checked out the underdoeg/ghost repo but this doesn't compile by itself:
tim@gray:~/sources/ghost$ cmake ./ CMake Warning (dev) at CMakeLists.txt:243 (add_definitions): Policy CMP0005 is not set: Preprocessor definition values are now escaped automatically. Run "cmake --help-policy CMP0005" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.CMake Error at CMakeLists.txt:284 (blender_add_lib):
Unknown CMake command "blender_add_lib".