错误: Can't find X includes. Please check your installation and add the correct paths! 原因:没有X的包含文件 解决:安装xlibs-dev即可
错误: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation! 原因:查找提供qt的lib&&headers的软件包,并安装之 解决:apt-get install libqt3-headers libqt3-mt-dev
错误:in the prefix, you've chosen, are no KDE headers installed. This will fail. So, check this please and use another prefix! 原因:install a KDE application in a Gnome environment。 解决:which basically means its going to want to install a lot of KDE specific packages to work. This 'configure:error' is due to it expecting you to be running KDE and again refers to some 'headers'. sudoapt-get update sudoapt-get install kdelibs4-dev kdelibs4c2a
错误:./admin/cvs.sh: 585: autoconf: not found 原因: 解决:apt-get install autoconf
错误:heching for gtk-config... no checking for GTK - version = 1.2.0... no *** The gtk-config installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG enviroment variable to the *** full path to gtk-config. configure: error: Cannot find GTK: Is gtk-config in path? 原因: 解决:sudoapt-get install libgtk1.2-dev
错误: No package 'libpanelapplet-2.0' found 原因: 解决:sudoapt-get install gnome-panel
问题:eva不弹出输入法 解决:sudoapt-get install scim-qtimm
问题:No package 'gtk+-2.0' found No package 'gtksourceview-1.0' found No package 'libgnomeui-2.0' found No package 'libglade-2.0' found No package 'libgnomeprintui-2.2' found 解决:sudoapt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev
问题:No package 'libpanelapplet-2.0' found 解决:sudoapt-get install libpanelappletmm-2.6-dev
问题:The msgfmt command is required to build libpurple. If it is installed on your system, ensure that it is in your path. If it is not, install GNU gettext to continue.
If you have msgfmt installed, but for some reason this error message is still displayed, you have encountered what appears to be a bug in third-party configure macros. Try setting the MSGFMT environment variable to the absolute path to your msgfmt binary and trying configure again, like this:
问题:You must have the GLib 2.0 development headers installed to build. 解决:sudo apt-get install libglib2.0-dev
问题:You must have the GTK+ 2.0 development headers installed to compile Pidgin. If you only want to build Finch then specify --disable-gtkui when running configure. 解决: sudo apt-get install libgtk2.0-dev
问题: You must have libxml2 >= 2.6.0 development headers installed to build. 解决:sudo apt-get install libxml2-dev