Compiler error.

Bug reports and discussion about bugs.
Post Reply
roboto
Posts: 8
Joined: Tue Jan 16, 2018 4:47 pm

Compiler error.

Post by roboto »

I have done nothing to the makefile except for adding to CFLAGS and typed make.

This is the error:

Code: Select all

gcc -O2 -g -pipe -march=native -fomit-frame-pointer -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -std=c99 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32 -fPIC  -Iserver -Iserver/lua  -o accedit account/accedit.o -lcurses -lcrypt
cd client; ../preproc/preproc player.pre player.pkg gcc -x c -E -Wp,-C,-P ; cd ..
cd client; ../server/tolua -n util -o w_util.c util.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

cd client; ../server/tolua -n spells -o w_spells.c spells.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

gcc -O2 -g -pipe -march=native -fomit-frame-pointer -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -std=c99 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32 -fPIC  -Iserver -Iserver/lua -o common/w_z_pack.o -c common/w_z_pack.c
cd server; ./tolua -n util -o w_util.c util.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

cd server; ./tolua -n player -o w_play.c player.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

cd server; ./tolua -n spells -o w_spells.c spells.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

cd client; ../server/tolua -n player -o w_play.c player.pkg; cd ..

** tolua: parse error.

Code being processed:
/* wchar_t uses Unicode 9.0.0.  Version 9.0 of the Unicode Standard is

gcc -O2 -g -pipe -march=native -fomit-frame-pointer -Wall -DUSE_X11 -DUSE_GCU -I/usr/X11R6/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -std=c99 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32 -fPIC  -Iserver -Iserver/lua -o client/w_util.o -c client/w_util.c
gcc: error: client/w_util.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
makefile:450: recipe for target 'client/w_util.o' failed
make: *** [client/w_util.o] Error 1
make: *** Waiting for unfinished jobs....
Post Reply