Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2001:
[Freeciv-Dev] Re: what's with this warning?
Home

[Freeciv-Dev] Re: what's with this warning?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Mike Kaufman <mkaufman@xxxxxxxxxxxxxx>, freeciv-dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: what's with this warning?
From: Thue <thue@xxxxxxx>
Date: Fri, 25 May 2001 17:50:54 +0200

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


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: what's with this warning?, Thue <=