  | | | Compiling stock ROM code under Fedora Core 4 | Compiling stock ROM code under Fedora Core 4 2005-10-07 - By Franklin Zecca
Back Howdy all, I'm the resident list n00b and I had some questions about compiling ROM.
I recently set up a machine with Fedora Core 4, and decided I wanted to use this machine as my server. Just to tinker around with it, I put the stock source (v2.4b6) in a folder -- without any modifications of my own -- and ran make.
It immediately blew through errors. I tried using the Makefile.linux in place of the original Makefile and had the same issue.
Any insight or help with this is greatly appreciated!
Frank
Output is as follows:
In file included from act_comm.c:41: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [act_comm.o] Error 1 In file included from act_info.c:43: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 act_info.c: In function 'do_look': act_info.c:1122: warning: suggest explicit braces to avoid ambiguous 'else' act_info.c:1131: warning: suggest explicit braces to avoid ambiguous 'else' make: *** [act_info.o] Error 1 act_obj.c: In function 'do_put': act_obj.c:423: warning: suggest explicit braces to avoid ambiguous 'else' act_obj.c:461: warning: suggest explicit braces to avoid ambiguous 'else' act_obj.c: In function 'get_cost': act_obj.c:2480: warning: suggest explicit braces to avoid ambiguous 'else' In file included from act_wiz.c:41: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [act_wiz.o] Error 1 In file included from comm.c:63: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 comm.c: In function 'init_descriptor': comm.c:868: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness comm.c:869: warning: pointer targets in passing argument 3 of 'accept' differ in signedness comm.c:898: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness make: *** [comm.o] Error 1 fight.c: In function 'one_hit': fight.c:571: warning: suggest explicit braces to avoid ambiguous 'else' In file included from flags.c:39: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [flags.o] Error 1 In file included from handler.c:41: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 handler.c: In function 'is_same_clan': handler.c:339: warning: control reaches end of non-void function handler.c: In function 'reset_char': handler.c:565: warning: suggest explicit braces to avoid ambiguous 'else' handler.c: In function 'get_max_train': handler.c:761: warning: suggest explicit braces to avoid ambiguous 'else' make: *** [handler.o] Error 1 In file included from note.c:41: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [note.o] Error 1 In file included from lookup.c:36: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [lookup.o] Error 1 magic.c: In function 'obj_cast_spell': magic.c:643: warning: suggest explicit braces to avoid ambiguous 'else' magic.c: In function 'spell_earthquake': magic.c:2203: warning: suggest explicit braces to avoid ambiguous 'else' In file included from save.c:41: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [save.o] Error 1 In file included from tables.c:36: tables.h:29: error: array type has incomplete element type tables.h:30: error: array type has incomplete element type tables.h:31: error: array type has incomplete element type tables.h:32: error: array type has incomplete element type tables.h:35: error: array type has incomplete element type tables.h:36: 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 make: *** [tables.o] Error 1 make: Target `rom' not remade because of errors. -- ROM mailing list ROM@(protected) Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom
|
|
 |