[uae] Second (and third) compile

  • From: GANDALf <gandalf@xxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Wed, 6 Feb 2008 14:36:15 +0100

On 06.02.2008., at 08:02, FreeLists Mailing List Manager wrote:

Jens is correct. The reason for the pitiful frame-rate is OS X's
drawing system. You have to build E-UAE with the GL renderer for it to
perform well on OS X.

Use the  options --with-sdl-gfx --with-sdl-gl with configure script
and remember to set 'sdl.use_gl=true' in your config file.

Thanks. I did that for a second try and processor usage and framerate problems gone. But, guess what... E-UAE crashing if sound enabled. Adding --with-sdl-sound to the config solved that problem and now I'm one happy camper. :)

So,
./config --with-sdl-gfx --with-sdl-gl --with-sdl-sound
make

is all that's needed on MacOS X 10.4. Pfff, I thought that compiling code is hard. :)

Best regards,
Goran

Other related posts:

  • » [uae] Second (and third) compile