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@xxxxxxxxxxx> 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review