Re: [Plib-users] need help compiling plib
Brought to you by:
sjbaker
|
From: Sebastian U. <ud...@ha...> - 2002-04-23 02:28:44
|
On Sun, 21 Apr 2002, ma...@ne... (Mathew Kohel) wrote: > Date: Sun, 21 Apr 2002 21:51:09 -0500 > To: <pli...@li...> > From: ma...@ne... (Mathew Kohel) > Subject: Re: [Plib-users] need help compiling plib > > I added sys/types.h to netSocket.cxx and also had to remove the code > that typedef socklen_t to int to make it compile. Yes, it was obviously broken: !defined(socklen_t) <---- not excactly the way to check for a libc type ... Fortuantely, the configure script already does this work for us in a more correct way. netSocket.cxx has been fixed in CVS; thanks for reporting this issue. - Sebastian |