Skip to content
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

Issue #43: Fix libzip compile issues #65

Closed
wants to merge 1 commit into from

Conversation

pachoo
Copy link

@pachoo pachoo commented Dec 2, 2016

Modified the define check to look for LIBZIP_VERSION as opposed to ZIP_CODEC_ENCODE. libzip 0.10 introduced LIBZIP_VERSION (which is also used by all later versions) and also introduced the defines that the guard handles. ZIP_CODEC_ENCODE is no longer used by later libzip versions (e.g. 1.1.2) which was causing compilation errors.

Also, the config.ac has a check that libzip is >= 0.10 so this is mostly a moot point.

…sues

Modified the define check to look for LIBZIP_VERSION as opposed to ZIP_CODEC_ENCODE.  libzip 0.10 introduced LIBZIP_VERSION (which is also used by all later versions) and also introduced the defines that the guard handles.  ZIP_CODEC_ENCODE is no longer used by later libzip versions (e.g. 1.12) which was causing compilation errors.

Also, the config.ac has a check that libzip is >= 0.10 so this is mostly a moot point.
@pachoo pachoo changed the title Issue #43, #53: Fix libzip compile issues Issue #43: Fix libzip compile issues Dec 2, 2016
@timwr
Copy link

timwr commented Feb 11, 2017

Fixes the build on ubuntu for me. Many thanks @pachoo

paulvojta added a commit to paulvojta/ideviceinstaller that referenced this pull request Nov 7, 2017
nikias pushed a commit that referenced this pull request Mar 23, 2018
@nikias
Copy link
Member

nikias commented Mar 23, 2018

Fixed with #85

@nikias nikias closed this Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants