-
Notifications
You must be signed in to change notification settings - Fork 124
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
BUG: Can't build ezQuake 3.6.5 at Devuan 5 #963
Comments
i can add devuan to the list but for now you can just comment out the version if statement and make sure the package names it uses are correct for devuan 5 |
This is a N+1 problem, it's better to detect expected files and tell the user to find out which package provides such commands if missing. |
he's not missing any commands, devuan just isn't in the os list, i just want to be sure "that" version of devuan uses the same packages as debian before i add it |
make changes by myself
but has error
|
|
after git init
|
ezquake-source-3.6.5/src/qwprot/src/protocol.h was empy, after manually coping protocol.h git all build ok, BUT
error at launch
|
have old cpu q6600 |
oh i missed that you compiled it- well why it's not running is something else, opengl or display issues possibly, try the appimage on the releases page and see if that works to rule out any local compilation issue. just comment out the if part and have it run install_check_deb, or you can install the packages yourself, the list is at the top
|
nQuake/client-linux#15 |
that i can't tell you exactly, you can try different cflags just to see if that makes a difference, or even a different compiler/version |
already tryed |
not sure what you're using now, but a different version of gcc or clang would be a start, you can make a debug release and run it with gdb to see where it crashes out if you like via |
if i launch what opengl use ezquake can i change it at launch or build stage? |
|
please reference my comment on discord in response to your run with valgrind: |
|
|
|
temporary solution |
Please search for existing issues and check for potential duplicates before filing yours.
ezQuake version:
3.6.5
OS/device including version:
Devuan 5 Daedalus
Describe the bug
if i change Debian to Devuan at build-linux.sh
Expected behavior
build ezquake at Devuan
The text was updated successfully, but these errors were encountered: