“我有麻烦”;jhbuild-build meta gtk osx核心;

“我有麻烦”;jhbuild-build meta gtk osx核心;,gtk,makefile,mismatch,jhbuild,Gtk,Makefile,Mismatch,Jhbuild,首先我想在我的mac上下载gtk。 所以我尝试这一步。 当我尝试“jhbuild 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

首先我想在我的mac上下载gtk。 所以我尝试这一步。 当我尝试“jhbuild 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

这是我的日志

我在雪豹(10.6)身上遇到了同样的问题,但在山寨狮(10.8)身上却没有, 您必须安装版本2.4.2, 下载归档文件,解压缩,然后使用以下工具进行配置和安装:

./configure --prefix /Users/YourUserName/gtk/inst 
make 
make install
其中
/Users/YourUserName/gtk/inst
必须是安装gtk的文件夹


然后构建您的gtk;)

它确切地告诉你该做什么-有什么问题?