Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\aseprite\build>cmake -G Ninja -DLAF_BACKEND=skia ..
- -- Could NOT find CCache (missing: CCache_EXECUTABLE)
- -- curl version=[7.79.1-DEV]
- -- Could NOT find Perl (missing: PERL_EXECUTABLE)
- -- Enabled features: SSL IPv6 unixsockets libz AsynchDNS Largefile SSPI alt-svc HSTS SPNEGO Kerberos NTLM
- -- Enabled protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
- -- Enabled SSL backends: Schannel
- -- Version: 10.0.0
- -- Build type: RelWithDebInfo
- -- 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)
- CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
- The package name passed to `find_package_handle_standard_args` (LIBGCC)
- does not match the name of the calling package (LibGCC). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- third_party/libarchive/build/cmake/FindLibGCC.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third_party/libarchive/CMakeLists.txt:1258 (FIND_PACKAGE)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find LIBGCC (missing: LIBGCC_LIBRARY)
- -- Could NOT find PCREPOSIX (missing: PCREPOSIX_LIBRARY PCRE_INCLUDE_DIR)
- CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
- The package name passed to `find_package_handle_standard_args` (PCRE) does
- not match the name of the calling package (PCREPOSIX). This can lead to
- problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- third_party/libarchive/build/cmake/FindPCREPOSIX.cmake:23 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
- third_party/libarchive/CMakeLists.txt:1263 (FIND_PACKAGE)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Could NOT find PCRE (missing: PCRE_LIBRARY)
- -- Extended attributes support: none
- -- ACL support: none
- -- laf backend: skia
- -- laf zlib: zlibstatic
- -- laf pixman: pixman
- -- laf freetype: FREETYPE_LIBRARY-NOTFOUND
- -- laf harfbuzz: HARFBUZZ_LIBRARY-NOTFOUND
- -- skia dir:
- -- skia library: SKIA_LIBRARY-NOTFOUND
- -- skia library dir:
- CMake Error at laf/CMakeLists.txt:86 (message):
- set SKIA_DIR/SKIA_LIBRARY/SKIA_LIBRARY_DIR to compile w/skia backend
- -- Configuring incomplete, errors occurred!
- See also "C:/aseprite/build/CMakeFiles/CMakeOutput.log".
- See also "C:/aseprite/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement