-c -o colors.o colors.c In file included from netrek.h:11, from colors.c:9: distress.h:14: error: array type has incomplete element type distress.h:15: error: array type has incomplete element type make: *** [colors.o] Error 1 I looked in distress.h and it seems fine: distress.h:14: extern struct dmacro_list dist_defaults[]; distress.h:15 extern struct dmacro_list dist_prefered[]; Any idea how to fix this? I don't understand what is causing the error. the struct definition is very straight forward. Zach