First post, by Great Hierophant
- Rank
- l33t
I am trying to compile the latest SVN of DOSBox, and after following the instructions in the wiki, http://www.dosbox.com/wiki/BuildingDOSBox I have hit a brick wall.
1. I downloaded the latest DOSBox SVN source from here : http://source.dosbox.com/dosboxsvn.tgz
2. I downloaded SDL.DLL from here : http://www.libsdl.org/download-1.2.php Since I am using Windows 7 64-bit, I downloaded this : http://www.libsdl.org/release/SDL-1.2.15-win32-x64.zip
I grabbed SDL_net.DLL from here : http://www.libsdl.org/projects/SDL_net/
Again I selected the x64 Windows build http://www.libsdl.org/projects/SDL_net/releas … 8-win32-x64.zip
3. I downloaded the latest release of MinGW from here : http://sourceforge.net/projects/mingw/files/ using this link
http://sourceforge.net/projects/mingw/files/l … ad?source=files
This also includes MSYS and when I installed it I updated all the libraries.
4. Skipped as I downloaded the pre-built binaries in step 2.
5. I extracted the DOSBox source and moved it to \MinGW\msys\1.0\home\dosbox
I started the MinGW Shell and entered the following commands :
cd ..
cd dosbox
./autogen.sh
./configure
the checking stops at "checking for SDL - version >= 1.2.0... no"
I get the error message "The sdl-config script installed by SDL could not be found"
The guide states "After compiling you'll need to adjust the PATH variable to point at the directory where the freshly built SDL-Library can be found." I thought I did that when I added the directory I put the SDL and SDL_net DLLs to the Windows 7 Environment Variable PATH. When I type set in the command line prompt of MSYS, I see the PATH variable and it includes that directory, so what am I doing wrong?
Second, where do the .diff files go when compiling with custom patches?
http://nerdlypleasures.blogspot.com/ - Nerdly Pleasures - My Retro Gaming, Computing & Tech Blog