|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
Are you using mingw-get-inst or doing a manual installation? What versions are you installing? What exactly was the error message about something being wrong and how did you get it? What happens if you try to run "gcc" from the MSYS prompt? Do you have a gcc.exe in c:\mingw\bin?
The current version of mingw-get-inst seems to set everything up correctly if you just make sure to ask it for a C compiler and MSYS.
|
|
|
Logged
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
The SDL installation is not quite a matter of copying the include and library files to the right directories. The easy way is to run "make native" within the unpacked SDL directory. This will copy those files to the right place and set up a few other minor things (such as the script used to detect compilation settings for SDL programs).
|
|
|
Logged
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
Put this in your MinGW include directory.
|
|
|
Logged
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
Almost there. You still need this include file. Just put it with the other ones.
|
|
|
Logged
|
|
|
|
|
Novus
Enlightened
Offline
Gender:
Posts: 1938
Fot or not?
|
You should end up with an uqm-debug.exe (since you're doing a debug build) in the main source directory (the one you've been running the build script from).
Your error messages suggest that Ogg Vorbis support is being at least partially compiled, but if speech and 3DO music doesn't work we can try to look into that.
|
|
|
Logged
|
|
|
|
|