• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 52 53 54 55 56 ... 117 Next »

Building on Mac OSX
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Building on Mac OSX
05-31-2012, 08:05 AM
#1
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
I recently discovered Dolphin and so far it's amazing!
At first I though Wii emulation was something that "could be fun, but it's really not working", like other emulators for XBox and somewhat PS2 (although this one is getting pretty decent)

Anyways, I'm trying to build Dolphin on OSX.
I've read:
http://code.google.com/p/dolphin-emu/wiki/MacOSX_Build

And I do have all the requirements:
OSX 10.6.8, XCode 4.2 + Command Line Tools, Cmake 2.8.8.

However the build halts after 4%: (building wxWidgets)

Build log here:
http://pastebin.com/Q3ZWk4UB

Any help here? I also notice that the official build bot build are failing recently.
The latest builds for OSX does not run on 10.6, but only 10.7, I know WinterMute has some unofficial mac builds that are built from time to time, but I rather want to build it myself.

Thanks!

If it matters:
Core 2 Duo E8500 OC 4.05GHz
NVidia GTX 285 1024MB
6GB 1066MHz DDR2
Snow Leopard 10.6.8 64-bit kernel
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
Reply
06-02-2012, 09:15 AM
#2
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
Still no luck on building on 10.6.8, however I mange to build on 10.7.3, the bad thing is that those builds won't start on 10.6.8, like the latest working ones on the download page.
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
Reply
06-03-2012, 03:53 AM (This post was last modified: 06-03-2012, 04:04 AM by DefenderX.)
#3
DefenderX Away
Mabuhay ang Pilipinas
*******
Posts: 4,617
Threads: 186
Joined: Dec 2011
Well, if you have no luck in compiling, why didn't you try WinterMute's Dolphin builds? -> http://forums.dolphin-emu.org/showthread.php?tid=22704&pid=212012#pid212012 They should run great.

[Image: IEZtsj]
[Image: 8fhx2zum.gif]
Website Find
Reply
06-03-2012, 06:32 AM
#4
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
(06-03-2012, 03:53 AM)DefenderX Wrote: Well, if you have no luck in compiling, why didn't you try WinterMute's Dolphin builds? -> http://forums.dolphin-emu.org/showthread.php?tid=22704&pid=212012#pid212012 They should run great.

I'm currently using a build by winter mute they are great!
(Should be stickied somewhere, the mac svn build sticky has dead links, and WinterMute's builds are the only one working on Snow Leopard)

The reason I wanna build myself is to test different patches and branches, like hashless for games like "The Last Story" and so on.

However I found out that the version from last night, and versions made like 14 days ago builds, but only on Lion, and they do not work on Snow Leopard. (An error in the build script was fixed last night)

The buildbot builds doesn't work on Snow Leopard (10.6.x) either.

The problem is related to building wxwidgets, and I suspected that the older clang version for snow leopard was the culprit, however updating to clang-3.1 (same I use on Lion) the builds still fail on building wx.
Using the "keep-going" flag does show that the rest seems building fine (however error with everything that is related to wx).

I noticed that in the cmakelist that it uses external source for wx unless internal is 2.9.4 (this is set for osx only, 2.9.3 is accepted on linux), which as far as I can see is not released (latest stable is 2.8.8 and latest devel is 2.9.3 as far as i can tell). I guess that is because they want you to stay clear of any version installed?

I now realize that many uses Lion now, but even if I have Lion I do not use it, because I prefer SL. (Lion = iPad OS :p )
Also half the mac users are still using Snow Leopard still so it would be nice if it was possible for people to build themselves, especially since the build bot builds doesn't work.

TL;DR:
Building was fixed for Lion (10.7) only last night with a update to 3.0-687, but the builds does not run on anything except Lion. Nor is it possible to compile them on Snow Leopard (10.6)
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
Reply
06-03-2012, 08:26 AM (This post was last modified: 06-03-2012, 08:26 AM by skid.)
#5
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
Wintermute's Snow Leopard compatibility changes are available in source form here:

http://code.google.com/r/davem-dolphin-emu/source/list

If you merge that clone into your tree, you'll be able to build and run Dolphin in OSX 10.6.
Find
Reply
06-03-2012, 09:11 AM
#6
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
(06-03-2012, 08:26 AM)skid Wrote: Wintermute's Snow Leopard compatibility changes are available in source form here:

http://code.google.com/r/davem-dolphin-emu/source/list

If you merge that clone into your tree, you'll be able to build and run Dolphin in OSX 10.6.

I'll check it out!
Thanks a lot!
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread:



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode