-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake error in linux #56
Comments
Hi @Picar0r, it looks like you don't have skia compiled in /skiadir Probably you should use something like:
|
It didnt work, It said: CMake Error: The source directory "/home/m/laf/build/ " does not exist. Do I need to manually create a folder called skiadir and put the skia library there or something? Edit: also I think the command that you gave me is bad written. cmake -G Ninja \ Edit 3: ok I was a dumbass, the laf was already in the aseprite folder so I did all the things from laf dependencies there.
it is related to the skia lib (the m96 one, but with the m102 I got the same error) and yes the libskia.a is there too so idk why ninja isnt using it. Anyways time to sleep. |
Sorry, as you had Some points:
|
Ok, I did that but when I tried to compile the binary It said that the bin/aseprite failed: FAILED: bin/aseprite the Output is very long so I just took that part. at the end It says something about a clang error and then ninja stopped building: This wasnt the first time that this happened anyways, but idk what to do now.(I compiled the m102 skia lib this time). A saw another issue similar to this in here but that was something related to the libwebp.a, libwebpdemux.a and libwebpmux.a libraries (and it is supposed to be fixed) if that helps in something. sorry about doing the issue here. this is the first ever I did. |
The output doesn't include the specific error. Probably you can include some extra lines of the output (or use some pastebin-like service to paste the full console output). |
ok there here is: (the name of the personal folder is different but you can ignore that. Also some parts are in spanish) |
Hi there, currently I am having a problem compiling laf at the cmake command
cmake -G Ninja
-DLAF_BACKEND=skia
-DSKIA_DIR=/skiadir
-DSKIA_LIBRARY_DIR=/skiadir/out/Release-x64 \
when I put that on the terminal it throws me a cmake error:
So I dont know exactly what to do after this. I have the skia library m102 and everything else but this is giving me problems and I dont know if it is important to not have problems later when I use the ninja aseprite command.
Im on Linux Mint Vera 21.1.(newbie in linux btw)
Id be very glad If someone could help me to compile it :)
The text was updated successfully, but these errors were encountered: