Tag: 自动工具

将Autotools转换为CMake的教程

所以似乎有很多关于Autotools和CMake的主题的书写,但是对于我来说,我似乎无法find一个关于如何将项目从Autotools转换到CMake的好教程。 有人知道吗?

libtool版本不匹配错误

在Ubuntu 10.04上使用kdevelop 3.5构build应用程序时,出现以下错误: libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4 libtool: and run autoconf again. make[2]: *** [wktools4] Error 63 make[2]: Target `all' not remade because of errors. make[1]: *** [all-recursive] […]