-
Notifications
You must be signed in to change notification settings - Fork 11
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
"long int" error from sound2.c #23
Comments
hi, you can just comment out this line, it is only for logging, or cast to (long long)(hi_p-(POINTER)sfx_p) |
Thanks, that seemed to work for now.
|
Comment out this line FLAGS += -Werror -Wno-unused-result in Makefile, you'll most likely get a bunch of warnings but you should pass the compilation. What is your platform a compiler version btw? |
I'm on linux, gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
|
Looks like you don't have sdl2_net development package installed |
Ah, ok now the make exited without an error. It might be good to mention that, as it doesn't come with sdl2 automatically.
I'm confused how to continue now. Do I need to "make install" now? |
Well it is only a remnant from multiplayer implementation attempts, shouldn't even be there. Now you simply copy compiled executable to folder with death rally assets and execute |
Nice, that should be it. I forgot about the binaries, which I put into another folder. |
Hello guys,
I got an issue when compiling the source.
This is the error it throws out from make:
Hope you can help me out here. As far as I understood the instructions, I should have all dependencies (gcc, make, sdl2).
BR happycamper
The text was updated successfully, but these errors were encountered: