Compiling probs:
Posted: Fri Feb 08, 2002 3:54 am
Hi Exult team,
I'm having some problems compiling the current CVS project
Using the Makefile.win32 and gcc/mingw32 gives the following error:
expack.exe -i data/flx.in
expack.exe -i data/bg/flx.in
expack.exe -i data/si/flx.in
g++ -O2 -Wno-long-long -fvtable-thunks -include mingw_kludges.h -DVERSION=\\\\"0
.97cvs\\\\" -DEXULT_DATADIR=\\\\"data\\\\" -DDEBUG -DSIZEOF_SHORT=2 -DSIZEOF_INT
=4 -I./imagewin -I./shapes -I./files -I./files/zip -I./gumps -I./objs -I./tools
-I. -I./audio -I./conf -I./pathfinder -I./usecode -I./usecode/ucxt/include -I./d
ata -I./server -I./../SDL/include -DHAVE_SNPRINTF -DUSE_EXULTSTUDIO -I./../zlib
-DHAVE_ZIP_SUPPORT -c actions.cc -o actions.o
In file included from .\shapes\shapevga.h:34,
from gamewin.h:32,
from actions.cc:25:
.\shapes\shapeinf.h: In method `bool Shape_info::has_quality()':
.\shapes\shapeinf.h:350: unknown escape sequence `\s'
.\shapes\shapeinf.h:350: unknown escape sequence `\s'
make: *** [actions.o] Error 1
I also tried using the VC6 stuff but I also ran into problems there I set the EXULT_INSTALL_PATH and all that stuff from the readme file. But when selecting the 'all' project and 'Win32 Release Install' setting all I get is:
--------------------Configuration: expack - Win32 Release Install--------------------
Build : warning : failed to (or don't know how to) build 'D:\cygwin\home\Telemachos\exult\tools\expack.exe'
Installing expack.exe and Creating buildflx_inst.bat
The system cannot find the file specified.
Error executing d:\windows\system32\cmd.exe.
All - 1 error(s), 1 warning(s)
Feel free to call me an idiot if I'm missing some basic thing in VC6 but I've never really used that visual @!#$ before.. prefer gcc or watcom..
- Telemachos
I'm having some problems compiling the current CVS project
Using the Makefile.win32 and gcc/mingw32 gives the following error:
expack.exe -i data/flx.in
expack.exe -i data/bg/flx.in
expack.exe -i data/si/flx.in
g++ -O2 -Wno-long-long -fvtable-thunks -include mingw_kludges.h -DVERSION=\\\\"0
.97cvs\\\\" -DEXULT_DATADIR=\\\\"data\\\\" -DDEBUG -DSIZEOF_SHORT=2 -DSIZEOF_INT
=4 -I./imagewin -I./shapes -I./files -I./files/zip -I./gumps -I./objs -I./tools
-I. -I./audio -I./conf -I./pathfinder -I./usecode -I./usecode/ucxt/include -I./d
ata -I./server -I./../SDL/include -DHAVE_SNPRINTF -DUSE_EXULTSTUDIO -I./../zlib
-DHAVE_ZIP_SUPPORT -c actions.cc -o actions.o
In file included from .\shapes\shapevga.h:34,
from gamewin.h:32,
from actions.cc:25:
.\shapes\shapeinf.h: In method `bool Shape_info::has_quality()':
.\shapes\shapeinf.h:350: unknown escape sequence `\s'
.\shapes\shapeinf.h:350: unknown escape sequence `\s'
make: *** [actions.o] Error 1
I also tried using the VC6 stuff but I also ran into problems there I set the EXULT_INSTALL_PATH and all that stuff from the readme file. But when selecting the 'all' project and 'Win32 Release Install' setting all I get is:
--------------------Configuration: expack - Win32 Release Install--------------------
Build : warning : failed to (or don't know how to) build 'D:\cygwin\home\Telemachos\exult\tools\expack.exe'
Installing expack.exe and Creating buildflx_inst.bat
The system cannot find the file specified.
Error executing d:\windows\system32\cmd.exe.
All - 1 error(s), 1 warning(s)
Feel free to call me an idiot if I'm missing some basic thing in VC6 but I've never really used that visual @!#$ before.. prefer gcc or watcom..
- Telemachos