Я пытаюсь собрать этот LIB:
https://github.com/BelledonneCommunications/linphone-iphoneLibtool проблема при составлении Liblinphone
Во время генерации я получаю это:
/linphone-iphone/submodules/build/..//externals/speex/libspeex/cb_search.c
libtool: Version mismatch error. This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[4]: *** [cb_search.lo] Error 63
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build-speex] Error 2
make: *** [broadcast_all] Error 2
Хорошо, тогда, (как указано here):
cd ../externals/speex/
autoreconf --force --install
cd cd ../../build && make all
И ... Это повторится!
Что сжимается с libtool?
На самом деле, я не установил некоторые зависимости. Но появляются новые ошибки. – orkenstein