Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
100rb opened this issue Oct 19, 2023 · 0 comments
Open

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

100rb opened this issue Oct 19, 2023 · 0 comments

Comments

@100rb
Copy link

100rb commented Oct 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant