damn it :/, well right now we tested codeblocks too^^, but got error messages from unmodified file, maybe we dont have all files…
our problems with code::blocks:
||=== Community Core Vision, Debug ===|
..\..\..\libs\openFrameworks\utils\ofConstants.h|47|error: glu.h: No such file or directory|
..\..\..\libs\openFrameworks\app\ofAppGlutWindow.h|8|error: glut.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofVideoGrabber.h|14|error: videoInput.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|17|warning: QTML.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|18|warning: FixMath.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|19|warning: QuickTimeComponents.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|20|warning: TextUtils.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|21|warning: MediaHandlers.h: No such file or directory|
..\..\..\libs\openFrameworks\video\ofVideoGrabber.h|114|error: 'videoInput' does not name a type|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|44|error: 'Boolean' does not name a type|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|45|error: 'OSErr' does not name a type|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|46|error: 'ComponentResult' does not name a type|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|47|error: 'OSErr' does not name a type|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|48|error: variable or field 'MovieGetVideoMediaAndMediaHandler' declared void|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|48|error: 'Movie' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|48|error: 'Media' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|48|error: 'outMedia' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|49|error: 'MediaHandler' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|49|error: 'outMediaHandler' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|50|error: variable or field 'MovieGetStaticFrameRate' declared void|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|50|error: 'Movie' was not declared in this scope|
..\..\..\libs\openFrameworks\video\ofQtUtils.h|50|error: expected primary-expression before 'double'|
..\..\..\libs\openFrameworks\video\ofVideoPlayer.h|85|error: 'MovieDrawingCompleteUPP' does not name a type|
..\..\..\libs\openFrameworks\video\ofVideoPlayer.h|86|error: 'MovieController' does not name a type|
..\..\..\libs\openFrameworks\video\ofVideoPlayer.h|87|error: 'GWorldPtr' does not name a type|
..\..\..\libs\openFrameworks\video\ofVideoPlayer.h|88|error: 'Movie' does not name a type|
..\..\..\libs\openFrameworks\video\ofVideoPlayer.h|90|error: 'Movie' has not been declared|
||=== Build finished: 22 errors, 5 warnings ===|
all missing header files are in ../missingfile/include/missingfile.h, any suggestions?^^
