[PENNMUSH] Compiling Errors on 1.8.1p9
Solarius
solariusiimail at comcast.net
Fri Jul 14 13:19:20 CDT 2006
I am getting an Error during compiling of the latest 1.8.1p9 release. I also get it when trying to patch my running 1.8.1p3 release to 1.8.1p4. Here is the compile info from trying to 'make install' on 1.8.1p9. I'm not seeing what is happening... though I am not that great at finding problems in Linux anyways. :) Thanks
echo "Localizing for your locale..."
Localizing for your locale...
(cd po; make localized)
make[1]: Entering directory `/home/solarius/pennmush/po'
No LANG variable set, no localization. Ignore errors.
msgfmt --strict .po
error while opening ".po" for reading: No such file or directory
make[1]: [localized] Error 1 (ignored)
mkdir -p /LC_MESSAGES
mkdir: cannot create directory `/LC_MESSAGES': Permission denied
make[1]: [localized] Error 1 (ignored)
mv messages.mo /LC_MESSAGES/pennmush.mo
mv: cannot stat `messages.mo': No such file or directory
make[1]: [localized] Error 1 (ignored)
make[1]: Leaving directory `/home/solarius/pennmush/po'
(cd utils; sh mkcmds.sh commands)
Rebuilding command prototype file
................................................................................
..................................................................
(cd utils; sh mkcmds.sh functions)
Rebuilding function prototype file
................................................................................
................................................................................
................................................................................
................................................................................
...........................................
(cd utils; sh mkcmds.sh switches)
Rebuilding command switch file
................................................................................
.......................................................................
Making all in src.
(cd src; make all "CC=gcc" "CCFLAGS=-g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment" \
"LDFLAGS=-L/usr/local/lib" "CLIBS=-lnsl -lm -lc -lcrypt -lresolv -lssl -lcrypto -lmysqlclient" "MAKE=make" \
"MAKEFLAGS=")
make[1]: Entering directory `/home/solarius/pennmush/src'
rm -f ../hdrs/buildinf.h
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o access.o access.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o atr_tab.o atr_tab.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o attrib.o attrib.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o boolexp.o boolexp.c
if [ ! -f ../hdrs/patches.h ]; then \
(cd ../utils; sh mkcmds.sh patches); \
fi
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o bsd.o bsd.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o bufferq.o bufferq.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o chunk.o chunk.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o cmdlocal.o cmdlocal.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o cmds.o cmds.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o command.o command.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o compress.o compress.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o conf.o conf.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o cque.o cque.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o create.o create.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o db.o db.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o destroy.o destroy.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o extchat.o extchat.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o extmail.o extmail.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o filecopy.o filecopy.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o flaglocal.o flaglocal.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o flags.o flags.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funcrypt.o funcrypt.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o function.o function.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o fundb.o fundb.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funlist.o funlist.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funlocal.o funlocal.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funmath.o funmath.c
funmath.c: In function `fun_fraction':
funmath.c:1245: warning: use of `l' length character with `f' type character
funmath.c:1247: warning: use of `l' length character with `f' type character
funmath.c:1247: warning: use of `l' length character with `f' type character
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funmisc.o funmisc.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funstr.o funstr.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funtime.o funtime.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o funufun.o funufun.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o game.o game.c
game.c: In function `init_game_dbs':
game.c:798: warning: variable `f' might be clobbered by `longjmp' or `vfork'
game.c:800: warning: variable `infile' might be clobbered by `longjmp' or `vfork'
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o help.o help.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o htab.o htab.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o ident.o ident.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o local.o local.c
gcc -g -O -I.. -I../hdrs -D__USE_POSIX -I/usr/local/include -W -Wall -Wno-comment -c -o lock.o lock.c
lock.c: In function `eval_lock_with':
lock.c:866: parse error before `b'
lock.c:867: `b' undeclared (first use in this function)
lock.c:867: (Each undeclared identifier is reported only once
lock.c:867: for each function it appears in.)
lock.c:841: warning: unused parameter `ltype'
make[1]: *** [lock.o] Error 1
make[1]: Leaving directory `/home/solarius/pennmush/src'
make: *** [all] Error 2
More information about the Pennmush
mailing list