Re: Parse errors building CVS source on Debian.

2000-10-02 Thread David A. Walker
Yeah, I've had the same problems. For some reason socklen_t is not getting defined, but I can't figure out why. The odd thing is that there isn't anything wrong with unistd.h, it works fine for any other program. Any ideas? -- =D ave ___ [EMAIL PROTEC

Re: Parse errors building CVS source on Debian.

2000-10-02 Thread David A. Walker
OK, I figured out what the problem was: configure is incorrectly attempting to define socklen_t, because it doesn't think the system is defining it. While configure was running, I noticed that it said, "Check for socklen_t: no". Changing the "no" to a "yes" in config.cache fixed all the problems.

RE: Parse errors building CVS source on Debian.

2000-10-02 Thread Isaac Richards
On 02-Oct-2000 Nicholas Dronen wrote: > Hi: > > I get the following errors when building on Debian Woody using > glibc package version 2.1.94-3. Any suggestions? Yup.. Update from CVS again, I fixed this just a little bit ago. Isaac ___ [EMAIL PROTE