[Bug 467398] Review Request: mingw32-gettext - GNU libraries and utilities for producing multi-lingual messages

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 31 10:52:49 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=467398





--- Comment #3 from Levente Farkas <lfarkas at lfarkas.org>  2008-10-31 06:52:48 EDT ---
for windows compile it's generate an error since rpl_optarg and rpl_optind
notdefine anywhere in the source (and it's true). so it'be useful to fix it eg.
the patch bellow (i already report it the upstream gettext to):

--- ./gettext-tools/woe32dll/gettextlib-exports.c.lfarkas 2008-10-31
11:42:38.000000000 +0100
+++ ./gettext-tools/woe32dll/gettextlib-exports.c 2008-10-31 11:43:29.000000000
+0100
@@ -26,7 +26,7 @@
 VARIABLE(gl_array_list_implementation)
 VARIABLE(gl_linkedhash_list_implementation)
 VARIABLE(program_name)
-VARIABLE(rpl_optarg)
-VARIABLE(rpl_optind)
+/*VARIABLE(rpl_optarg)
+VARIABLE(rpl_optind)*/
 VARIABLE(simple_backup_suffix)
 VARIABLE(styled_ostream_typeinfo)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list