libimobiledevice / libimobiledevice-glue

A library with common code used by libraries and tools around the libimobiledevice project
GNU Lesser General Public License v2.1
86 stars 69 forks source link

include plist.h has duplicate definitions #31

Closed elekven-m closed 6 months ago

elekven-m commented 1 year ago

libplist's plist.h has been modified, it now defines PLISTFORMAT enums. These get redefined in libimobiledevice-glue's utils.h with different values. Build under mingw fails. Because libimobiledevice-glue's utils.h now includes plist.h, the duplicate definitions in utils.h should be deleted.

nikias commented 1 year ago

Yes I know, I am working on updating everything

ximbal commented 1 year ago

Hi, any updates on this one?

Thank you

nikias commented 6 months ago

This has been resolved.