Open
Conversation
Owner
|
Hi @froggypad. Thanks for the PR! (and sorry for the slow response) @kdltr just took over this project and moved it over here: https://www.upyum.com/cgit.cgi/gl-math (which is where the chicken-installable egg is now hosted). In doing so he also added Chicken 5 support, so I suggest you try installing the latest version and seeing if that works for you. If it doesn't, I'm sure he'd be happy to hear from you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for installing in Chicken 5 by providing an egg specification file, gl-math.egg. Chicken 5 doesn't have
(use)anymore, so I put the import/import-for-syntax/use lines in acond-expandthat does the right thing on both 4 and 5.gl-math.egg, line 7: Not confident that my
csc-optionsare completely correct, but they workI've tested this on Windows 7 mingw-msys and on macOS Mojave, though not extensively, just ran the example code.
Thanks for making this egg, hope this patch is useful!