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 315574 - error building osxvideosink on Tiger
error building osxvideosink on Tiger
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.x
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-08 20:08 UTC by Benjamin Reed
Modified: 2005-11-04 20:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Benjamin Reed 2005-09-08 20:08:18 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.
Comment 1 Daniel Macks 2005-11-04 19:46:01 UTC
Is this caused by interference from files in fink's libquicktime0 pkg?
Comment 2 Benjamin Reed 2005-11-04 20:45:37 UTC
yeah, I'm sure that's it...