У меня проблема "jhbuild build meta-gtk-osx-core"
Сначала я хотел скачать GTK на моем Mac. поэтому я попробую этот шаг. http://www.gtk.org/download/macos.php Когда я попробовал "jhbuild build meta-gtk-osx-core", мой Mac поднял ошибку. Помоги мне!!!
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[4]: *** [GdkQuartzView.lo] Error 63
make[4]: *** Waiting for unfinished jobs....
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[4]: *** [gdkapplaunchcontext-quartz.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[4]: *** [gdkcursor-quartz.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[4]: *** [GdkQuartzWindow.lo] Error 63
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[4]: *** [gdkcolor-quartz.lo] Error 63
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Это мой журнал
1 ответ
Я столкнулся с той же проблемой на SnowLeopard (10.6), но не в MountainLion (10.8), вам нужно установить версию 2.4.2, http://www.gnu.org/software/libtool/ скачать архив, распаковать и затем настроить и установить используя:
./configure --prefix /Users/YourUserName/gtk/inst
make
make install
куда /Users/YourUserName/gtk/inst
должна быть папка, в которую вы устанавливаете gtk.
Тогда создай свой GTK;)