Dolphin, the GameCube and Wii emulator - Forums
not compiling! Snow Leopard - 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: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: not compiling! Snow Leopard (/Thread-not-compiling-snow-leopard)



not compiling! Snow Leopard - robin1232 - 05-26-2010

I tried numerous times with different codes, even adjusting the source but I'm now stuck at this error:

Source/Core/InputCommon/Src/ControllerInterface/OSX/OSXKeyboard.mm: In constructor 'ciface::OSX::Keyboard::Key::Key(__IOHIDElement*)':
Source/Core/InputCommon/Src/ControllerInterface/OSX/OSXKeyboard.mm:117: error: exception handling disabled, use -fexceptions to enable
scons: *** [Build/Darwin-i386-release/Source/Core/InputCommon
/Src/ControllerInterface/OSX/OSXKeyboard.o] Error 1
scons: building terminated because of errors.

googling this results into nothing, and enabling -fexceptions does nothing.


edit: go to Source/Core/InputCommon/Src/ControllerInterface/OSX/OSXKeyboard.mm and delete everything between { on line 107 and } on line 118

you will probably not have keyboard support, but I heard that didn't work anyway.