root@noah:/home/noah/Desktop/libideviceactivation# make
make all-recursive
make[1]: Entering directory '/home/noah/Desktop/libideviceactivation'
Making all in src
make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/src'
Making all in include
make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/include'
Making all in tools
make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/tools'
CC ideviceactivation-ideviceactivation.o
ideviceactivation.c:36:47: fatal error: libimobiledevice/mobileactivation.h: No such file or directory
compilation terminated.
Makefile:449: recipe for target 'ideviceactivation-ideviceactivation.o' failed
make[2]: [ideviceactivation-ideviceactivation.o] Error 1
make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/tools'
Makefile:424: recipe for target 'all-recursive' failed
make[1]: [all-recursive] Error 1
make[1]: Leaving directory '/home/noah/Desktop/libideviceactivation'
Makefile:356: recipe for target 'all' failed
make: *** [all] Error 2
root@noah:/home/noah/Desktop/libideviceactivation# make make all-recursive make[1]: Entering directory '/home/noah/Desktop/libideviceactivation' Making all in src make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/src' Making all in include make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/include' Making all in tools make[2]: Entering directory '/home/noah/Desktop/libideviceactivation/tools' CC ideviceactivation-ideviceactivation.o ideviceactivation.c:36:47: fatal error: libimobiledevice/mobileactivation.h: No such file or directory compilation terminated. Makefile:449: recipe for target 'ideviceactivation-ideviceactivation.o' failed make[2]: [ideviceactivation-ideviceactivation.o] Error 1 make[2]: Leaving directory '/home/noah/Desktop/libideviceactivation/tools' Makefile:424: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/noah/Desktop/libideviceactivation' Makefile:356: recipe for target 'all' failed make: *** [all] Error 2
mobileactivation.h is missing