[Bug 747692] New: check build error on osx: pipelines/tcp.c:161:34: error: use of undeclared identifier 'SOCK_CLOEXEC'

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Apr 11 04:57:30 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=747692

            Bug ID: 747692
           Summary: check build error on osx: pipelines/tcp.c:161:34:
                    error: use of undeclared identifier 'SOCK_CLOEXEC'
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jhgorse at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The fix is to add:

#ifndef SOCK_CLOEXEC
#define SOCK_CLOEXEC    02000000
#endif

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