Page 1 of 1

Error building GZDoom on Linux

Posted: Thu Feb 28, 2013 23:31
by DoomBoom
Hello, long time ZDoom/GZDoom fan here,

I recently tried to compile GZDoom on Linux, but got the following error while compiling:

Code: Select all

Scanning dependencies of target pk3
[ 36%] Generating ../gzdoom.pk3
/bin/sh: 1: -udf: not found
make[2]: *** [gzdoom.pk3] Error 127
make[1]: *** [wadsrc/CMakeFiles/pk3.dir/all] Error 2
make: *** [all] Error 2
I checked the Makefile wadsrc/CMakeFiles/pk3.dir/build.make and on line 54 it has

Code: Select all

	cd /home/thomas/Programs/gzdoom/trunk/release/wadsrc && -udf /home/thomas/Programs/gzdoom/trunk/release/gzdoom.pk3 /home/thomas/Programs/gzdoom/trunk/wadsrc/static
What happened? And how do I fix it? Thank if anyone can help.

Re: Error building GZDoom on Linux

Posted: Sat Mar 02, 2013 11:10
by Gez
Try again with r1535.

Re: Error building GZDoom on Linux

Posted: Sun Mar 03, 2013 13:38
by DoomBoom
Compiles correctly now. Thanks!