bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: _GL_INLINE_HEADER_BEGIN/END left behind


From: Bruce Korb
Subject: Re: _GL_INLINE_HEADER_BEGIN/END left behind
Date: Wed, 28 Aug 2013 16:14:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]