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 614764 - Compile breaks on Mac OS 10.5.8 on new jsseek example
Compile breaks on Mac OS 10.5.8 on new jsseek example
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.28
Other Mac OS
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-03 20:16 UTC by Sjoerd Op 't Land
Modified: 2010-04-04 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sjoerd Op 't Land 2010-04-03 20:16:29 UTC
While compiling gst-plugins-base 0.10.28.1 from git on Mac OS 10.5.8, the compile breaks when compiling the examples:

jsseek.c:42:25: error: linux/input.h: No such file or directory
jsseek.c:43:28: error: linux/joystick.h: No such file or directory

The current workaround is to compile without example (--disable-examples), but perhaps this should be solved.
Comment 1 Tim-Philipp Müller 2010-04-04 11:16:42 UTC
This should hopefully fix it:

commit 7d1c889956749d48accedbf53495eebacba81798
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sun Apr 4 12:13:02 2010 +0100

    examples: build silly joystick seek example only on linux
    
    jsseek depends on linux headers and should therefore only be built
    on linux.
    
    Fixes #614764.


If not, please re-open, thanks!