Re: XOPEN_SOURCE and strings.h

2013-01-12 Thread Corinna Vinschen
On Jan 11 22:47, Denis Excoffier wrote: > Hello, > > In order to compile some packages (including slang-2.2.4 and ccrypt-1.9) > with GCC-4.7.2, i had to patch /usr/include/string.h iaw the following: > > > diff -uNr x-o/usr/include/string.h x-p/usr/include/string.h > --- x-o/usr/include/string.h

Re: XOPEN_SOURCE and strings.h

2013-01-11 Thread marco atzeri
On 1/11/2013 10:47 PM, Denis Excoffier wrote: Hello, In order to compile some packages (including slang-2.2.4 and ccrypt-1.9) with GCC-4.7.2, i had to patch /usr/include/string.h iaw the following: diff -uNr x-o/usr/include/string.h x-p/usr/include/string.h --- x-o/usr/include/string.h2012

XOPEN_SOURCE and strings.h

2013-01-11 Thread Denis Excoffier
Hello, In order to compile some packages (including slang-2.2.4 and ccrypt-1.9) with GCC-4.7.2, i had to patch /usr/include/string.h iaw the following: diff -uNr x-o/usr/include/string.h x-p/usr/include/string.h --- x-o/usr/include/string.h2012-11-23 14:40:09.0 +0100 +++ x-p/usr/incl