(06-08-2014, 11:30 AM)AnyOldName3 Wrote: It wasn't a month or so ago, when I downloaded it. There was definitely a big warning message saying I should avoid leaving it in charge of anything important.
You were either installing an outdated version, or you did it prior to its release in April.
(06-08-2014, 11:53 AM)Shonumi Wrote: 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.
I thought I did have all the packages installed, according to this page https://code.google.com/p/dolphin-emu/wiki/Linux_Build, but I should have just looked at the buildlog for the dolphin-emu-master package in the ppa. After installing every package installed in the buildlog ( https://launchpadlibrarian.net/176509201/buildlog_ubuntu-trusty-amd64.dolphin-emu-master_4.0%2Bgit1738-0ubuntu1~trusty_UPLOADING.txt.gz ), I get much further, but it still fails to build.
Make error log: http://pastebin.geany.org/hDZrr/
Cmake log: http://pastebin.geany.org/RRwvO/
Is this still a problem with wxwidgets?
Thank you for the help.
