Closed vdonnefort closed 10 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?
See https://github.com/openframeworks/openFrameworks/pull/3248
should be fixed now
I have the following error compiling an empty OF project:
My guess is this is linked to the following bad header path:
Each ADDON_INCLUDES is prefixed with the addon path. Is there any way to tell OF that this include is an absolute path?