-
Notifications
You must be signed in to change notification settings - Fork 30
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
Build fails on Windows 10 #11
Comments
It looks like you're not using Docker but are running the script on your local machine, correct? In that case you also need to install the Ninja build system manually, you can get it here: https://github.com/ninja-build/ninja/releases I removed the download and installation of Ninja from the script, because Ninja is already included in the base Docker image used in the Dockerfile. In any case, I would recommend you to use Docker if you want to use this repository, otherwise you might want to follow the steps in the official installation guide: https://github.com/aseprite/aseprite/blob/main/INSTALL.md |
That is user error, I actually already have ninja on my system from having built Aseprite a couple of years ago but it is no longer working with the current version. In any case I meant to run Running
Not sure if I have something misconfigured, I'm using Windows containers in Docker, I don't know if there is other configuration I didn't setup properly. |
The error suggests that there was an issue when cloning the aseprite git repository
When looking for this issue, I found this stackoverflow question: https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno Apparently this error can happen if you have a slow internet connection. Other answers suggest that you might need to change your git config to increase the |
It's definitely not a slow connection, unless gigabit symmetrical has been massively obsoleted... I updated the build.bat as you've suggested, and here is the output starting from the first error:
Still getting curl errors... and across multiple runs it seems to always start with the |
Looks like it already got a bit further this time. I never had this issue myself and therefore can't reproduce it, but here are some more suggestions from the stackoverflow post.
Let me know if any of the suggestions helped :) |
Everything seems to check out fine then when it goes to build the CMake file, it fails. See the output below. Are there external dependencies that I'm missing here?
The text was updated successfully, but these errors were encountered: