Problem with final compilation using ninja

I’m sorry but there’s very little anyone can do with the error logs when compiling. There are many steps where anything could have gone wrong.

The things I can see from this are:

  1. Your folder is named “Aseprite-v1.2.17-Source” which leads me to believe you didn’t use the git clone command to download the source, and instead used the download button on github, which doesn’t work.

  2. Your source folder is in Program Files which makes me wonder if the dependencies are in folders named differently from in the install instructions, in which case it would also fail without you redirecting the cmake to the proper folders.

All I can say is that I recommend simply starting over from the beginning and doing everything by the letter. Don’t assume anything even if it might seem obvious, because those small things is usually where peoples compilations break. Like forgetting to call vsdevcmd.bat for example, or not using git clone to grab the repository.

Good luck!