Advertisement
Guest User

Untitled

a guest
Jan 7th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. CC idevicerestore-restore.o
  2. restore.c:37:2: warning: #warning Linking against libimobiledevice without reverse proxy support. Please update to a newer version of libimobiledevice, the legacy code used will be removed in a future version of idevicerestore. [-Wcpp]
  3. 37 | #warning Linking against libimobiledevice without reverse proxy support. Please update to a newer version of libimobiledevice, the legacy code used will be removed in a future version of idevicerestore.
  4. | ^~~~~~~
  5. asr.c: In function ‘asr_send_payload’:
  6. asr.c:349:17: warning: ‘SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  7. 349 | SHA1_Init(&sha1);
  8. | ^~~~~~~~~
  9. In file included from asr.c:34:
  10. /usr/include/openssl/sha.h:49:27: note: declared here
  11. 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
  12. | ^~~~~~~~~
  13. restore.c: In function ‘restore_get_build_identity’:
  14. restore.c:3455:83: error: ‘PLIST_OPT_NONE’ undeclared (first use in this function); did you mean ‘PLIST_OPT_INDENT’?
  15. 3455 | plist_write_to_stream(unique_id_node, stdout, PLIST_FORMAT_PRINT, PLIST_OPT_NONE);
  16. | ^~~~~~~~~~~~~~
  17. | PLIST_OPT_INDENT
  18. restore.c:3455:83: note: each undeclared identifier is reported only once for each function it appears in
  19. make[2]: *** [Makefile:717: idevicerestore-restore.o] Error 1
  20. make[2]: *** Waiting for unfinished jobs....
  21. make[2]: Leaving directory '/home/kira/idevicerestore/src'
  22. make[1]: *** [Makefile:435: all-recursive] Error 1
  23. make[1]: Leaving directory '/home/kira/idevicerestore'
  24. make: *** [Makefile:367: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement