[Bug 675604] New: gst-python: fix compilation on windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 7 04:06:42 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675604
  GStreamer | gst-python | 0.10.x

           Summary: gst-python: fix compilation on windows
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

fix compilation in windows

Fix compilation on windows adding -no-undefined and link to the python
libraries properly.
Also fix python checks. When cross-compiling, we can't invoke python to guess
the include's directory or the link libraries, instead those should be passed  
  through PYTHON_INCLUDES and PYTHON_LIBS. When compiling natively we can't use
the python macro either because python-config is missing and the default path
is wrong and because python returns paths with backlashes which are not escaped
properly

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