Search found 6 matches

by seangies
Sun Aug 24, 2003 8:43 am
Forum: Exult Discussion
Topic: On Aspect Ratios and OpenGL
Replies: 0
Views: 344

On Aspect Ratios and OpenGL

I've been trying to run Exult on my 17" PowerBook and there have been a few things bothering me... so I decided to fix them. First, I want the game to fill my entire display, not just a portion of it. Since my PowerBook has a wide-screen 1440x900 LCD display (8:5 aspect ratio), I had to add sup...
by seangies
Fri Aug 22, 2003 2:01 pm
Forum: Exult Discussion
Topic: Discussion Forum vs. Mailing List
Replies: 1
Views: 278

Discussion Forum vs. Mailing List

What's the difference between this discussion forum and the exult-general mailing list?

Is one forum or the other intended more for dev topics?
by seangies
Fri Aug 22, 2003 7:27 am
Forum: Exult Discussion
Topic: How do you build Exult on Mac OS X?
Replies: 11
Views: 908

Re: How do you build Exult on Mac OS X?

I'm not sure about the version of OS X required. Personally, I always keep my systems up-to-date. I'm running 10.2.6 (Jaguar with all the software updates). I'm going to notify the Fink maintainers about those symbolic links. I believe they should be set up when SDL is installed. If I were proficien...
by seangies
Thu Aug 21, 2003 2:56 pm
Forum: Exult Discussion
Topic: How do you build Exult on Mac OS X?
Replies: 11
Views: 908

Re: How do you build Exult on Mac OS X?

Oops! Forgot a step:

Activate gcc 3.3 (from Apple's updater):
sudo gcc_select 3.3
by seangies
Thu Aug 21, 2003 2:54 pm
Forum: Exult Discussion
Topic: How do you build Exult on Mac OS X?
Replies: 11
Views: 908

Re: How do you build Exult on Mac OS X?

It works! Thanks. These were my steps to make it happen. They should probably be documented somewhere in the INSTALL or README.MacOSX: Install these from Apple: December 2002 Mac OS X Developer Tools Dec 2002 gcc Updater (gcc 3.3) Install these packages with Fink: sdl sdl-mixer automake1.7 libtool14...
by seangies
Thu Aug 21, 2003 12:01 pm
Forum: Exult Discussion
Topic: How do you build Exult on Mac OS X?
Replies: 11
Views: 908

Re: How do you build Exult on Mac OS X?

Ok, so this was a little harder than I expected. But I'm still stumped. I already had Fink, so I just installed SDL and SDL_mixer. My first attempt at installing the SDL developer frameworks availble directly from libsdl.org did not work. They do not contain libsdl.m4, just headers and binaries, and...