Welcome, Guest. Please login or register.

Author Topic: -Edit- I have a Universal binary of E-UAE WIP4 ---Who here has built E-UAE 8.29WIP4 from the source?  (Read 3805 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
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

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #1 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.
int p; // A
 

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #2 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...

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #3 on: May 06, 2007, 12:32:37 AM »
Agghh!!! THere it is in the src dir!!!!! Cheers Karlos, you're a star!!!!!

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #4 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 :-)
int p; // A
 

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #5 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!

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #6 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!

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #7 on: May 06, 2007, 07:23:56 PM »
How big is the Universal Binary?
int p; // A
 

Offline FrankBrana

  • Full Member
  • ***
  • Join Date: Aug 2003
  • Posts: 178
    • Show only replies by FrankBrana
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #8 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
 

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #9 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!!!

Offline oraculo666

  • Newbie
  • *
  • Join Date: May 2007
  • Posts: 3
    • Show only replies by oraculo666
Re: Who here has built E-UAE 8.29WIP4 from the source?
« Reply #10 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.