|
|||||||
This is a discussion on "Rot 1.4" in the Top Mud Sites MUD Coding forum : When i try to 'make' in the src for the very first time these come up: Originally Posted by gcc -c -Wall -O -g comm.c comm.c:175: conflicting types for `accept' /usr/include/sys/socket.h:191: previous declaration of `accept' comm.c:176: conflicting types for `bind' /usr/include/sys/socket.h:111: previous declaration of `bind' comm.c:178: conflicting types for `getpeername' /usr/include/sys/socket.h:127: previous declaration of `getpeername' comm.c:179: conflicting types for `getsockname' /usr/include/sys/socket.h:115: previous declaration of `getsockname' make: *** [comm.o] Error 1 What ... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 | |
|
New Member
Join Date: Apr 2002
Posts: 19
![]() |
When i try to 'make' in the src for the very first time these come up:
Quote:
-Jayl |
|
|
|
|
|
|
#2 |
|
Member
|
Remove the re-declarations in comm.c (NOT the original declarations in the system header files).
Kas. |
|
|
|