[gst-devel] Building gst-pyhon on windows
Andoni Morales
ylatuya at gmail.com
Tue Mar 31 18:21:00 CEST 2009
Hi,
I'm trying to add gst-python to GStreamer-Winbuilds and I'm having
some problems generating the bindings.
Taking as refenrence the Visual Studio project in
gst-python/win32/vs6/pygenfiles.dsp I run the following command to
genereta gst.c:
C:\Python26\python.exe ..\..\codegen/codegen.py --load-types
..\..\gst\arg-types.py --register ..\..\gst\gst-types.defs --override
..\..\gst\gst.override --extendpath ..\..\gst\ --prefix pygst
..\..\gst\gst.defs > ..\..\gst\gen-gst.c
I get the following errors:
http://pastebin.com/m67dda251
>From my experience with C# bindings I understand that I have add some
search path to find all the GStreamer/GLib references. I'm not
familiar with Python bindings and I don't know how to do that...
Thanks in advance,
Andoni Morales
More information about the gstreamer-devel
mailing list