RE: [gentoo-user] emerge wget failed - help

2005-03-29 Thread JASON JESSO
OK..  That was my hunch and I am hunting also.

I also downloaded the tar file from GNU and get the
same error.

GETALL is the culprit.  But why am I the only one
tripping on this?

[EMAIL PROTECTED] wget-1.9.1 $ find /usr/include/ -name
'*.h' -exec grep -l GETALL {} \;
/usr/include/linux/sem.h
/usr/include/bits/sem.h
[EMAIL PROTECTED] wget-1.9.1 $ cksum
/usr/include/bits/sem.h
1741411475 2648 /usr/include/bits/sem.h
[EMAIL PROTECTED] wget-1.9.1 $ cksum
/usr/include/linux/sem.h
851410447 5038 /usr/include/linux/sem.h
[EMAIL PROTECTED] wget-1.9.1 $ 


--- Dave Nebinger <[EMAIL PROTECTED]> wrote:
> > I am trying an emerge on wget.  I get a compile
> error:
> > 
> > In file included from ftp.c:52:
> > ftp.h:81: error: parse error before numeric
> constant
> > make[1]: *** [ftp.o] Error 1
> 
> Jason, wget-1.9.1-r3 builds fine on my system. 
> Perhaps you could send the
> output from a few lines before this error rather
> than the ones following it?
> 
> The line in ftp.h (81) is an enum construct where
> several symbolic names are
> used to represent constant values.  I'm not sure
> where the values are
> located (i.e. a system include file or a local
> include file), but I'm
> hunting...
> 
> 
> 
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] emerge wget failed - help

2005-03-29 Thread Dave Nebinger
> I am trying an emerge on wget.  I get a compile error:
> 
> In file included from ftp.c:52:
> ftp.h:81: error: parse error before numeric constant
> make[1]: *** [ftp.o] Error 1

Jason, wget-1.9.1-r3 builds fine on my system.  Perhaps you could send the
output from a few lines before this error rather than the ones following it?

The line in ftp.h (81) is an enum construct where several symbolic names are
used to represent constant values.  I'm not sure where the values are
located (i.e. a system include file or a local include file), but I'm
hunting...



--
gentoo-user@gentoo.org mailing list