openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.97k stars 2.55k forks source link

can't build deployExamples in xcode 4.2. #816

Closed yaxinhoo closed 12 years ago

yaxinhoo commented 12 years ago

/Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimePlayer.cpp 'DisposeGWorld' was not declared in this scope 'GetGWorldPixMap' was not declared in this scope 'LockPixels' was not declared in this scope 'SetGWorld' was not declared in this scope 'DisposeGWorld' was not declared in this scope file://localhost/Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimePlayer.cpp: error: Semantic Issue: Use of undeclared identifier 'DisposeGWorld' file://localhost/Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimePlayer.cpp: error: Semantic Issue: Use of undeclared identifier 'GetGWorldPixMap' file://localhost/Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimePlayer.cpp: error: Semantic Issue: Use of undeclared identifier 'SetGWorld' file://localhost/Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimePlayer.cpp: error: Semantic Issue: Use of undeclared identifier 'DisposeGWorld' /Volumes/MacData/Dependencies/openframe/libs/openFrameworks/video/ofQuickTimeGrabber.cpp 'MacSetRect' was not declared in this scope 'GetGWorldPixMap' was not declared in this scope 'LockPixels' was not declared in this scope 'SetGWorld' was not declared in this scope

ofTheo commented 12 years ago

duplicate of https://github.com/openframeworks/openFrameworks/issues/573