Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling QuestZDoom, Doom3 and ioq3Quest #6

Open
johnr14 opened this issue Dec 5, 2022 · 0 comments
Open

Error compiling QuestZDoom, Doom3 and ioq3Quest #6

johnr14 opened this issue Dec 5, 2022 · 0 comments

Comments

@johnr14
Copy link

johnr14 commented Dec 5, 2022

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant