GNOME Bugzilla – Bug 614764
Compile breaks on Mac OS 10.5.8 on new jsseek example
Last modified: 2010-04-04 11:16:42 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.
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!