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

Fix compile error on macOS (and other OSes) #43 #53

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 7, 2016

No description provided.

pachoo added a commit to pachoo/ideviceinstaller that referenced this pull request Dec 2, 2016
…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.
@paulvojta
Copy link
Contributor

IMNHSO it would be better to delete lines 54-60 (in src/ideviceinstaller.c). See my (second) comment on issue #43

@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

2 participants