Code: Show/Hide subspace@blackbox:~/asss-1.1.7/src$ make all
Makefile:238: Makefile.deps: No such file or directory ../scripts/gensparse.py sparse.inc ../scripts/sparse_params.py ../scripts/processfont.py ../scripts/banner.font > letters.inc cat *.c *.def | ../scripts/extract-cfg-docs.py -c > cfghelp.inc cat *.h */*.h | ../scripts/pymod-process.py gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -I/usr/include/mysql -I/usr/include/python2.2 -MM *.c */*.c > Makefile.deps dbtool.c:20: db.h: No such file or directory dbtool.c:31: #error "This version of bdb is too old." persist.c:18: db.h: No such file or directory persist.c:27: #error "This version of bdb is too old." make: [Makefile.deps] Error 1 (ignored) gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o main.o main.c In file included from defs.h:27, from asss.h:5, from main.c:20: util.h:76: warning: `malloc' attribute directive ignored In file included from asss.h:13, from main.c:20: logman.h:47: argument format specified for non-function `Log' logman.h:52: argument format specified for non-function `LogA' logman.h:55: argument format specified for non-function `LogP' In file included from asss.h:15, from main.c:20: chat.h:56: argument format specified for non-function `SendMessage' chat.h:60: argument format specified for non-function `SendCmdMessage' chat.h:64: argument format specified for non-function `SendSetMessage' chat.h:67: argument format specified for non-function `SendSoundMessage' chat.h:71: argument format specified for non-function `SendSetSoundMessage' chat.h:75: argument format specified for non-function `SendAnyMessage' chat.h:78: argument format specified for non-function `SendArenaMessage' chat.h:82: argument format specified for non-function `SendArenaSoundMessage' chat.h:87: argument format specified for non-function `SendModMessage' In file included from asss.h:25, from main.c:20: chatnet.h:32: argument format specified for non-function `SendToOne' chatnet.h:34: argument format specified for non-function `SendToArena' chatnet.h:36: argument format specified for non-function `SendToSet' make: *** [main.o] Error 1 |
Code: Show/Hide subspace@blackbox:~/asss-1.1.7/src$ make
Makefile:238: Makefile.deps: No such file or directory ../scripts/gensparse.py sparse.inc ../scripts/sparse_params.py ../scripts/processfont.py ../scripts/banner.font > letters.inc cat *.c *.def | ../scripts/extract-cfg-docs.py -c > cfghelp.inc cat *.h */*.h | ../scripts/pymod-process.py gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -I/usr/include/mysql -I/usr/include/python2.2 -MM *.c */*.c > Makefile.deps dbtool.c:20: db.h: No such file or directory dbtool.c:31: #error "This version of bdb is too old." persist.c:18: db.h: No such file or directory persist.c:27: #error "This version of bdb is too old." make: [Makefile.deps] Error 1 (ignored) gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o main.o main.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o module.o module.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o cmod.o cmod.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o util.o util.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o pathutil.o pathutil.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o protutil.o protutil.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o region.o region.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o rwlock.o rwlock.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o app.o app.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o md5.o md5.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o config.o config.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o prng.o prng.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o player.o player.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o core.o core.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o logman.o logman.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o mainloop.o mainloop.c gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o net.o net.c net.c: In function `process_lagouts': net.c:1596: parse error before `pkt' net.c:1597: `pkt' undeclared (first use in this function) net.c:1597: (Each undeclared identifier is reported only once net.c:1597: for each function it appears in.) make: *** [net.o] Error 1 |
Code: Show/Hide gcc -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic -c -o contrib/turf_reward.o contrib/turf_reward.c
contrib/turf_reward.c: In function `postRewardCleanup': contrib/turf_reward.c:2081: parse error before `*' contrib/turf_reward.c:2083: `pPlayer' undeclared (first use in this function) contrib/turf_reward.c:2083: (Each undeclared identifier is reported only once contrib/turf_reward.c:2083: for each function it appears in.) make: *** [contrib/turf_reward.o] Error 1 |
Quote: |
Makefile:236: Makefile.deps: No such file or directory
~/asss/scripts/gensparse.py sparse.inc ~/asss/scripts/sparse_params.py make: ~/asss/scripts/gensparse.py: Command not found make: *** [sparse.inc] Error 127 |
Code: Show/Hide gcc -pipe -fPIC -DNOMPQUEUE -o dbtool dbtool.o statcodes.o util.c -L/opt/db-4.0.14/lib -Wl,-rpath,/opt/db-4.0.14/lib -ldb4 /usr/bin/ld: cannot find -ldb4 collect2: ld returned 1 exit status make: *** [dbtool] Error 1 |