Dolphin, the GameCube and Wii emulator - Forums
Binary Requests - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Binary Requests (/Thread-binary-requests)



Binary Requests - shawnanastasio - 12-22-2009

Hi guys,
if anyone is having trouble compiling dolphin i can do it for them.
just tell your OS and architecture. I will post the binaries here,
however i will not even bother compiling 4.x.x.x revisions because i have tried everyone of them and none of them work. (or at least for me)
and please note i have best access to Mac OSX Leopard machines and 64bit Ubuntu/Linux machines so any other request might take longer.
Have Fun.


RE: Binary Requests - James333 - 12-22-2009

Can you compile Dolphin for Snow leopard ? ( I just want to know , because the build in that os is seriously broken )


RE: Binary Requests - shawnanastasio - 12-22-2009

(12-22-2009, 01:14 PM)James333 Wrote: Can you compile Dolphin for Snow leopard ? ( I just want to know , because the build in that os is seriously broken )

i will try.. i will get back to you as soon as possible

hmm. i dont exactly have "access" to a snow leopard machine.. here try this. if it does not work i would follow the guide here: http://code.google.com/p/dolphin-emu/wiki/MacOSX_Build
but when it tells you to checkout the svn code use this command instead:
svn checkout -r 3746 http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only good luck.Shy

link: http://www.megaupload.com/?d=U02IQSAX


RE: Binary Requests - wasup - 12-22-2009

the R4xxx work just fine compiling for me on windows and i know for a fact that linux works.... osx has always been ify but still you should be able to get the linux to compile


RE: Binary Requests - shawnanastasio - 12-22-2009

(12-22-2009, 02:06 PM)wasup Wrote: the R4xxx work just fine compiling for me on windows and i know for a fact that linux works.... osx has always been ify but still you should be able to get the linux to compile

it is possible i know, but i get a lot of trouble


RE: Binary Requests - wasup - 12-22-2009

whatever thats your choice


RE: Binary Requests - shawnanastasio - 12-23-2009

Yo James333,
i am getting snow leopard today so i will get a working binary very very soon


RE: Binary Requests - James333 - 12-23-2009

(12-23-2009, 08:15 AM)shawnanastasio Wrote: Yo James333,
i am getting snow leopard today so i will get a working binary very very soon
Thanks , but don't worry , I only wanted to know if someone could explain to me how to compile it

Anyways in the wiki says:

Quote:Many of the dependencies needed to build Dolphin can be installed using MacPorts. Note that this will result in a binary that will only run on your system, or will require MacPorts in order to run (so don't go and try to redistribute it).

so if you are using macPorts I can't use the binary

And the build in macos have four problems :
  • Compiling WxWidgets. Can be bypassed by:
    Quote:#!/bin/bash
    WXWIDGETS_DIR=/Downloads/wxwidgets-2.9/wxWidgets/

    svn checkout http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk $WXWIDGETS_DIR

    cd $WXWIDGETS_DIR

    ./configure --with-osx_cocoa --with-sdl --with-opengl --disable-sdltest --with-libjpeg --with-libtiff --with-libpng --enable-unicode --enable-display
  • Setting the correct folders
    Quote:compiling dolphin( wx dir is /usr/bin/wx-config , no /usr/local/bin/wx-config , at least in my case ):
    scons verbose=yes wxconfig=/usr/bin/wx-config osx=64cocoa noao=true
  • A problem with a missing cocoaGL.h file in software render plugin. If you try to repleace it with the same file found in OGL plugin you get the next error/s
  • A LOT ( and I mean a lot ) of frameworks errors



EDIT: lol , don't worry , the build in osx in now fixed (?)