![]() |
|
cmake error on macos - 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 error on macos (/Thread-cmake-error-on-macos) |
cmake error on macos - SevenChords - 06-19-2020 whenever i try to build the source code on macos using cmake i get an error in terminal (i have a screenshot, but the file is too big for attachments and i can't seem to upload images directly into the post). according to google/stackoverflow this is because the quicktime framework that is required here has been deprecated since macos sierra. does anybody know how to fix this error? trying to build the 5.0 stable revision on macos catalina (10.15.3) RE: cmake error on macos - JosJuice - 06-19-2020 We would need to see the error message. You can copy and paste the text instead of taking a screenshot. RE: cmake error on macos - SevenChords - 06-19-2020 (06-19-2020, 10:18 PM)JosJuice Wrote: We would need to see the error message. You can copy and paste the text instead of taking a screenshot. this is the error message: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QUICKTIME_LIBRARY linked by target "wx" in directory /Users/vincentjunghans/Downloads/dolphin-5.0/Externals/wxWidgets3 RE: cmake error on macos - JosJuice - 06-19-2020 Ah, you're trying to build an old version of Dolphin that uses wxWidgets... I would recommend building a newer version if possible. If you really do have to build 5.0 stable, maybe there's some way to solve it, but I'm not aware of it. RE: cmake error on macos - SevenChords - 06-19-2020 (06-19-2020, 10:26 PM)JosJuice Wrote: Ah, you're trying to build an old version of Dolphin that uses wxWidgets... I would recommend building a newer version if possible. If you really do have to build 5.0 stable, maybe there's some way to solve it, but I'm not aware of it.yeah, kinda need the 5.0 stable version (originally trying to build swarejonges version with lua scripting support, that one is based on the 5.0 stable version, get the same error message when trying to build either version, thought that once the regular stable version works the same fix can be applied to the lua extended version) RE: cmake error on macos - SevenChords - 06-20-2020 ok, managed to create the makefile without errors using an older sdk, but when trying to run the makefile i get these messages: /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libwx.a(overlay.mm.o) has no symbols any idea on how to fix those? RE: cmake error on macos - SevenChords - 06-20-2020 now i get a bunch of these errors when trying to run the makefile (managed to create the makefile without errors using an older sdk): /Users/vincentjunghans/Downloads/dolphin-5.0/Source/Core/Common/x64CPUDetect.cpp:45:12: error: redefinition of '__builtin_ia32_xgetbv' as different kind of symbol static u64 _xgetbv(u32 index) |