What sort of system are you compiling this on? And with which code base? Most likely you can just comment out that function declaration for getpeername at line 176, since it's already in the header file.
--Mike. On 1/3/06, tyler <[EMAIL PROTECTED]> wrote: > Hello list, > I am rather new to rom programming. > I have had some C experience, but am lost here. > When I do > cd /Rom24/src > make > I get the normal compile messages, everything runs cool, then, > comm.c:176: error: conflicting types for `getpeername' > graphic 768 /usr/include/sys/socket.h:129: error: previous declaration of > `getpeername' > comm.c:177: error: conflicting types for `getsockname' > ious declaration of `getsockname' graphic 128 > /usr/include/sys/socket.h:115: error: prev > make: *** [comm.o] Error 1 > Thanks, > Tyler Littlefield. > Check out our website: > http://tysplace.the-leetest.net > check out my blog: > livejournal.com/~tylerrl > [my programs don't have bugs, just randomly added features] > [failure is not an option, it comes bundled with windows!] > > -- > ROM mailing list > [email protected] > Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom > -- ROM mailing list [email protected] Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom

