-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Compatibility issues in unzLocateFile #745
Comments
I've added the But now I've encountered another error, which may be the incompatible part of minizip-ng function: Error:
|
It appears they are using a another version of |
@nmoinvaz What do you mean with "zlib distribution"? When I look at madler's minizip (develop branch) I see the 3rd parameter is But in minizip-ng, the 3rd parameter is Isn't that an incompatibility between both projects? |
zlib distribution is https://github.com/madler/zlib. Hmm, that does look like an incompatibility. Feel free to please submit a PR to fix it. |
Replace the previous type with one that is compatible with an int in order to be identical to the interface used in madler's zlib. Fixes zlib-ng#745.
Replace the previous type with one that is compatible with an int in order to be identical to the interface used in madler's zlib. Fixes zlib-ng#745.
Replace the previous type with one that is compatible with an int in order to be identical to the interface used in madler's zlib. Fixes zlib-ng#745.
Replace the previous type with one that is compatible with an int in order to be identical to the interface used in madler's zlib. Fixes #745.
FYI: I can't close this bug, but it has already been fixed by #746 . |
Hi,
I've run into a building issue with the
libdigidocpp
package when switching from minizip (madler/zlib part) to minizip-ng (built with MZ_COMPAT flag).I reported this to their upstream [1], but now when I think about it, it may be the issue of minizip-ng as it should be fully compatible, but it's not.
Could you please take a look at the error and help me resolve this building issue? I was trying to find some sort of PORTING document in your Github, but there is nothing that would look like it.
Thank you
[1] open-eid/libdigidocpp#569
The text was updated successfully, but these errors were encountered: