I see you found the mass import function
OK, the problem with db.c was fixed.
The problem with environment.c was fixed.
Now I get this:
Compiling o/event.o....
cc1plus: warnings being treated as errors
event.c: In function `void add_event(EVENT *, int)':
event.c:146: warning: declaration of `event' shadows global declaration
event.c: In function `void remove_event(EVENT *)':
event.c:199: warning: declaration of `event' shadows global declaration
event.c: In function `void remove_event_local(EVENT **, EVENT *)':
event.c:235: warning: declaration of `event' shadows global declaration
event.c: In function `void add_simple_ev(CHAR_DATA *, int, int, int, bool)':
event.c:262: warning: declaration of `event' shadows global declaration
event.c: In function `void event_update()':
event.c:310: warning: declaration of `event' shadows global declaration
event.c: In function `void add_mprog_ev(int, void *, int, CHAR_DATA *, void *, void *, char *)':
event.c:450: warning: declaration of `event' shadows global declaration
event.c: In function `void run_mprog_ev_now(int, void *, int, CHAR_DATA *, void *, void *, char *)':
event.c:506: warning: declaration of `event' shadows global declaration
event.c: In function `void add_simple_room_ev(ROOM_INDEX_DATA *, int, int, int)':
event.c:595: warning: declaration of `event' shadows global declaration
event.c: In function `void add_simple_obj_ev(OBJ_DATA *, int, int, int)':
event.c:621: warning: declaration of `event' shadows global declaration
event.c: In function `void inject_obj_ev(OBJ_DATA *)':
event.c:652: warning: declaration of `event' shadows global declaration
event.c: In function `void inject_char_ev(CHAR_DATA *)':
event.c:671: warning: declaration of `event' shadows global declaration
event.c: In function `void fwrite_event(EVENT *, FILE *)':
event.c:689: warning: declaration of `event' shadows global declaration
event.c: In function `void fread_event(FILE *, EVENT *)':
event.c:708: warning: declaration of `event' shadows global declaration
event.c: In function `void do_eventinfo(CHAR_DATA *, char *)':
event.c:734: warning: declaration of `event' shadows global declaration
gmake[2]: *** [o/event.o] Error 1
gmake[2]: Leaving directory `/usr/home/moonwolf/temp/afkmud/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/home/moonwolf/temp/afkmud/src'
gmake: *** [clean] Error 2
*whimper*
Kathi