![]() |
|
Mac binary not running because wxWidgets is not bundled - 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: Mac binary not running because wxWidgets is not bundled (/Thread-mac-binary-not-running-because-wxwidgets-is-not-bundled) |
Mac binary not running because wxWidgets is not bundled - flyx - 05-13-2010 The Mac binary doesn't run because it's linked dynamically to the wxWidgets library, which is not installed on a normal Mac. How about linking the lib statically? RE: Mac binary not running because wxWidgets is not bundled - shuffle2 - 05-13-2010 Hm...I am pretty sure it is linked correctly for distributable builds...but I'll check RE: Mac binary not running because wxWidgets is not bundled - flyx - 05-13-2010 This is what I get: Code: Dyld Error Message:RE: Mac binary not running because wxWidgets is not bundled - jsmith54 - 05-13-2010 So is this why a Mac download was available earlier this morning and is now unavailable? I was so excited to see a mac download, but now it looks like I didn't grab it in time. Does this mean that it will soon be fixed and placed back up on the downloads page? RE: Mac binary not running because wxWidgets is not bundled - bugmenot - 06-13-2010 Hi, sorry to bring this back from the dead, but I think it's a relevant issue. Moreover, compiling wxWidgets 2.9 proper on a mac is incredibly tricky, and prone to failing. The library should be included in the app bundle (Someone who has a compiled library should upload theirs to the code, and someone should change the os x build such that the library in included somewhere in Dolphin.app/Contents and change wxWidgets references to point there). This would make it mac installation Much easier RE: Mac binary not running because wxWidgets is not bundled - JohnTheBastard - 06-15-2010 A dev posted a link to this build in the wiki comments. It has all the libraries included and works for me (after changing some default video settings -- see my other posts). http://dl.dropbox.com/u/3324639/Dolphin-r5650.dmg |