bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext on windows error


From: Farkas Levente
Subject: gettext on windows error
Date: Fri, 31 Oct 2008 11:51:56 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

hi,
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:

--- ./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)

-- 
  Levente                               "Si vis pacem para bellum!"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]