|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
May 2001: [Freeciv-Dev] Re: what's with this warning? |
|
[Freeciv-Dev] Re: what's with this warning?[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Monday 30 April 2001 22:01, Mike Kaufman wrote: > what's going on here? Is this purposeful? This warning has shown up for a > long time... > > gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" > -DGNULOCALEDIR=\"/usr/local/share/locale\" > -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" > -DHAVE_CONFIG_H-I.. -I. -I../intl -I../lib -g -O2 -Wall dcgettext.c > dcgettext.c: In function `dcgettext__': > dcgettext.c:321: warning: implicit declaration of function `stpcpy' > > --mike I don't know exactly who is to blame, but inserting a #define __USE_GNU 1 will make the function get defined in string.h I don't think this problem is in gettext 0.10.37, but that one has other problems... -Thue
|