[gstreamer-bugs] [Bug 316085] New: MinGW compilation: GetText related issues

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Sep 12 07:17:43 PDT 2005


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

           Summary: MinGW compilation: GetText related issues
           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


I have some issues with gettext, it might be a problem with my version of this
library. Still, some weird things happen

1) In my config.h I have ended up
#undef ENABLE_NLS
#define GETTEXT_PACKAGE "gstreamer-0.9"
(NLS disabled GETTEXT enabled) this confuses the header gst/gst-i18n-lib.h
since this header then tries to redefine GETTEXT_PACKAGE macro. This ends with
error.

I think that my gsttext library is broken so I have decided to undefine
GETTEXT_PACKAGE macro in config.h

Still, I had two problems:

2) None of gstreamer opptions work unless I delete the line 
{NULL, NUL, POPT_ARG_INTL_DOMAIN, GETTEXT_PACKAGE, 0, NULL, NULL},
from gstreamer_options (function gst_init_get_popt_table, file gst/gst.c)

3) ngettext is undefined in gst-register

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