[gstreamer-bugs] [Bug 316155] New: MinGW compilation: glib-mkenums root parth subtitution problem

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Sep 13 01:18:35 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=316155
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: MinGW compilation: glib-mkenums root parth subtitution
                    problem
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: michal.benes at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


glib-mkenums is called with command line parameter
--fprod "/* enumerations from \"@filename@\" */\n"
this is problem in MSYS/MinGW since leading slash is substitued by Windows path
of MSYS root. Hence, the resulting parameter passed to glib-mkenums is something
like
--fprod "c:/msys/1.0/* enumerations from \"@filename@\" */\n"

Would it be possigble to change this paraeter to
--fprod "\n/* enumerations from \"@filename@\" */\n"
?

The same problem appears also in all the other GStreamer modules.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list