(02-11-2018, 09:18 AM)JonnyH Wrote: The failure happened before the log you pasted - either paste more of the log (try to look for any "Error" messages), or build with "make -j1" (so it doesn't use multiple processes - which is slower on a multicore system but at least then any failure messages will be guaranteed to be at the end of the log)
Also - I hope there's a specific reason you're using this particular version? The later dev builds have a number of fixes and improvements you'll be missing out on...
Hi I am getting this error:
In file included from /home/maxime/dolphin-emu/Externals/wxWidgets3/src/common/string.cpp:39:0:
/home/maxime/dolphin-emu/Externals/wxWidgets3/include/wx/xlocale.h:44:18: fatal error: xlocale.h: No such file or directory
#include <xlocale.h>
^~~~~~~~~~~
compilation terminated.
Externals/wxWidgets3/CMakeFiles/wx.dir/build.make:4622: recipe for target 'Externals/wxWidgets3/CMakeFiles/wx.dir/src/common/string.cpp.o' failed
make[2]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/src/common/string.cpp.o] Error 1
CMakeFiles/Makefile2:466: recipe for target 'Externals/wxWidgets3/CMakeFiles/wx.dir/all' failed
make[1]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
Also yes there is Mario Party netplay discord uses this build for netplay.