Вот собственно лог:
./configure && make && sudo make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libimobiledevice... yes
checking for libimobiledevice10... yes
checking for libimobiledevice11... yes
checking for libimobiledevice12... no
checking for libglib2... yes
checking for libplist... yes
checking for libzip... yes
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strndup... yes
checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Werror -g
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Вход в каталог `/home/bullshit/icreature/ideviceinstaller-1.0.1'
Making all in src
make[2]: Вход в каталог `/home/bullshit/icreature/ideviceinstaller-1.0.1/src'
CC ideviceinstaller-ideviceinstaller.o
ideviceinstaller.c: В функции «zip_f_get_contents»:
ideviceinstaller.c:167:2: ошибка: из-за ограниченности диапазона типа данных, результат сравнения всегда ложь [-Werror=type-limits]
ideviceinstaller.c:167:80: ошибка: «zip_int64_t» undeclared (first use in this function)
ideviceinstaller.c:167:80: замечание: each undeclared identifier is reported only once for each function it appears in
ideviceinstaller.c:167:92: ошибка: expected «)» before «zs»
ideviceinstaller.c: В функции «main»:
ideviceinstaller.c:677:4: ошибка: в передаче аргумента 4 «instproxy_install»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:59:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:677:4: ошибка: слишком много аргументов в вызове функции «instproxy_install»
/usr/local/include/libimobiledevice/installation_proxy.h:59:19: замечание: declared here
ideviceinstaller.c:684:4: ошибка: в передаче аргумента 4 «instproxy_upgrade»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:60:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:684:4: ошибка: слишком много аргументов в вызове функции «instproxy_upgrade»
/usr/local/include/libimobiledevice/installation_proxy.h:60:19: замечание: declared here
ideviceinstaller.c:695:3: ошибка: в передаче аргумента 4 «instproxy_uninstall»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:61:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:695:3: ошибка: слишком много аргументов в вызове функции «instproxy_uninstall»
/usr/local/include/libimobiledevice/installation_proxy.h:61:19: замечание: declared here
ideviceinstaller.c:858:3: ошибка: в передаче аргумента 4 «instproxy_archive»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:64:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:858:3: ошибка: слишком много аргументов в вызове функции «instproxy_archive»
/usr/local/include/libimobiledevice/installation_proxy.h:64:19: замечание: declared here
ideviceinstaller.c:996:3: ошибка: в передаче аргумента 4 «instproxy_restore»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:65:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:996:3: ошибка: слишком много аргументов в вызове функции «instproxy_restore»
/usr/local/include/libimobiledevice/installation_proxy.h:65:19: замечание: declared here
ideviceinstaller.c:1004:3: ошибка: в передаче аргумента 4 «instproxy_remove_archive»: несовместимый тип указателя [-Werror]
/usr/local/include/libimobiledevice/installation_proxy.h:66:19: замечание: expected «instproxy_status_cb_t» but argument is of type «void (*)(const char *, void *, void *)»
ideviceinstaller.c:1004:3: ошибка: слишком много аргументов в вызове функции «instproxy_remove_archive»
/usr/local/include/libimobiledevice/installation_proxy.h:66:19: замечание: declared here
cc1: all warnings being treated as errors
make[2]: *** [ideviceinstaller-ideviceinstaller.o] Ошибка 1
make[2]: Выход из каталога `/home/bullshit/icreature/ideviceinstaller-1.0.1/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/home/bullshit/icreature/ideviceinstaller-1.0.1'
make: *** [all] Ошибка 2
gcc -v
Используются внутренние спецификации.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.6.3/lto-wrapper
Целевая архитектура: i686-redhat-linux
Параметры конфигурации: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux
Модель многопоточности: posix
gcc версия 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC)