KingofFlames wrote:What about updating GZDoom, Graf?
I am just not gonna say anything.Graf wrote:When 2.1.3 is released. I won't have the time to do it today anyway.
On another note: Rangy, Graf and Grubber, you guys rock!

Moderator: GZDoom Developers
ducon wrote:What are the command lines to compile it in Linux?
“sh configure” then “make”? If yes, this makes no zdoom executable.
Note that un7zipping the file makes some errors about some (Make)files that are overwritten.
Code: Select all
krillancello@hjuki ~ $ ls /opt/zdoom-2.1.2/
FLAC ccdv src zdoom zlib
Makefile ccdv-posix.c strifehelp.acs zdoom.map
Makefile.linux ccdv-win32.c thingdef_specials.gperf zdoom.pk3
Makefile.mgw docs tools zdoom.sln
Makefile.mingw releaseobj wadsrc zdoom.vcproj
krillancello@hjuki ~ $ find /opt/zdoom-2.1.2/ -iname 'configure'
/opt/zdoom-2.1.2/zlib/configure
Code: Select all
Linking updaterevision: [OK]
updaterevision.o: dans la fonction « main »:
updaterevision.c:(.text+0x56): AVERTISSEMENT: the use of `tmpnam' is dangerous, better use `mkstemp'
make[1]: quittant le répertoire « /home/nicolas/jeux/doom/zdoom/zdoom.2.1.2/tools/updaterevision »
sh: svnversion: command not found
mkdir releaseobj
[…]
Compiling am_map.cpp: [OK]
src/am_map.cpp: In function ‘BOOL AM_clipMline(mline_t*, fline_t*)’:
src/am_map.cpp:1153: warning: ‘tmp$x’ may be used uninitialized in this function
src/am_map.cpp:1153: warning: ‘tmp$y’ may be used uninitialized in this function
[…]
Compiling p_terrain.cpp: [OK]
src/p_terrain.h: In function ‘void P_InitTerrainTypes()’:
src/p_terrain.h:48: warning: ‘def$SmallSplashSound’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$NormalSplashSound’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$SmallSplash’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$SplashBase’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$SplashChunk’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$ChunkXVelShift’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$ChunkYVelShift’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$ChunkZVelShift’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$ChunkBaseZVel’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$SmallSplashClip’ is used uninitialized in this function
src/p_terrain.h:48: warning: ‘def$NoAlert’ is used uninitialized in this function
[…]
Compiling r_plane.cpp: [OK]
src/r_plane.cpp: In function ‘void R_DrawSkyBoxes()’:
src/r_plane.cpp:1048: warning: ‘vaAdder$Visplane’ may be used uninitialized in this function
src/r_plane.cpp:1048: warning: ‘vaAdder$Alpha’ may be used uninitialized in this function
src/r_plane.cpp:1178: warning: ‘pd’ may be used uninitialized in this function
Compiling r_polymost.cpp: [OK]
src/r_polymost.cpp: In function ‘void RP_AddLine(seg_t*)’:
src/r_polymost.cpp:1200: warning: comparison between signed and unsigned integer expressions
src/r_polymost.cpp: In member function ‘int PolyClipper::DoMost(float, float, float, float, void (*)(double*, double*, int, void*), void*)’:
src/r_polymost.cpp:330: warning: ‘vcnt’ may be used uninitialized in this function
src/r_polymost.cpp: In function ‘void RP_AddLine(seg_t*)’:
src/r_polymost.cpp:1038: warning: ‘ofy1’ may be used uninitialized in this function
src/r_polymost.cpp:1038: warning: ‘ocy1’ may be used uninitialized in this function
src/r_polymost.cpp:1038: warning: ‘ofy0’ may be used uninitialized in this function
src/r_polymost.cpp:1038: warning: ‘ocy0’ may be used uninitialized in this function
src/r_polymost.cpp: In function ‘void drawpolymosttest()’:
src/r_polymost.cpp:673: warning: ‘fy0’ may be used uninitialized in this function
src/r_polymost.cpp:673: warning: ‘fx0’ may be used uninitialized in this function
src/r_polymost.cpp:673: warning: ‘cy0’ may be used uninitialized in this function
src/r_polymost.cpp:673: warning: ‘cx0’ may be used uninitialized in this function
[…]
Compiling r_things.cpp: [OK]
src/r_things.cpp: In function ‘void R_InitSkins()’:
src/r_things.cpp:427: warning: ‘transtype’ may be used uninitialized in this function
[…]
Linking zdoom: [OK]
releaseobj/tempfiles.o: dans la fonction « FTempFileName::FTempFileName(char const*)»:
tempfiles.cpp:(.text+0x13): AVERTISSEMENT: the use of `tempnam' is dangerous, better use `mkstemp'
Code: Select all
make[1]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/tools/xlatcc »
make -C wadsrc/
make[1]: entrant dans le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc »
make XLATCC=../tools/xlatcc/xlatcc DEHSUPP=../tools/dehsupp/dehsupp -f Makefile2
make[2]: entrant dans le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc »
..\tools\makewad\makewad.EXE zdoom.lst
make[2]: ..toolsmakewadmakewad.EXE : commande introuvable
make[2]: *** [zdoom.pk3] Erreur 127
make[2]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc »
make[1]: *** [makethewad] Erreur 2
make[1]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc »
make: *** [toolsandpk3] Erreur 2
Bio already found that problem. (link)ducon wrote:OK, my bad. I ran 7za with the wrong option.
Warnings found during the compilation:
...
And the compilations ends with errors:
I have an executable but no zdoom.pk3.Code: Select all
make[1]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/tools/xlatcc » make -C wadsrc/ make[1]: entrant dans le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc » make XLATCC=../tools/xlatcc/xlatcc DEHSUPP=../tools/dehsupp/dehsupp -f Makefile2 make[2]: entrant dans le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc » ..\tools\makewad\makewad.EXE zdoom.lst make[2]: ..toolsmakewadmakewad.EXE : commande introuvable make[2]: *** [zdoom.pk3] Erreur 127 make[2]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc » make[1]: *** [makethewad] Erreur 2 make[1]: quittant le répertoire « […]/zdoom/zdoom.2.1.2/wadsrc » make: *** [toolsandpk3] Erreur 2
Code: Select all
..\tools\makewad\makewad.EXE zdoom.lst
Code: Select all
../tools/makewad/makewad zdoom.lst