Looks like Dolphin's CMake is complaining about your installed WXWidgets. You have the appropiate -dev packages installed, yes?
One workaround is to force Dolphin to build WXWidgets statically before it compiles. You can either uninstall your current WXWidget packages or edit the CMakeLists.txt file to bypass checking for any shared WXWidget libraries. You shouldn't run into any trouble with a statically built WXWidgets.
One workaround is to force Dolphin to build WXWidgets statically before it compiles. You can either uninstall your current WXWidget packages or edit the CMakeLists.txt file to bypass checking for any shared WXWidget libraries. You shouldn't run into any trouble with a statically built WXWidgets.
