I've decided to turn my desktop into a server, and I threw my mud on the server and got alot of errors. My mud normally compiles very clean (no errors) on every other server I've been on. Maybe I don't have the right compiler or something?
Any help would be appreciated.
xero@xero-desktop:~/dwmud/src$ make
gcc -c -Wall -O -ggdb act_comm.c -o obj/act_comm.o
In file included from act_comm.c:43:
tables.h:31: error: array type has incomplete element type
tables.h:32: error: array type has incomplete element type
tables.h:33: error: array type has incomplete element type
tables.h:34: error: array type has incomplete element type
tables.h:37: error: array type has incomplete element type
tables.h:38: error: array type has incomplete element type
tables.h:39: error: array type has incomplete element type
tables.h:40: error: array type has incomplete element type
tables.h:41: error: array type has incomplete element type
tables.h:42: error: array type has incomplete element type
tables.h:43: error: array type has incomplete element type
tables.h:44: error: array type has incomplete element type
tables.h:45: error: array type has incomplete element type
tables.h:46: error: array type has incomplete element type
tables.h:47: error: array type has incomplete element type
tables.h:48: error: array type has incomplete element type
tables.h:49: error: array type has incomplete element type
tables.h:50: error: array type has incomplete element type
tables.h:51: error: array type has incomplete element type
tables.h:52: error: array type has incomplete element type
tables.h:53: error: array type has incomplete element type
tables.h:54: error: array type has incomplete element type
tables.h:55: error: array type has incomplete element type
tables.h:56: error: array type has incomplete element type
tables.h:57: error: array type has incomplete element type
tables.h:58: error: array type has incomplete element type
tables.h:59: error: array type has incomplete element type
tables.h:60: error: array type has incomplete element type
tables.h:61: error: array type has incomplete element type
tables.h:62: error: array type has incomplete element type
tables.h:63: error: array type has incomplete element type
tables.h:64: error: array type has incomplete element type
tables.h:65: error: array type has incomplete element type
tables.h:66: error: array type has incomplete element type
tables.h:67: error: array type has incomplete element type
tables.h:68: error: array type has incomplete element type
tables.h:69: error: array type has incomplete element type
tables.h:70: error: array type has incomplete element type
tables.h:71: error: array type has incomplete element type
tables.h:72: error: array type has incomplete element type
tables.h:73: error: array type has incomplete element type
tables.h:74: error: array type has incomplete element type
make: *** [obj/act_comm.o] Error 1
xero@xero-desktop:~/dwmud/src$
Any help would be appreciated.
xero@xero-desktop:~/dwmud/src$ make
gcc -c -Wall -O -ggdb act_comm.c -o obj/act_comm.o
In file included from act_comm.c:43:
tables.h:31: error: array type has incomplete element type
tables.h:32: error: array type has incomplete element type
tables.h:33: error: array type has incomplete element type
tables.h:34: error: array type has incomplete element type
tables.h:37: error: array type has incomplete element type
tables.h:38: error: array type has incomplete element type
tables.h:39: error: array type has incomplete element type
tables.h:40: error: array type has incomplete element type
tables.h:41: error: array type has incomplete element type
tables.h:42: error: array type has incomplete element type
tables.h:43: error: array type has incomplete element type
tables.h:44: error: array type has incomplete element type
tables.h:45: error: array type has incomplete element type
tables.h:46: error: array type has incomplete element type
tables.h:47: error: array type has incomplete element type
tables.h:48: error: array type has incomplete element type
tables.h:49: error: array type has incomplete element type
tables.h:50: error: array type has incomplete element type
tables.h:51: error: array type has incomplete element type
tables.h:52: error: array type has incomplete element type
tables.h:53: error: array type has incomplete element type
tables.h:54: error: array type has incomplete element type
tables.h:55: error: array type has incomplete element type
tables.h:56: error: array type has incomplete element type
tables.h:57: error: array type has incomplete element type
tables.h:58: error: array type has incomplete element type
tables.h:59: error: array type has incomplete element type
tables.h:60: error: array type has incomplete element type
tables.h:61: error: array type has incomplete element type
tables.h:62: error: array type has incomplete element type
tables.h:63: error: array type has incomplete element type
tables.h:64: error: array type has incomplete element type
tables.h:65: error: array type has incomplete element type
tables.h:66: error: array type has incomplete element type
tables.h:67: error: array type has incomplete element type
tables.h:68: error: array type has incomplete element type
tables.h:69: error: array type has incomplete element type
tables.h:70: error: array type has incomplete element type
tables.h:71: error: array type has incomplete element type
tables.h:72: error: array type has incomplete element type
tables.h:73: error: array type has incomplete element type
tables.h:74: error: array type has incomplete element type
make: *** [obj/act_comm.o] Error 1
xero@xero-desktop:~/dwmud/src$