[gstreamer-bugs] [Bug 529910] New: pygstiterator.c doesn't compile in Windows using MinGW

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 25 07:44:18 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=529910

  GStreamer | gst-python | Ver: HEAD CVS
           Summary: pygstiterator.c doesn't compile in Windows using MinGW
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jesus at softcatala.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I am trying to compile gst-plugins in Windows Vista using MinGW and I get the
following error:

if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-Ic:\Python25/include/python2.5   -Ic:/dependencies/release/include/pygtk-2.0
-Ic:/dependencies/release/include/glib-2.0
-Ic:/dependencies/release/lib/glib-2.0/include  
-Ic:/dependencies/release/include/gstreamer-0.10
-Ic:/dependencies/release/include/glib-2.0
-Ic:/dependencies/release/lib/glib-2.0/include
-Ic:/dependencies/release/include/libxml2   -Wall  -fno-strict-aliasing
-I/build/release/include -I/build/release/include/python2.5 -I/mingw/include
-mms-bitfields -include mingwstuff.h -MT _gst_la-pygstiterator.lo -MD -MP -MF
".deps/_gst_la-pygstiterator.Tpo" -c -o _gst_la-pygstiterator.lo `test -f
'pygstiterator.c' || echo './'`pygstiterator.c; \
then mv -f ".deps/_gst_la-pygstiterator.Tpo" ".deps/_gst_la-pygstiterator.Plo";
else rm -f ".deps/_gst_la-pygstiterator.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ic:Python25/include/python2.5
-Ic:/dependencies/release/include/pygtk-2.0
-Ic:/dependencies/release/include/glib-2.0
-Ic:/dependencies/release/lib/glib-2.0/include
-Ic:/dependencies/release/include/gstreamer-0.10
-Ic:/dependencies/release/include/glib-2.0
-Ic:/dependencies/release/lib/glib-2.0/include
-Ic:/dependencies/release/include/libxml2 -Wall -fno-strict-aliasing
-I/build/release/include -I/build/release/include/python2.5 -I/mingw/include
-mms-bitfields -include mingwstuff.h -MT _gst_la-pygstiterator.lo -MD -MP -MF
.deps/_gst_la-pygstiterator.Tpo -c pygstiterator.c  -DDLL_EXPORT -DPIC -o
.libs/_gst_la-pygstiterator.o
pygstiterator.c:137: error: initializer element is not constant
pygstiterator.c:137: error: (near initialization for
`PyGstIterator_Type.tp_iter')
pygstiterator.c: In function `pygst_iterator_new':
pygstiterator.c:149: warning: long unsigned int format, GType arg (arg 10)
make[3]: *** [_gst_la-pygstiterator.lo] Error 1
make[3]: Leaving directory `/c/dev/build-release/gst-python-0.10.11/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/dev/build-release/gst-python-0.10.11/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/dev/build-release/gst-python-0.10.11'
make: *** [all] Error 2
make failed in /c/dev/build-release/gst-python-0.10.11


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=529910.




More information about the Gstreamer-bugs mailing list