GNOME Bugzilla – Bug 764192
gst-validate build error on Mac OS X due to missing linking to GIO
Last modified: 2016-03-25 15:17:21 UTC
Hi, I discovered a build error for gst-validate 1.8.0 on Mac OS X, related to a missing library (GIO) at link-time. I am attaching a patch that takes care of this. Best, Tom
Created attachment 324754 [details] [review] Mac OS linker error patch
Comment on attachment 324754 [details] [review] Mac OS linker error patch Thanks, this should also add GIO_CFLAGS and both should be before the local gst-validate things
Created attachment 324758 [details] [review] Mac OS X linker error patch Ok, patch updated accordingly.
commit 0344fd3a4942a8ce0c2ed932863b50106c4a217e Author: Tom Schoonjans <Tom.Schoonjans@diamond.ac.uk> Date: Fri Mar 25 14:17:28 2016 +0000 gst-validate: Link with GIO and clean up CFLAGS/LIBADD/LDFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=764192