-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Stockfish build error #123
Comments
First you should fix your android toolchain. I see errors in |
I experience the same issue on dd5b6dd. It's also on Ubuntu 22.10. Especially stuff like
makes me wonder: Why is it building the ios files although I dont have any ios related devices. But maybe that's just a flutter thing. I must admit that I am just guessing in the dark. I'm not familiar with flutter, cpp and the stockfish project. |
I don't use ubuntu myself so don't really know what's going on. The CI who can build the app fine, also run on ubuntu, so that could be indeed missing development tools. Perhaps the original authors of the stockfish plugin can help you? You can try to post the issue in this repo: |
About why it builds iOS files: it's just because stockfish src is inside the |
Maybe one thing to try: install flutter manually (not using |
Removed snapd installation of flutter and installed flutter manually. Stockfish builds fine now. ( Ubuntu 20.04 ) |
Good! Would be nice to write sth about it in the wiki. Even better would be to understand why it doesn't work with snapd but at least there's workaround. |
I can confirm. Removing the snap installation and following the manual installation does solve the problem. |
I took the liberty to update the wiki: I will also create an issue on the stockfish repository referencing this problem. |
Thanks for updating the wiki! I'm closing the issue since there is a workaround and the issue is not really related to this repo. |
It happened both shortly before and after 4755882.
Ubuntu 22.10, mobile is android 13.
I've tried deleting ~/.pub-cache and .dart_tool multiple times but it never worked.
err_log.txt
flutter doctor -v.txt
The text was updated successfully, but these errors were encountered: