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!
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.lstCode: Select all
../tools/makewad/makewad zdoom.lst