2013-06-19 2 views
-1

Сначала я хотел скачать gtk на моем mac. , поэтому я пробую этот шаг. http://www.gtk.org/download/macos.php Когда я попробовал «jhbuild build meta-gtk-osx-core», моя ошибка повышения макросов. Помогите мне !!!У меня проблема «jhbuild build meta-gtk-osx-core»

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 

Это мой журнал

+0

Это именно то, что вам нужно делать - в чем проблема? –

ответ

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 в

Затем jhbuild your gtk;)