Ludger Merkens wrote: > > On Wed, 7 Feb 2001, Kir Kolyshkin wrote: > > > Ludger Merkens wrote: > > > > > > Hello, > > > > > > I today tried to build aspseek-1.0.2. on Solaris. > > > SunOS 5.6 Generic_105181-23 sun4u sparc > > > > > > In daemon.cpp: > > > daemon.cpp: In function `void daemon()': > > > daemon.cpp:770: passing `socklen_t *' as argument 3 of `accept(int, > > > sockaddr *, int *)' changes signedness > > > > try to modify line 1280 in include/defines.h. Replace > > Whats that line number? In my file it is line 42 (no joke) It was actually byte offset, sorry :) > > > > typedef unsigned int socklen_t; > > > > to > > > > typedef int socklen_t; > > > > Please report your success (or failure) with it to this list. > > Builds ok with this change. Further testings will follow. ok, great, please keep inform us how things are doing. -- |< [] [] |_ [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 -- "Maybe somebody should tell gcc maintainers about programmers that know more than the compiler again." -- Linus Torvalds.
