i’m running “make” from inside the example folder;
it seems that it’s not finding the main ofx libs, eventhough they are placed in the right place.
any ideas?
jizbookpro:example ali$ pwd
/Users/ali/Dropbox/Soft Dev/openFrameworks/addons/ofxAxisGrabber/example
jizbookpro:example ali$ make
Compiling OF library for Release
make[2]: Nothing to be done for `ReleaseABI’.
Done!
warnings:
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/video/ofQTKitMovieRenderer.m:16:3: Using QTKit, which is deprecated in OSX 10.9
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:570:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:573:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:576:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:583:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:586:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:589:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
/Users/ali/Dropbox/Soft Dev/openFrameworks 0.8.3/libs/openFrameworks/gl/ofTexture.cpp:592:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
I re-installed ofx and the addons and now i’m able to compile; not sure what the issue was;
the errors above are now depreciation warnings:
/Users/ali/Dropbox/Soft Dev/of_v0.8.3_osx_release/libs/openFrameworks/gl/ofTexture.cpp:567:5: ‘gluBuild2DMipmaps’ is deprecated: first deprecated in OS X 10.9 - “Use glGenerateMipmap”
following arturos advice, i’m using project generator from 0.8.3 and making a new app, the trying to get the example that comes with gstreamer going; the project compiles fine, but i don’t see the “finger.mov” video, instead i have these errors during run-time, in the console:
[ error ] ofGstUtils: startPipeline(): unable to pause pipeline
[warning] ofGstUtils: getDurationNanos(): couldn’t query time duration
[ error ] ofGstVideoPlayer: allocate(): cannot get pipeline caps
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded