After getting most of the problems with obuild settled I finally got it to compile. However, there were a few multiple warnings I am a bit concerned with. As I also tested a few of the commands, ie: zedit create (new zone numder) oedit create The mud seems to crash. I tried to run the debugger, but I could not see anything...keep in mind Im very inexperienced. Anyhow Im hoping you guys might have some ideas I could try. I've included the makefile logwhere the warnings show up: Thanks, Matt make ../bin/circle make[1]: Entering directory `/usr/circle/circle30bpl17/src' gcc -c -g -O2 -Wall act.comm.c gcc -c -g -O2 -Wall act.informative.c gcc -c -g -O2 -Wall act.item.c gcc -c -g -O2 -Wall act.movement.c gcc -c -g -O2 -Wall act.offensive.c gcc -c -g -O2 -Wall act.other.c gcc -c -g -O2 -Wall act.social.c gcc -c -g -O2 -Wall act.wizard.c gcc -c -g -O2 -Wall alias.c gcc -c -g -O2 -Wall ban.c gcc -c -g -O2 -Wall boards.c gcc -c -g -O2 -Wall castle.c gcc -c -g -O2 -Wall class.c gcc -c -g -O2 -Wall comm.c gcc -c -g -O2 -Wall config.c gcc -c -g -O2 -Wall constants.c gcc -c -g -O2 -Wall db.c db.c: In function `index_boot': db.c:535: warning: unused variable `size' db.c: In function `load_zones': db.c:1390: warning: short int format, different type arg (arg 3) db.c:1402: warning: short int format, different type arg (arg 3) gcc -c -g -O2 -Wall fight.c gcc -c -g -O2 -Wall graph.c gcc -c -g -O2 -Wall handler.c gcc -c -g -O2 -Wall house.c gcc -c -g -O2 -Wall interpreter.c gcc -c -g -O2 -Wall limits.c gcc -c -g -O2 -Wall magic.c gcc -c -g -O2 -Wall mail.c gcc -c -g -O2 -Wall mobact.c gcc -c -g -O2 -Wall modify.c gcc -c -g -O2 -Wall objsave.c gcc -c -g -O2 -Wall olc.c gcc -c -g -O2 -Wall random.c gcc -c -g -O2 -Wall shop.c gcc -c -g -O2 -Wall spec_assign.c gcc -c -g -O2 -Wall spec_procs.c gcc -c -g -O2 -Wall spell_parser.c gcc -c -g -O2 -Wall spells.c gcc -c -g -O2 -Wall utils.c gcc -c -g -O2 -Wall weather.c gcc -o ../bin/circle act.comm.o act.informative.o act.item.o act.movement.o act.offensive.o act.other.o act.social.o act.wizard.o alias.o ban.o boards.o castle.o class.o comm.o config.o constants.o db.o fight.o graph.o handler.o house.o interpreter.o limits.o magic.o mail.o mobact.o modify.o objsave.o olc.o random.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o act.build.c -lcrypt act.build.c: In function `show_z_resets': act.build.c:4651: warning: passing arg 2 of `sprinttype' from incompatible pointer type act.build.c:4676: warning: passing arg 2 of `sprinttype' from incompatible pointer type act.build.c:4677: warning: passing arg 2 of `sprinttype' from incompatible pointer type make[1]: Leaving directory `/usr/circle/circle30bpl17/src' make utils make[1]: Entering directory `/usr/circle/circle30bpl17/src' (cd util; make all) make[2]: Entering directory `/usr/circle/circle30bpl17/src/util' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/circle/circle30bpl17/src/util' make[1]: Leaving directory `/usr/circle/circle30bpl17/src' +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT