u/CrazyCheese724

▲ 2 r/aseprite+1 crossposts

linux btw,

I have tried everything i could find from the build guide aseprite provides, both manual and the auto script, (this isnt the same error i get from the auto build script, but i imagine this, the manual error will be somehow easier)

as well as googling looking for anyone else that has Linux and perhaps had run into the same issue.

Nothing relevant found.

Torben@bazzite:~/Downloads/Aseprite/Aseprite-v1.3.17.2-Source/build$ cd /home/Torben/Downloads/Aseprite/Aseprite-v1.3.17.2-Source/
mkdir build
cd build
export CC=clang
export CXX=clang++
cmake \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DCMAKE_CXX_FLAGS:STRING=-stdlib=libstdc++ \
 -DCMAKE_EXE_LINKER_FLAGS:STRING=-stdlib=libstdc++ \
 -DLAF_BACKEND=skia \
 -DSKIA_DIR=$HOME/deps/skia \
 -DSKIA_LIBRARY_DIR=$HOME/deps/skia/out/Release-x64 \
 -DSKIA_LIBRARY=$HOME/deps/skia/out/Release-x64/libskia.a \
 -G Ninja \
 ..
ninja aseprite
mkdir: cannot create directory ‘build’: File exists
-- Could NOT find CCache (missing: CCache_EXECUTABLE)  
-- Building for target architecture: x86_64
-- Found AWK program: /usr/bin/gawk
-- curl version=[7.79.1-DEV]
-- CA path only supported by OpenSSL, GnuTLS or mbed TLS. Set CURL_CA_PATH=none or enable one of those TLS backends.
-- Enabled features: IPv6 unixsockets libz AsynchDNS Largefile alt-svc HSTS
-- Enabled protocols: DICT FILE FTP GOPHER HTTP IMAP MQTT POP3 RTSP SMTP TELNET TFTP
-- Enabled SSL backends:  
-- {fmt} version: 12.1.0
-- Build type: RelWithDebInfo
-- Found ZLIB: zlibstatic (Required is at least version "1.2.1")
-- Extended attributes support: Linux
-- ACL support: none
-- Found ZLIB: zlibstatic
-- laf backend: skia
-- laf zlib: zlibstatic
-- laf libpng: skia
-- laf pixman: pixman
-- laf freetype: /usr/lib64/libfreetype.so
-- laf harfbuzz: HARFBUZZ_LIBRARY-NOTFOUND
-- skia dir: /home/Torben/deps/skia
-- skia library: /home/Torben/deps/skia/out/Release-x64/libskia.a
-- skia library dir: /home/Torben/deps/skia/out/Release-x64
-- aseprite giflib: giflib
-- aseprite libwebp: WEBP_LIBRARIES-NOTFOUND
-- aseprite libjpeg-turbo: LIBJPEG_TURBO_LIBRARY-NOTFOUND
-- Configuring done (0.2s)
CMake Error in laf/CMakeLists.txt:
 Cannot find source file:

   /home/Torben/deps/skia/third_party/externals/icu/flutter/icudtl.dat

 Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
 .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
 .f95 .f03 .hip .ispc


CMake Error in src/app/CMakeLists.txt:
 Imported target "libjpeg-turbo" includes non-existent path

   "/home/Torben/deps/skia/third_party/externals/libjpeg-turbo"

 in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

 * The path was deleted, renamed, or moved to another location.

 * An install or uninstall procedure did not complete successfully.

 * The installation package was faulty and references files it does not
 provide.



-- Generating done (0.1s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
ninja: error: loading 'build.ninja': No such file or directory
reddit.com
u/CrazyCheese724 — 15 days ago