[Bug 643939] New: gst-plugins-good does not compile on Mac OSX Leopard (10.5) due to -Waddress

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 5 03:20:22 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643939
  GStreamer | gst-plugins-good | 0.10.27

           Summary: gst-plugins-good does not compile on Mac OSX Leopard
                    (10.5) due to -Waddress
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.27
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ruben at savanne.be
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


gst-plugins-good 0.10.27 uses -Waddress, which is not supported by the gcc
version shipped by Apple on Mac OSX Leopard:


$ gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc -Waddress -o test test.c 
cc1: error: unrecognized command line option "-Waddress"



While I could not test it, a look at [1] shows that this is still the case in
git.
Perhaps it would be best to make the use of this flag conditional based on the
GCC version?


[1] http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/configure.ac

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list