-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I hit yes on all options and selected version 5.9, then selected 1 core, on compiling it gives this error:
[ 65%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/RenderBase.cpp.o In file included from /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/PostProcessing.h:20:0, from /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/RenderBase.cpp:62: /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/TextureCacheBase.h: In member function ‘virtual bool TextureCacheBase::TCacheEntryBase::DecodeTextureOnGPU(u32, const u8*, u32, TextureFormat, u32, u32, u32, u32, u32, const u8*, TlutFormat)’: /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/TextureCacheBase.h:223:3: warning: declaration of ‘format’ shadows a member of 'this' [-Wshadow] { ^ /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/RenderBase.cpp: In member function ‘void Renderer::DrawDebugText()’: /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/RenderBase.cpp:390:15: error: ‘put_time’ is not a member of ‘std’ ss << std::put_time(std::localtime(&time), "%X"); ^ /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/RenderBase.cpp: In member function ‘TargetRectangle Renderer::CalculateFrameDumpDrawRectangle()’: /home/patrick/Desktop/FasterMelee-5.9/Ishiiruka/Source/Core/VideoCommon/RenderBase.cpp:597:8: warning: unused variable ‘ratio’ [-Wunused-variable] float ratio = CalculateDrawAspectRatio(efb_width, efb_height); ^ Source/Core/VideoCommon/CMakeFiles/videocommon.dir/build.make:1188: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/RenderBase.cpp.o' failed make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/RenderBase.cpp.o] Error 1 CMakeFiles/Makefile2:1337: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all' failed make[1]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2
Unsure if this is due to my system setup, or if this is a problem for Linux as a whole. Would appreciate if someone tested.
All dependencies listed on the default dolphin site are installed (as per stated by this github as being all you need for the usual consumer).
This part of the installation is the make command line (I tried cloning the ishiiruka and installing using the github steps).