After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764192 - gst-validate build error on Mac OS X due to missing linking to GIO
gst-validate build error on Mac OS X due to missing linking to GIO
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
1.8.0
Other Mac OS
: Normal major
: 1.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-25 13:39 UTC by Tom Schoonjans
Modified: 2016-03-25 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Mac OS linker error patch (1.38 KB, patch)
2016-03-25 13:40 UTC, Tom Schoonjans
none Details | Review
Mac OS X linker error patch (1.52 KB, patch)
2016-03-25 14:22 UTC, Tom Schoonjans
committed Details | Review

Description Tom Schoonjans 2016-03-25 13:39:26 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
Comment 1 Tom Schoonjans 2016-03-25 13:40:20 UTC
Created attachment 324754 [details] [review]
Mac OS linker error patch
Comment 2 Sebastian Dröge (slomo) 2016-03-25 14:14:55 UTC
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
Comment 3 Tom Schoonjans 2016-03-25 14:22:30 UTC
Created attachment 324758 [details] [review]
Mac OS X linker error patch

Ok, patch updated accordingly.
Comment 4 Sebastian Dröge (slomo) 2016-03-25 15:16:55 UTC
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