libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

Failure to 'make' on Ubuntu 18.04 #171

Closed jwarner112 closed 3 years ago

jwarner112 commented 4 years ago

Hey all,

Trying to build libplist on my long road to get beyond the "copy stuck at 0%" bug caused by iOS 13. I've hit an error that I haven't yet been able to get past. I've recorded my kernel info and autogen/make transcripts in a gist.

Any idea what I need to do?

Thanks!

jwarner112 commented 4 years ago

Completely lost on why but running sudo ./autogen before sudo ./make seems to have let it build?

jwarner112 commented 4 years ago

Final update: I did all this to be able to transfer a large video onto my iPad for offline viewing; Even after I got everything built, file transfers would still hang at 0% when using Nautilus. I was able to eventually get the file onto the iPad using ifuse and rsync, however. So I'm cool.