• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 268 269 270 271 272 ... 1189 Next »

5.0 - 3345 build fails on linux
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
5.0 - 3345 build fails on linux
02-11-2018, 08:38 AM
#1
TheSilentLink
Unregistered
 
Hi I have been trying to build 5.0 -3345 on Linux Kubuntu 17.10.

It fails here every time:

[ 69%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/IOS/USB/LibusbDevice.cpp.o
[ 69%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/IOS/USB/Bluetooth/BTReal.cpp.o
[ 70%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/HW/EXI/BBA-TAP/TAP_Unix.cpp.o
[ 70%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/HW/WiimoteReal/IOLinux.cpp.o
[ 70%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/HW/WiimoteReal/IOhidapi.cpp.o
[ 70%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/MemoryWatcher.cpp.o
[ 70%] Linking CXX static library libcore.a
[ 70%] Built target core
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2

Anyone know what I'm doing wrong? I installed all the ubuntu 16.04 dependencies and have ran cmake -Dbindir=../Binary/Linux -Ddatadir=../Binary/Linux .. to get a local global directory.
Reply
02-11-2018, 09:18 AM
#2
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
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...
Find
Reply
02-11-2018, 09:06 PM
#3
TheSilentLink
Unregistered
 
(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.
Reply
02-11-2018, 09:23 PM
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,835
Threads: 7
Joined: Oct 2014
This error was fixed by https://dolphin-emu.org/download/dev/297c0c87e9bcce29f293f93e50027834ab582cc6/

You can backport it if you want to (it's a simple change), but then Dolphin will detect that you're not using an unmodified version of 5.0-3345, so you would need to hack the version detection in order to play netplay with others who are using 5.0-3345.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode