![]() |
|
Wiimote config.cpp Error on Ubuntu Karma Koala x64 - 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: Wiimote config.cpp Error on Ubuntu Karma Koala x64 (/Thread-wiimote-config-cpp-error-on-ubuntu-karma-koala-x64) |
Wiimote config.cpp Error on Ubuntu Karma Koala x64 - Elan - 12-16-2009 Hello! I've got the x64 source and get these errors while compiling: Code: scons: Building targets ...Any idea how to fix it? RE: Wiimote config.cpp Error on Ubuntu Karma Koala x64 - emunutz - 12-16-2009 I ran into the same issue while I was testing on Karmic (I mainly use Windows 7), and was only testing Gamecube games so I just commented out the lines in config.cpp and it compiled just fine after that. Although now I'm dealing with just a black screen with audio using the OGL plugin on my ATI HD4650 ![]() I know that's not a "fix", but it's a workaround that should at least let you compile and test the latest builds. RE: Wiimote config.cpp Error on Ubuntu Karma Koala x64 - Elan - 12-17-2009 Do I comment them out by putting a "#" in front of the named lines? RE: Wiimote config.cpp Error on Ubuntu Karma Koala x64 - emunutz - 12-17-2009 (12-17-2009, 04:01 AM)Elan Wrote: Do I comment them out by putting a "#" in front of the named lines? Use a "//" (double forward-slash) to comment out single lines, each line number that's output in the error. RE: Wiimote config.cpp Error on Ubuntu Karma Koala x64 - Elan - 12-17-2009 Thank u! ![]() But now Dolphin always crashes when I try to change something in the Wiimote settings. Can I simply download a compiled version and pull the libPlugin_Wiimote.so out there into my plugin folder? RE: Wiimote config.cpp Error on Ubuntu Karma Koala x64 - emunutz - 12-17-2009 (12-17-2009, 02:08 PM)Elan Wrote: Thank u! Glad to see your success ![]() In theory you should be able to, as I've seen many people on Windows doing the same thing because of all the work on the Wiimote plugin lately. Depending on how old the plugin is that you'll use, there are some settings in the Wiimote config that may not work. I'm not sure which ones offhand, but I know ayuanx added at least one new option over the past few weeks. I don't believe setting those options will crash anything, they'll probably just be ignored. Let me know how it works, I may switch back to Ubuntu and give it another shot. EDIT: It looks like the config for the Wiimote is in the plugin, not the main app, so you can disregard my comment about possible config issues. |