-
Notifications
You must be signed in to change notification settings - Fork 89
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
some problems with compilation #6
Comments
The same for me on Ubuntu 10.04 32bits. Here's the log : activate.c:325: warning: passing argument 2 of ‘plist_to_xml’ from incompatible pointer type Anyone can help us ? |
$ make Same issue with Mac OS X 10.6 :/ i'm not really sure what direction to head in at this point |
Use my fork. It ought to work on OS X |
worked like a charm, thanks.... now if I can figure out what's going on with idevicerestore |
Hi.
I have compiled, but not working binary. Ths stuck with error "Unable to find device activation node
Unable to fetch activation request"
in compilation a have some warnings;
"activate.c:325: warning: passing argument 2 of ‘plist_to_xml’ from incompatible pointer type
/usr/local/include/plist/plist.h:514: note: expected ‘char *’ but argument is of type ‘char *__’
activate.c:326: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘char *’
cache.c: In function ‘cache_plist’:
cache.c:104: warning: passing argument 2 of ‘plist_to_xml’ from incompatible pointer type
/usr/local/include/plist/plist.h:514: note: expected ‘char *’ but argument is of type ‘char *__’
cache.c: In function ‘get_from_cache’:
cache.c:120: warning: passing argument 2 of ‘read_file’ from incompatible pointer type
cache.c:48: note: expected ‘char *’ but argument is of type ‘char * ()[2097152]’
"
can you help me?
The text was updated successfully, but these errors were encountered: