CMake Error - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: CMake Error (/showthread.php?tid=174315) Pages:
1
2
|
RE: CMake Error - Yagami Light9 - 02-29-2016 Help [Image: t2637844_7ae1606b.png] RE: CMake Error - tambre - 02-29-2016 Didn't you install Visual Studio? Why are you compiling with CMake on Windows? RE: CMake Error - Yagami Light9 - 02-29-2016 Ok . -git submodule update --init (done) -Building ended error in Visual Studio [Image: t2637840_11.jpg] What i doing wrong ? RE: CMake Error - tambre - 02-29-2016 Try building with the release configuration, but maybe you should instead use precompiled builds. RE: CMake Error - Yagami Light9 - 02-29-2016 Build: 32 succeeded, 4 failed, 0 up-to-date, 1 skipped RE: CMake Error - Ani - 02-29-2016 (02-29-2016, 06:23 PM)Yagami Light9 Wrote: Build: 32 succeeded, 4 failed, 0 up-to-date, 1 skipped That happened with me as well. Compile with Release - LLVM instead of Release and see if it works. (It did for me) RE: CMake Error - Yagami Light9 - 02-29-2016 9 Errors Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State Quote:Severity Code Description Project File Line Suppression State RE: CMake Error - flashmozzg - 02-29-2016 You should have Python 3.3+ installed (for buildng vulkan, even though we don't use it right now). RE: CMake Error - Yagami Light9 - 03-01-2016 [Image: 9c11a29d.png] RE: CMake Error - tambre - 03-01-2016 Check your PATH. It's probably using the old Python. |