Advertisement
wbreslin915

cmd output aseprite compile error

Dec 7th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. C:\aseprite\build>cmake -G Ninja -DLAF_BACKEND=skia ..
  2. -- Could NOT find CCache (missing: CCache_EXECUTABLE)
  3. -- curl version=[7.79.1-DEV]
  4. -- Could NOT find Perl (missing: PERL_EXECUTABLE)
  5. -- Enabled features: SSL IPv6 unixsockets libz AsynchDNS Largefile SSPI alt-svc HSTS SPNEGO Kerberos NTLM
  6. -- Enabled protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  7. -- Enabled SSL backends: Schannel
  8. -- Version: 10.0.0
  9. -- Build type: RelWithDebInfo
  10. -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
  11. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  12. The package name passed to `find_package_handle_standard_args` (LIBGCC)
  13. does not match the name of the calling package (LibGCC). This can lead to
  14. problems in calling code that expects `find_package` result variables
  15. (e.g., `_FOUND`) to follow a certain pattern.
  16. Call Stack (most recent call first):
  17. third_party/libarchive/build/cmake/FindLibGCC.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  18. third_party/libarchive/CMakeLists.txt:1258 (FIND_PACKAGE)
  19. This warning is for project developers. Use -Wno-dev to suppress it.
  20.  
  21. -- Could NOT find LIBGCC (missing: LIBGCC_LIBRARY)
  22. -- Could NOT find PCREPOSIX (missing: PCREPOSIX_LIBRARY PCRE_INCLUDE_DIR)
  23. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  24. The package name passed to `find_package_handle_standard_args` (PCRE) does
  25. not match the name of the calling package (PCREPOSIX). This can lead to
  26. problems in calling code that expects `find_package` result variables
  27. (e.g., `_FOUND`) to follow a certain pattern.
  28. Call Stack (most recent call first):
  29. third_party/libarchive/build/cmake/FindPCREPOSIX.cmake:23 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  30. third_party/libarchive/CMakeLists.txt:1263 (FIND_PACKAGE)
  31. This warning is for project developers. Use -Wno-dev to suppress it.
  32.  
  33. -- Could NOT find PCRE (missing: PCRE_LIBRARY)
  34. -- Extended attributes support: none
  35. -- ACL support: none
  36. -- laf backend: skia
  37. -- laf zlib: zlibstatic
  38. -- laf pixman: pixman
  39. -- laf freetype: FREETYPE_LIBRARY-NOTFOUND
  40. -- laf harfbuzz: HARFBUZZ_LIBRARY-NOTFOUND
  41. -- skia dir:
  42. -- skia library: SKIA_LIBRARY-NOTFOUND
  43. -- skia library dir:
  44. CMake Error at laf/CMakeLists.txt:86 (message):
  45. set SKIA_DIR/SKIA_LIBRARY/SKIA_LIBRARY_DIR to compile w/skia backend
  46.  
  47.  
  48. -- Configuring incomplete, errors occurred!
  49. See also "C:/aseprite/build/CMakeFiles/CMakeOutput.log".
  50. See also "C:/aseprite/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement