GNOME Bugzilla – Bug 315574
error building osxvideosink on Tiger
Last modified: 2005-11-04 20:45:37 UTC
Version details: 0.8.11 Distribution/Version: 10.4 (Tiger, w/ Fink) It looks like some combination of quicktime headers and gst-plugins is failing on a user's build from the Fink packages. (to reproduce on a mac, run "fink install gst-plugins" with unstable enabled) The error output is this: ---(snip!)--- In file included from osxvideosink.h:29, from osxvideosink.m:24: cocoawindow.h:59: error: parse error before "ImageSequence" osxvideosink.m: In function 'gst_osxvideosink_buffer_alloc': osxvideosink.m:548: warning: pointer targets in assignment differ in signedness make[3]: *** [osxvideosink.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ---(snip!)--- It looks like a quicktime header problem; I had him reinstall the Quicktime 7 SDK but that didn't help. I don't know quicktime/carbon/etc. headers and internals enough to know what could be causing this.
Is this caused by interference from files in fink's libquicktime0 pkg?
yeah, I'm sure that's it...