-
Notifications
You must be signed in to change notification settings - Fork 38
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
Zlib tests fail: zlib version mismatch! #23
Comments
Works fine on my linux vm. I guess my zlib version is outdated? Where does Nim even look for .dll's? |
Is there a way to fix this yet? I have the exact same problem. Even when I download a newer zlib version, it errors with |
@Papanoah that seems like a different error. Are you sure the DLL's architecture matches your executable? (the DLL could be 64 bit whereas your exe is 32 bit). |
@dom96 It's true, i've tried it with 32 bit dlls apparently. However, each 64bit zlib version from 1.2.7 up to 1.2.11 produces the version error. I'm not really into this issue but judging from the zlib doc, this may have something to do with z_stream size difference.
|
echo
ingzlibVersion
gives me1.2.8
.Running
Nim 0.17.0
Windows 10
The text was updated successfully, but these errors were encountered: