libimobiledevice-glue icon indicating copy to clipboard operation
libimobiledevice-glue copied to clipboard

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

Open 100rb opened this issue 2 years ago • 2 comments

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.

100rb avatar Oct 19 '23 16:10 100rb