Hi, been trying to compile the game But having troubles. everytime I get this error when I type the command:
$ ./build.sh uqm config 'echo -n' capable echo found. Sed stream editor found. tr found. Make found. GNU C compiler found. windres found. Little-endian machine detected. build/unix/build.sh: sdl-config: command not found build/unix/build.sh: sdl-config: command not found build/unix/build.sh: sdl-config: command not found Fatal: Could not determine version of Simple DirectMedia Layer
Man I feel stupid cause I don't know whats wrong. I probably forgot to add something or messed something up somehow.
You need the SDL library. And if you don't have that, then you probably haven't got some of the other required libraries. Look in the file called INSTALL, where they're all listed.
Logged
“When Juffo-Wup is complete when at last there is no Void, no Non when the Creators return then we can finally rest.”
Lets see what I got from install.mingw, I've copied all DLL's to \[MinGW]\lib and all header files to \[MinGW]\include. Copied the Ogg and Vorbis folders to the include directory.
Based on your description, you haven't installed SDL properly. Follow the installation instructions in the SDL package. The error message you're getting is because the SDL configuration detection script (sdl-config) hasn't been installed properly.
Also note that you need the development files for SDL. Not just the runtime files.
? Dunno what you mean by that. I have SDL 1.2 and SDL development 1.2.8 for mingw32.
Quote
The runtime files are the ones UQM needs to run. The development files are the ones that UQM needs to compile. But you've got the right package. What you need to do is put the dir that contains sdl-config in your search path.
Logged
“When Juffo-Wup is complete when at last there is no Void, no Non when the Creators return then we can finally rest.”