<div dir="ltr">Hello.<div style>I tried to build fluxus from scratch (from a master branch) and found some version specific issues. Here the tail of log:</div><div style><div>fluxus-video_ss requirements... yes</div><div>scons: done reading SConscript files.</div>
<div>scons: Building targets ...</div><div>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</div>
<div>addons/video/src/ofVideoPlayer.cpp: In destructor 'virtual ofVideoPlayer::~ofVideoPlayer()':</div><div>addons/video/src/ofVideoPlayer.cpp:376: error: 'DisposeGWorld' was not declared in this scope</div>
<div>addons/video/src/ofVideoPlayer.cpp: In member function 'void ofVideoPlayer::createImgMemAndGWorld()':</div><div>addons/video/src/ofVideoPlayer.cpp:420: error: 'GetGWorldPixMap' was not declared in this scope</div>
<div>addons/video/src/ofVideoPlayer.cpp:420: error: 'LockPixels' was not declared in this scope</div><div>addons/video/src/ofVideoPlayer.cpp:421: error: 'SetGWorld' was not declared in this scope</div><div>
addons/video/src/ofVideoPlayer.cpp: In member function 'bool ofVideoPlayer::loadMovie(std::string)':</div><div>addons/video/src/ofVideoPlayer.cpp:478: error: 'DisposeGWorld' was not declared in this scope</div>
<div>scons: *** [addons/video/src/ofVideoPlayer.os] Error 1</div><div>scons: building terminated because of errors.</div><div><br></div><div style>Googling show me what this is a common error for openFramework stuff under 10.7.</div>
<div style><a href="https://github.com/openframeworks/openFrameworks/issues/573#comment_1197787">https://github.com/openframeworks/openFrameworks/issues/573#comment_1197787</a><br></div><div style><a href="http://forum.openframeworks.cc/index.php?topic=6441.0">http://forum.openframeworks.cc/index.php?topic=6441.0</a><br>
</div><div style><br></div><div style>Looks like Apple change contract in QuickTime libraries</div><div style><br></div><div style>So my question is how to workaround. Solutions from the links above doesn't help me because i didn't use XCode.</div>
</div></div>