This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

stpcpy() redefined


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Recent mingw-w64 added a stpcpy() implementation for sources that
request appropriate compatibility (_XOPEN_SOURCE or _GNU_C_SOURCE).

This created problems with binutils (or, to be precise, with libintl):
i686-w64-mingw32-gcc -c  -g -O2 -D__USE_MINGW_ACCESS -DHAVE_CONFIG_H
- -I. -I../../binutils-2.23.90.20131017/intl
../../binutils-2.23.90.20131017/intl/l10nflist.c
../../binutils-2.23.90.20131017/intl/l10nflist.c:445:1: error:
redefinition of âstpcpyâ
 stpcpy (dest, src)
 ^
In file included from ../../binutils-2.23.90.20131017/intl/l10nflist.c:30:0:
/home/lrn/src/mingw-w64-mingw32-native/cross-toolchain/i686-w64-mingw32/include/string.h:56:21:
note: previous definition of âstpcpyâ was here
   __mingw_ovr char *stpcpy(char * __restrict__ _Dest,const char *
__restrict__ _Source) { return __mingw_stpcpy(_Dest, _Source); }
                     ^
make[2]: *** [l10nflist.o] Error 1

Before i try to come up with a patch for this, do you have any
recommendations on dealing with it?

- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)

iQEcBAEBAgAGBQJSYYVWAAoJEOs4Jb6SI2Cwh3gIANuSEncJstzFuApZrgfwEJVu
k15HiSBUO7bUCAQhwVJlBEFCp6cYVbcCzKUNOqK5kT1b489k1DzhbKe1bfACQ8to
RZKyApvAS38zu7pJqumnHY7wdLfffZhv561XyQc3a62EMLc397Qi5mjBVbhJ/BBv
85Bo4cKjlGFo9lNfO3/9HdN0E8kJCkqFq0qrqExuo/oCqS2DBECEksbKBP5Rg19i
EPYC1vVF1r/oKNoZzy8MMsAlwRBT7umxL3erH4dAZTgmjvdypV2hn5oK3LVrMSd6
nzOlM20uzUAKgUBS3ZXMjYJCyy4F33EXngYUSglWp2psFhJ4puKZoneAG791oBk=
=IYnw
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]