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

ideviceinstaller-ideviceinstaller.o compilation error #28

Open
yecril71pl opened this issue Jun 8, 2015 · 1 comment
Open

ideviceinstaller-ideviceinstaller.o compilation error #28

yecril71pl opened this issue Jun 8, 2015 · 1 comment

Comments

@yecril71pl
Copy link

I downloaded a released archive and here is what I have got:

Making check in src
make[1]: Wejście do katalogu `/home/krzzel/Oprogrammovanie/ideviceinstaller-1.1.0/src'
CC ideviceinstaller-ideviceinstaller.o
ideviceinstaller.c: In function ‘main’:
ideviceinstaller.c:1058:4: error: passing argument 4 of ‘instproxy_install’ from incompatible pointer type [-Werror]
instproxy_install(ipc, pkgname, client_opts, status_cb, NULL);
^
In file included from ideviceinstaller.c:45:0:
/usr/local/include/libimobiledevice/installation_proxy.h:234:19: note: expected ‘instproxy_status_cb_t’ but argument is of type ‘void (*)(const char *, void *, void *)’

The difference is in plist.h: typedef void *plist_t; which is different from const char *.
This is already fixed in git but the fix is not released, and the released code is broken.

@programmin1
Copy link

Apparently everyone is getting this error or similar on trying to compile the ideviceinstaller - see http://pastebin.com/LmUBEjwn

#18

#7

I double checked the appropriate latest library was installed by moving previous directory in source includes, then using:

(sudo ln -sf ~/mydirectory/libimobiledevice/ /usr/local/include/libimobiledevice)

Still no-go.

As according to Git the last revision is about a year ago, it appears this program is unfortunately no longer being supported.

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

2 participants