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

fatal error: plist/plist.h: No such file or directory #34

Open 100rb opened 8 months ago

100rb commented 8 months ago

I am getting below response during installation. I am running make command to install libimobiledevice-glue

make make all-recursive make[1]: Entering directory '/home/Saurabh/libimobiledevice-glue' Making all in src make[2]: Entering directory '/home/Saurabh/libimobiledevice-glue/src' CC glue.lo CC socket.lo CC thread.lo CC utils.lo CC collection.lo CC termcolors.lo CC cbuf.lo CC opack.lo In file included from opack.c:33: ../include/libimobiledevice-glue/opack.h:24:10: fatal error: plist/plist.h: No such file or directory 24 | #include <plist/plist.h> | ^~~~~~~ compilation terminated. make[2]: [Makefile:485: opack.lo] Error 1 make[2]: Leaving directory '/home/Saurabh/libimobiledevice-glue/src' make[1]: [Makefile:417: all-recursive] Error 1 make[1]: Leaving directory '/home/Saurabh/libimobiledevice-glue' make: *** [Makefile:349: all] Error 2

I have successfully installed libplist and in that folder i also have /include/plist/plist.h file.