-
Notifications
You must be signed in to change notification settings - Fork 53
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
Turtle does not compile on mac #241
Comments
Sorry about the issue you're running into! We've been unable to release a new version of turtle for a few years because of dependency issues (#183). That means that the version on crates.io is severely outdated and won't work on most machines these days. :( You can usually address this by switching to the master branch as detailed here: #202 (comment). You will still run into issues on Mac because of #183, but the crate should be mostly usable. Appreciate you reporting this issue! Please let me know if this suggestion resolves things for you. |
Thanks for the response! I gave that a try, and replaced the crate line in my cargo.toml file with Unfortunately, I get the same error as before with winit. It seems like this workaround no longer works for some reason. In any case it sounds like this issue isn't new, but what might be new is that switching to the master branch doesn't work? Thanks again. |
I am also having the same issue even after putting the suggested line in. |
Does it work if you use the following in your turtle = {git = "https://github.com/sunjay/turtle"} You may need to run Please keep in mind that the crate will have some known bugs (#183) when you use the master branch like this. It should hopefully still be fairly usable though. |
Appears to be fixed now (at least on the master branch). Make sure you run |
I tried to add turtle to my project by adding
turtle = "1.0.0-rc.3"
. When I rancargo build
, I get a compile error which looks to be an issue of one of turtle's dependencies, winit v0.19.5. This might be a mac specific issue of some kind? I am on a M1 macbook, Big Sur version 11.2.3. Here's the mess of error I get. Thanks for any help resolving this, and thanks again for your work maintaining this project!The text was updated successfully, but these errors were encountered: