Quasar
Moderator

Posts: 2200
Registered: 08-00 |
I've managed to get Eternity to build with Dev-C++. You need to install it and follow the directions on this page:
http://www.libsdl.org/cgi/docwiki.c...20Dev_2dC_2b_2b
You need SDL 1.2.10 for MinGW, and SDL_mixer 1.2.7 for VC6 (MinGW can use it as well). The only problem is that once Dev-C++ is up and you've loaded the project, you have to go to Project Options and adjust the include path (it is an option given to the compiler starting with -I).
The instructions on that page assume that people are using #include <SDL.h> instead of #include "SDL.h" -- the former is actually incorrect, since SDL is not part of any standard library -- this is why you need to take the extra step to point the compiler to wherever you put the SDL/SDL_mixer headers.
Anyways, I'm hoping this gives people a new and somewhat easier way to compile Eternity than messing with out-of-date makefiles and trying to build SDL by hand.
Last edited by Quasar on 05-22-06 at 14:45
|