-
Things happen like this, i use there is a project named(magic-haversack) make download those alpine static library easy, i have my own folk, Then, the original author update many library to newest version yesterday, i tried it immediately, but no luck, it works on those apps fewer depndencies, but for a lucky project, i get error like this:
I can reproduce it with a fresh new 1.1.1 lucky app. https://github.com/zw963/test_lucky.git the original author never use lucky, so, i ask question here for help, if we can give some clue to him, that will help a lot. For the one interesting the process, please check following links: how to use zig as linker You can always check the library version use libs.yml in the project root. e.g. https://github.com/luislavena/magic-haversack/blob/main/libs.yml#L24 Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you, the original author find the reason. libgmp used by BigInt, can be reproduced use following script # 1.cr
require "big"
p! BigInt.new |
Beta Was this translation helpful? Give feedback.
Thank you, the original author find the reason.
libgmp used by BigInt, can be reproduced use following script