[gstreamer-bugs] [Bug 607313] New: Make gst-python buildable with MSys
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 18 07:46:18 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=607313
GStreamer | gst-python | git
Summary: Make gst-python buildable with MSys
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Windows
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: lrn1986 at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=151673)
View: https://bugzilla.gnome.org/attachment.cgi?id=151673
Review: https://bugzilla.gnome.org/review?bug=607313&attachment=151673
Make gst-python buildable with MSys
Partially depends on https://bugzilla.gnome.org/show_bug.cgi?id=607273
With this patch and the following configure magic it is possible to
successfully build gst-python with MinGW/MSys
configure magic (assuming that gstreamer and gst-plugins-base are installed
into /local and Python is installed into C:\Python26):
PKG_CONFIG_PATH=/local/lib/pkgconfig:/C/Python26/Lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
CFLAGS="-Wno-format" CPPFLAGS="-fno-common -Wno-format -I/local/include"
LDFLAGS="-no-undefined -L/local/lib -L/C/Python26/Lib/site-packages"
./autogen.sh
--
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