-
Notifications
You must be signed in to change notification settings - Fork 7
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
Examples fail to run #3
Comments
@johnnovak |
Yeah, kinda active, but it's a hobby project, so there might be long stretches of inactivity. You can downgrade to Nim 1.6.0 and it will work. I'm not quite sure why it fails with this error on 1.6.2... I'll figure it out eventually. |
Thanks 👍 |
@matkuki FYI, the crash happens because of a Nim compiler regression introduced in 1.6.2, it has nothing to do with the library itself: I expect a patch release will be released soon. In the interim, just use 1.6.0 as suggested before. |
Thanks for the info 👍👍 |
FYI @matkuki , Nim 1.6.4 has been released and now everything works correctly. I've also updated the library and have added two more examples. |
Hi,
Specs:
devel
nim-nanovg
withnimble install nanovg
I tried building a couple of examples:
demo.nim
runs and immediately stops without an errorexample_fbo.nim
throws:Can this be fixed?
Thanks
The text was updated successfully, but these errors were encountered: