libimobiledevice / libideviceactivation

A library to handle the activation process of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
291 stars 132 forks source link

Compiling Error #24

Closed ginsudev closed 7 years ago

ginsudev commented 7 years ago

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

nikias commented 7 years ago

Use latest libimobiledevice from git please. The file is there.