BrainSlugs83/DockerOvrSdk

Error compiling QuestZDoom, Doom3 and ioq3Quest

johnr14 opened this issue · 0 comments

Out of the box, I had 3 that didn't compile.

They are : QuestZDoom, Doom3 and ioq3Quest.

I was able to build QuakeQuest, Quake2Quest, Lambda1VR, RTCWQuest.


io3Quest output :

dirname: missing operand
Try 'dirname --help' for more information.
Traceback (most recent call last):
  File "/root/./fix-gradle.py", line 3, in <module>
    with open('build.gradle', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'build.gradle'
mv: cannot stat 'build.gradle': No such file or directory
/opt/build.sh: line 44: ./build.py: No such file or directory

It's because there are no build.py file and
build_dir=$(find -name "build.py" -type f | xargs dirname) fails to get a directory.


Doom3 partial output :

FAILURE: Build failed with an exception.

* What went wrong:
Task 'assembleRelease' not found in root project 'Doom3Quest'.

QuestZDoom just died on a SIGKILL with no valuable output.


I do appreciate your work, thank you very much !