I will try editing the cmake list and doing that. deleted the directory and that didn't work =) thanks for the help btw.
btw the linux build of dolphin can still extract files from gamecube isos so i can edit the assembly files with in?
Found wxWidgets version 2.8.12
At least 2.9.3 is required; ignoring found version
ok so this was the problem:
Gentoo's stable version of wxWidgets was 2.8
Dolphin requires at least 2.9.3
Gentoo has an unstable 2.9.4 WxWidgets release
I had to unmask it.
First do a pretend:
emerge -p =x11-libs/wxGTK-2.9.4.1
then remove the -p and do an auto-unmask write or just
add it to /etc/portage/package.unmask
you then need to do
eselect wxwidgets list
and
eselect wxwidgets set number for 2.9
then recompile dolphin and it should work.
I forgot to mention, the reason why Dolphin's CMakeList builds wxWidgets from Externals in the first place is that it can't find 2.9.3 or higher on the system. If you don't have wxWidgets at all, it builds from Externals, and the same thing happens if you do have wxWidgets installed, but it's lower than 2.9.3. I don't know why Dolphin wouldn't build wxWidgets from externals correctly, but fortunately it looks like you have everything solved.
