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

Error building ideviceinstaller #50

Closed
matteyeux opened this issue Aug 21, 2016 · 4 comments
Closed

Error building ideviceinstaller #50

matteyeux opened this issue Aug 21, 2016 · 4 comments

Comments

@matteyeux
Copy link

I'm running Ubuntu 16.04.
Here is the error, when I build libimobiledevice.

ideviceinstaller.c:910:20: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] while (zfsize < zs.size) {

@shusso
Copy link

shusso commented Sep 12, 2016

There is #43

@lippenyit
Copy link

Modify 909 line to:
uint64_t zfsize = 0;
This will fix the problem.

@matteyeux
Copy link
Author

Thanks it built

paulvojta added a commit to paulvojta/ideviceinstaller that referenced this issue Nov 7, 2017
The reason for this is that these lines are only useful for very old versions
of libzip, but those versions are now disallowed by the configure script.

This fixes issues libimobiledevice#43, libimobiledevice#50, libimobiledevice#66, and (probably) libimobiledevice#55.
nikias pushed a commit that referenced this issue Mar 23, 2018
The reason for this is that these lines are only useful for very old versions
of libzip, but those versions are now disallowed by the configure script.

This fixes issues #43, #50, #66, and (probably) #55.
@nikias
Copy link
Member

nikias commented Mar 23, 2018

Fixed with #85

@nikias nikias closed this as completed 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

No branches or pull requests

4 participants