-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fails to build on Manjaro x64 #278
Comments
Can you confirm the sdl2 package name you installed ? |
These are the required packages on debien: libsdl2-dev libsdl2-gfx-dev libpng-dev libvorbis-dev libvpx-dev |
on Manjaro the package names are:
Debian and Ubuntu have the most retarded package names |
you need to install the dev packages but i can't find any for arch you can try to install haskell-sdl2 if that does not work you will have to build sdl2 from source. |
The dev packages are the packages I have installed, like I said Ubuntu and Debian have a really bizarre way of naming packages. I already meet the requirements but the build script is looking for the wrong thing. You need to adjust the compiling script. do you have normal build commands? does this use make? |
Hi, if you like you can use my retro gaming script to install openbor: https://github.com/V0rt3x667/ArchyPie-Setup. If you don't want to use that then you can also sed the source code as follows to build openbor.
|
To clarify, substitute ${md_build} with the folder containing the openbor source code. |
Also run the scripts in this order: |
Hey there sorry I didn't get back to you, I can give it a go but if the instructions/code could be updated to be compiled on more modern distros that would be great |
Sorry I don't maintain OpenBOR so I can't change how the software is built and installed. |
Might update this to automatically satisfy dependencies based on your package manager as i wanted to update it to automatically make a appimage anyway. |
Oh ok no problem 🙂 |
Are you a maintainer if this repo? Could we just get normal build commands document? |
I have tried again with both using the makefile and the build.sh file and they have both sadly failed
@DCurrent It would be better to have a cmake file to find the dependencies or tools you need to generate a proper makefile and build for Linux and all the architectures instead of making a script that would be a headache to support/update everything |
@DCurrent ignoring "SDL2_framerate.h" if we can satisfy the other 5 errors/issues then we can support newer gcc versions ? |
So long as A) it compiles in Windows environment without modifications and B) we're fixing errors and not suppressing/ignoring them I'm fine with it. |
Yeah it defiantly needs to be improved |
So looking at this log the issues are with recent changes to the engine. Again ignore the "SDL2_framerate.h" as I recently tested and that was not showing up so maybe it is already fixed. The other errors I did see so looking at this log can you figure out why it is complaining ? or how we can fix it ? Edit: its not displaying properly in my quote see the log posted last by corey bruce. |
did you want me to git pull and try again? |
@coreybruce please join my discord https://discord.gg/P44baVdCHF I have made a channel for openbor linux. |
Ok but why do we need to be in Discord when we are already talking here? |
Easier to collaborate or are you on the cronocrash forums ? |
Oh ok well I am already in the Discord server and in that channel |
Please complete the following template to help us investigate your issue. Developer time is very limited - incomplete issue reports may be ignored and deleted.
Note: Legacy builds are not supported. Any fixes will be applied to the latest engine builds.
Description
Fails to build on Manjaro x64 and can't find SDL2 even tho it is installed
Expected behavior
Builds and finds dependancies
OpenBOR v3.0 Build 6391
The text was updated successfully, but these errors were encountered: