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

OF 0.9.3 osx: 'gst/gst.h' file not found #16

Closed giovannibedetti closed 7 years ago

giovannibedetti commented 8 years ago

I am trying to compile the example project with OF 0.9.3 on osx 10.9.5 with Xcode 6.2 The project for Xcode has been generated with the projectGenerator. Gstreamer packages have been installed following the instructions. I get: /of_v0.9.3_osx_release/libs/openFrameworks/video/ofGstUtils.h:12:10: 'gst/gst.h' file not found

arturoc commented 7 years ago

this is fix now in OF master and should be fixed in the nightly builds from today on

ntzovanis commented 7 years ago

@arturoc I'm using OF 0.9.8 in osx (Xcode 8) and I'm having the same issue. Is it possible to fix 0.9.8 to be able to compile without using the nightly builds?

Thanks!

ImanolGo commented 5 years ago

@arturoc I've got the same issue with OF 0.10. I also tried the nightly builds and had the same luck...Any new insights?

rvegele commented 5 years ago

same in 0.10.1

arturoc commented 5 years ago

what platform?

ImanolGo commented 5 years ago

MacOS Sierra

arturoc commented 5 years ago

have you installed the gstreamer sdk?

icq4ever commented 5 years ago

there's a error in header search path setting in xCode. add path /Library/Frameworks/GStreamer.framework/Headers/gst manually, then this error resolved.

image
arturoc commented 5 years ago

@icq4ever does it work if you add that path to addon_config.mk in the osx section?