Hello. I tried to build fluxus from scratch (from a master branch) and found some version specific issues. Here the tail of log: fluxus-video_ss requirements... yes scons: done reading SConscript files. scons: Building targets ... g++ -o addons/video/src/ofVideoPlayer.os -c -ggdb -pipe -Wall -O3 -ffast-math -Wno-unused -fPIC -pthread -arch i386 -mmacosx-version-min=10.6 -DFLUXUS_MAJOR_VERSION=0 -DFLUXUS_MINOR_VERSION=18 -DRACKET_COLLECTS_LOCATION="\"/Users/mou/development/fun/Racket v5.3.3/collects/"\" -DFLUXUS_COLLECTS_LOCATION="\"/opt/local/lib"\" -DDATA_LOCATION="\"/opt/local/share/fluxus-018"\" -DGLSL -DMZ_PRECISE_GC -DGOODE_OLDE_ODE -DNO_LO_ARG_SIZE_DECL -DOS_X -D__MACOSX_CORE__ -fPIC -DdSINGLE -I/usr/local/include -I/usr/include -I/usr/local/include/freetype2 -I/usr/include/freetype2 "-I/Users/mou/development/fun/Racket v5.3.3/include" -Ilibfluxus/src -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/local/Cellar/ode/0.12/include "-F/Users/mou/development/fun/Racket v5.3.3/lib" addons/video/src/ofVideoPlayer.cpp addons/video/src/ofVideoPlayer.cpp: In destructor 'virtual ofVideoPlayer::~ofVideoPlayer()': addons/video/src/ofVideoPlayer.cpp:376: error: 'DisposeGWorld' was not declared in this scope addons/video/src/ofVideoPlayer.cpp: In member function 'void ofVideoPlayer::createImgMemAndGWorld()': addons/video/src/ofVideoPlayer.cpp:420: error: 'GetGWorldPixMap' was not declared in this scope addons/video/src/ofVideoPlayer.cpp:420: error: 'LockPixels' was not declared in this scope addons/video/src/ofVideoPlayer.cpp:421: error: 'SetGWorld' was not declared in this scope addons/video/src/ofVideoPlayer.cpp: In member function 'bool ofVideoPlayer::loadMovie(std::string)': addons/video/src/ofVideoPlayer.cpp:478: error: 'DisposeGWorld' was not declared in this scope scons: *** [addons/video/src/ofVideoPlayer.os] Error 1 scons: building terminated because of errors.
Googling show me what this is a common error for openFramework stuff under 10.7. https://github.com/openframeworks/openFrameworks/issues/573#comment_1197787 http://forum.openframeworks.cc/index.php?topic=6441.0 Looks like Apple change contract in QuickTime libraries So my question is how to workaround. Solutions from the links above doesn't help me because i didn't use XCode.
