You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo build
Compiling roead v1.0.0 (/Users/wrb/fun/code/roead)
error: could not find native static library `zlib`, perhaps an -L flag is missing?
error: could not compile `roead` (lib) due to 1 previous error
This is on:
Apple Silicon (M3 Max)
MacOS Sequoia 15.0.1
cargo 1.81.0
cmake (3.30.5) etc provided by homebrew, all up to date
This is on:
Apple Silicon (M3 Max)
MacOS Sequoia 15.0.1
cargo 1.81.0
cmake (3.30.5) etc provided by homebrew, all up to date
More detailed output:
I've attempted to build the static zlib-ng after fetching that git submodule and configuring for compile:
But that hits this compiler error:
Not sure if that's the root cause, though, or whether I made some mistake in my cmake / configure / make commands or have some missing dependencies.
The text was updated successfully, but these errors were encountered: