[Bug 654749] New: unbreak build on PPC

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 16 11:37:33 PDT 2011


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

           Summary: unbreak build on PPC
    Classification: Platform
           Product: GStreamer
           Version: 0.10.30
        OS/Version: OpenBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ajacoutot at openbsd.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=192095)
 View: https://bugzilla.gnome.org/attachment.cgi?id=192095
 Review: https://bugzilla.gnome.org/review?bug=654749&attachment=192095

add missing include

Hi.

Under OpenBSD building gst-plugins-good fails with the following error:

/usr/include/sys/proc.h:64: error: 'MAXLOGNAME' undeclared here (not in a
function)
/usr/include/sys/proc.h:285: error: 'MAXCOMLEN' undeclared here (not in a
function)

This patch adds a missing include for sys/param.h which fixes the build for me.
I don't know whether Linux has the same issue but I don't think adding this
include should have any bad effect in case it already builds correctly there.

-- 
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