arturoc / ofxGStreamer

openFrameworks addon to use gstreamer under osx and windows. This addon has no code and instead uses the addon_config.mk file to add the needed files from the core + the flags needed to compile using gstreamer
56 stars 28 forks source link

Compilation broken w/ OF 0.8.4 #3

Closed vdonnefort closed 9 years ago

vdonnefort commented 9 years ago

I have the following error compiling an empty OF project:

fatal error: 'gst/gstsample.h' file not found

My guess is this is linked to the following bad header path:

-I../../../addons/ofxGStreamer//Library/Frameworks/GStreamer.framework/Headers

Each ADDON_INCLUDES is prefixed with the addon path. Is there any way to tell OF that this include is an absolute path?

vdonnefort commented 9 years ago

See https://github.com/openframeworks/openFrameworks/pull/3248

arturoc commented 9 years ago

should be fixed now