Amiga.org

The "Not Quite Amiga but still computer related category" => Amiga Emulation => Topic started by: bloodline on May 06, 2007, 12:10:30 AM

Title: -Edit- I have a Universal binary of E-UAE WIP4 ---Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 12:10:30 AM
I'm trying to build E-UAE-4 0.8.29 WIP4 from the Source on my Intel based Mac... the build goes well until it fails... saying nothing to do for "am-all"... what's the next step?

Come on Rich, please use the X-Code IDE :-D
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: Karlos on May 06, 2007, 12:15:35 AM
It built OK under FC5 linux at work, though a fair few warnings were spat out in the process.

Actually, now that I think about it, I thought it had failed right towards the end of the make, but the binary was produced, right there in the src/ folder.
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 12:27:51 AM
Like a tw@ I've run the build in a separate account... now I have to keep switching between accounts... hmmm I guess I could just log into A.org on the other account... damn I'm thinking slow tonight...
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 12:32:37 AM
Agghh!!! THere it is in the src dir!!!!! Cheers Karlos, you're a star!!!!!
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: Karlos on May 06, 2007, 12:41:37 AM
Have to say, that threw me the first time. I was kind of expecting the executable to be built, you know, where the Makefile was. Or possibly moved to the user bin or something :-)
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 12:56:11 AM
Hmmm... built ok... but doesn't seems to offer any advantage of WIP3... E-UAE on the intel Mac seems to really hate the Beam sync switched on... when in windowed mode... works fine if you switch the Beam sync off... I'm going to have to investigate more... maybe something weird is going on with the timers for the audio emulation.

Well done to Richard Drummand and Apple for ensuring that a PPC app will compile fine on an x86 one!
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 01:24:53 AM
Ok  rebuilt it enabling OpenGL... now evrything run perfectly in Windowed mode.
Bloody hell... UAE is fast on the Core Duo...


Anyone with an Intel Mac who wants WIP-4 just PM me here on A.org!
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: Karlos on May 06, 2007, 07:23:56 PM
How big is the Universal Binary?
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: FrankBrana on May 06, 2007, 07:38:31 PM
Would you be so polite to upload it somewhere and make public the link?

I want to have that executable
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: bloodline on May 06, 2007, 08:04:58 PM
It's about 2meg... get it here:

http://www.troubled-mind.co.uk/UAE.zip

I provide it with no warrantees!!!
Title: Re: Who here has built E-UAE 8.29WIP4 from the source?
Post by: oraculo666 on May 16, 2007, 09:24:18 PM
Hi Bloodline,

could you post a tutorial how to compile with OpenGL support? I was only able to compile it against SDL.

EDIT: I was able to compile it using the following config line:

./configure --with-sdl-gfx --with-sdl-gl --with-sdl-sound --disable-sdltest --with-zlib=/opt/local --with-sdl-prefix=/opt/local

I'm not sure if my zlib and sdl redirections worked to use the macports/darwinports versions, but I got a working binary with OpenGL support.