On 08/28/13 15:50, Bruce Korb wrote:
The compile error message:
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../lib -I../src -I../lib
-I../libopts \
-I../libopts -g -O2 -MT pw-pw.o -MD -MP -MF .deps/pw-pw.Tpo \
-c -o pw-pw.o `test -f 'pw.c' || echo './'`pw.c
In file included from pw.h:47:0,
from pw.c:20:
../lib/unistd.h:603:1: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'extern'
To be clear, this is a usability request to add the following to
headers that use the _GL_INLINE_HEADER stuff:
#if ! defined(_GL_INLINE_HEADER_BEGIN)
# error "the config.h header has not been sourced yet"
choke me now
#endif