Closed ZenDeuo closed 1 year ago
Did you clone recursively? (i.e. git clone --recursive
). If not, then you can fix it by cloning the submodules with git submodule update --init --recursive
.
Lemme quickly rm -rf the folder and retry that I'll get back to you, tysm for you extremely quick response!
Cool just redid the entire thing and now I'm only getting 2 errors & 1 warn:
Warn: CMake Warning at cmake/dsym.cmake:48 (message): Cannot find llvm-dsymutil, will not produce debug information Call Stack (most recent call first): CMakeLists.txt:162 (FindDsymutil)
Error 1: CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:894 (message): None of the required 'openssl' found Call Stack (most recent call first): src/external/openssl_certificates/CMakeLists.txt:11 (pkg_search_module)
Error 2: Make Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.25/Modules/FindGIF.cmake:109 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) src/external/cocotron/Onyx2D/CMakeLists.txt:21 (find_package)
Sounds like you don’t have OpenSSL and libGIF installed. Did you install the dependencies for your system according to the docs?
I did, turns out it failed to find Python 2 so I guess it stopped the whole thing? So I just had to install python-is-python-3 instead as an alternative, I hope this works, I also removed the Python 2 from the ending of the install script and ran that and that installation worked, the build files have been successfully written so now I'm in hopes that the whole thing works!
Cool I just started the Make command and everything seems to be rolling smoothly, I'll update you if I get any errors from here on out, If not I'll post a final message on how it went and hopefully have fun!
Cool it works perfectly, runs as well, Thank you so much for your support! :3
Build Log What is the build error? Can't find directories, or some CMake commands (Also attached the CMakeOutput.log & CMakeError.log)
Put the build log here! overworked@deuob:~/darling/build$ sudo cmake .. Including component: stock Including component: cli Including component: python Including component: ruby Including component: perl Including component: dev_gui_common Including component: dev_gui_frameworks_common Including component: dev_gui_stubs_common Including component: gui_frameworks Including component: gui_stubs Including component: system Including component: core Including component: gui Including component: iokitd Python 2 not available; bytecode compilation is disabled -- Could NOT find Vulkan (missing: Vulkan_LIBRARY Vulkan_INCLUDE_DIR) (found version "") Did not find required libraries (Vulkan and LLVM); building without Metal support CMake Warning at cmake/dsym.cmake:48 (message): Cannot find llvm-dsymutil, will not produce debug information Call Stack (most recent call first): CMakeLists.txt:162 (FindDsymutil)
-- Compiler include path detected as /usr/lib/llvm-15/lib/clang/15.0.7/include/ CMake Error at src/CMakeLists.txt:67 (add_subdirectory): add_subdirectory given source "external/cctools-port/cctools/ld64/src" which is not an existing directory.
CMake Error at src/CMakeLists.txt:68 (add_subdirectory): add_subdirectory given source "external/cctools-port/cctools/ar" which is not an existing directory.
CMake Error at src/CMakeLists.txt:70 (add_subdirectory): add_subdirectory given source "external/cctools-port/cctools/misc" which is not an existing directory.
CMake Error at src/CMakeLists.txt:80 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:85 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:136 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:141 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:142 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:143 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:144 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:150 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:160 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:161 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:163 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:164 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:165 (add_subdirectory): add_subdirectory given source "external/compiler-rt/lib/builtins" which is not an existing directory.
CMake Error at src/CMakeLists.txt:166 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:168 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:169 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:170 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:171 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:172 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:173 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:175 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:178 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:179 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:182 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:183 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:184 (add_subdirectory): add_subdirectory given source "external/objc4/runtime" which is not an existing directory.
CMake Error at src/CMakeLists.txt:185 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:186 (add_subdirectory): add_subdirectory given source "external/icu/icuSources" which is not an existing directory.
CMake Error at src/CMakeLists.txt:187 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:188 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:189 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:190 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:191 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:197 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:198 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:210 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:211 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:212 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:213 (add_subdirectory): add_subdirectory given source "external/libarchive/libarchive" which is not an existing directory.
CMake Error at src/CMakeLists.txt:214 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:215 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:216 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:217 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:218 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:219 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:220 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:221 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:222 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:228 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:229 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:231 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:232 (add_subdirectory): add_subdirectory given source "external/openssl/src" which is not an existing directory.
CMake Error at src/CMakeLists.txt:233 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:234 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:235 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:236 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:237 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:238 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:239 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:240 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:241 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:243 (add_subdirectory): add_subdirectory given source "external/file/file" which is not an existing directory.
CMake Error at src/CMakeLists.txt:244 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:245 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:246 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:247 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:248 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:249 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:250 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:251 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:252 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:253 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:254 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:255 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:256 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:257 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:258 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:259 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:260 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:261 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:262 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:263 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:264 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:265 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:266 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:267 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:268 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:269 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:270 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:272 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:273 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:277 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:283 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:284 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:285 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:290 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:301 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:302 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:303 (add_subdirectory): add_subdirectory given source "external/cfnetwork/src" which is not an existing directory.
CMake Error at src/CMakeLists.txt:304 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:305 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:306 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:307 (add_subdirectory): add_subdirectory given source "external/lkm/libkern/kxld" which is not an existing directory.
CMake Error at src/CMakeLists.txt:308 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:309 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:311 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:315 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:319 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:320 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:322 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:327 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:334 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CMakeLists.txt:346 (add_subdirectory): The source directory
does not contain a CMakeLists.txt file.
CMake Error at src/CoreAudio/CMakeLists.txt:4 (remove_sdk_framework): Unknown CMake command "remove_sdk_framework".
-- Configuring incomplete, errors occurred! See also "/home/overworked/darling/build/CMakeFiles/CMakeOutput.log". See also "/home/overworked/darling/build/CMakeFiles/CMakeError.log".
System Information What system are you building with? CMakeOutput.log CMakeError.log