GNOME Bugzilla – Bug 613588
gvfs-afc doesn't compile with libimobiledevice 1.0
Last modified: 2010-03-24 14:04:18 UTC
Created attachment 156737 [details] [review] trivial patch to fix compilation There was a trivial API change, patch attached
Created attachment 156744 [details] [review] Fix compilation with libimobiledevice 1.0.0 AFC_E_INVALID_ARGUMENT was renamed to AFC_E_INVALID_ARG in http://github.com/MattColyer/libiphone/commit/36048ded8efda588a20b5cf284670a984f7cc650
The patch works here (with libimobiledevice 1.0) and looks good to me for older versions of the library.
Created attachment 156750 [details] [review] Fix compilation with libimobiledevice 1.0.0 AFC_E_INVALID_ARGUMENT was renamed to AFC_E_INVALID_ARG in http://github.com/MattColyer/libiphone/commit/36048ded8efda588a20b5cf284670a984f7cc650
I think it's safe to push it, compatibility looks to be maintained with 0.9.7. Can you please request a hard code freeze break?
Attachment 156750 [details] pushed as 1d1ce86 - Fix compilation with libimobiledevice 1.0.0