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

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

Bug encountered in build of gettext version 0.17 under MinGW-w64


From: Tilton, James C. (GSFC-6063)
Subject: Bug encountered in build of gettext version 0.17 under MinGW-w64
Date: Tue, 16 Mar 2010 11:21:55 -0500

My build of version 0.17 of gettext encountered an error of "too many arguments 
to function 'mkdir' at line 277 of tempname.c

I was able to get the build to proceed successfully past this point with the 
hack of replacing

     fd = __mkdir ( tmpl, S_IRUSR | S_IWUSR | S_IXUSR);

with

   fd = __mkdir ( tmpl);

at line 277 of gettext-tools/gnulib-lib/tempname.c

It appears that this problem occurs because the redefinition of mkdir around 
line 276 of gettext-tools/gnulib-lib/sys_stat.h is not picked up.

The build later failed due to the symbols rpl_optarg and rpl_optind not being 
found.

I'm now investigating this problem - but please let me know if anyone knows a 
workaround for this latter problem.

____________________________________________________________________________
Dr. James C. Tilton                       Voice:   301-286-9510
NASA Goddard Space Flight Center          FAX:     301-286-1776
Mail Code 606.3                           E-Mail:  address@hidden
(Computational & Information Sciences and Technology Office)
Greenbelt, MD 20771
URLs: http://ipp.gsfc.nasa.gov/RHSEG/ and http://cisto.gsfc.nasa.gov/TILTON/




reply via email to

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