Describe the bug
running ./build-debug results in the following message:
checking for SDL - version >= 2.0.5... ../configure: line 15838: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config: No such file or directory
../configure: line 15839: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config: No such file or directory
../configure: line 15843: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config: No such file or directory
../configure: line 15845: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config: No such file or directory
../configure: line 15847: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config: No such file or directory
no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occurred. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl2-config script: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl2-config
checking for sdl-config... /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config
checking for SDL - version >= 1.2.0... ../configure: line 16190: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config: No such file or directory
../configure: line 16191: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config: No such file or directory
../configure: line 16194: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config: No such file or directory
../configure: line 16196: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config: No such file or directory
../configure: line 16198: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config: No such file or directory
no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occurred. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /home/hu/git/dosbox-x/vs2015/sdlnet/../sdl2/linux-host/bin/sdl-config
configure: error: SDL 1.x or SDL 2.x is required to compile this program
I do not have Raspberry Pi to test, but I wonder whether you want to build the SDL1 version or the SDL2 version? If you want the latter you can try ./build-debug-sdl2 instead.
Describe the bug running ./build-debug results in the following message:
To Reproduce Steps to reproduce the behavior: git clone https://github.com/joncampbell123/dosbox-x.git cd dosbox-x sudo ./build-debug
Expected behavior Building continues.
Environment (please complete the following information):
Additional context Installed sdl packages: libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-net1.2 libsdl-net1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl1.2-dev libsdl1.2debian libsdl2-2.0-0 libsdl2-dev
config.log vs2015/sdl/linux-build/config.log:
vs2015/sdlnet/linux-build/config.log
the log of build process