![]() |
|
CMake cant build - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: CMake cant build (/Thread-cmake-cant-build) |
CMake cant build - mayapaya15 - 08-19-2021 CMake just cant! i do know that i have some missing libraries and all that but i dont know what libraries am i missing. I am building Ishiiruka that has UDP support. I'll send the terminal output aswell as the outputlog file and errorlog file RE: CMake cant build - JosJuice - 08-19-2021 If you have an Ishiiruka-specific problem, you need to ask in the Ishiiruka thread: https://forums.dolphin-emu.org/Thread-unofficial-ishiiruka-dolphin-custom-version RE: CMake cant build - mayapaya15 - 08-19-2021 (08-19-2021, 06:42 PM)JosJuice Wrote: If you have an Ishiiruka-specific problem, you need to ask in the Ishiiruka thread: https://forums.dolphin-emu.org/Thread-unofficial-ishiiruka-dolphin-custom-version Its not really an ishiiruka problem i think since i cant build dolphin with cmake so i have to use the pkg.tar.zst file
RE: CMake cant build - JosJuice - 08-19-2021 In that case, could you post the build errors from when you try to build normal Dolphin? RE: CMake cant build - mayapaya15 - 08-20-2021 (08-19-2021, 09:36 PM)JosJuice Wrote: In that case, could you post the build errors from when you try to build normal Dolphin? it gets past cmake .. but with the make command it says that xlocale.h is missing and it has suffered a fatal error but when i looked at the directory the file is there RE: CMake cant build - JosJuice - 08-20-2021 (08-20-2021, 11:26 AM)mayapaya15 Wrote: it gets past cmake .. but with the make command it says that xlocale.h is missing and it has suffered a fatal error but when i looked at the directory the file is there That sounds like you're building an old version of Dolphin, or Ishiiruka. Dolphin hasn't used that header for a few years now. RE: CMake cant build - mayapaya15 - 08-20-2021 (08-20-2021, 06:57 PM)JosJuice Wrote: That sounds like you're building an old version of Dolphin, or Ishiiruka. Dolphin hasn't used that header for a few years now. This time im building dolphin 5.0 with udp support though it is released in 2017 so i think you might be right |