`
晨星★~雨泪
  • 浏览: 446951 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

configure的问题

阅读更多
./configure的问题

错误: C compiler cannot create executables
原因:
解决:sudo apt-get gcc libc6-dev

错误:checking for C compiler default output... configure: error: C compiler cannot create executables
原因:
解决:sudo apt-get install libc6-dev

错误:configure: error: C++ preprocessor "/lib/cpp" fails sanity check
原因:gcc的组件没装全
解决:apt-get install build-essential新文件

错误: 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'.
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a

错误:./admin/cvs.sh: 585: autoconf: not found
原因:
解决:apt-get install autoconf

错误: *** GTK >= 2.4.0 not installed! ***
原因:没装GTK
解决:apt-get build-dep gedit

错误:heching for gtk-config... no
checking for GTK - version = 1.2.0... no
*** The gtk-config script 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?
原因:
解决:sudo apt-get install libgtk1.2-dev

问题:eclipse中encoding不支持中文
解决:编辑/var/lib/locales/supported.d/local,加一行zh_CN.GBK GBK,执行sudo locale-gen

错误:gnome.h: No such file or directory

错误: No package 'libpanelapplet-2.0' found
原因:
解决:sudo apt-get install gnome-panel

问题:eva不弹出输入法
解决:sudo apt-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
解决:sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev

问题:No package 'libpanelapplet-2.0' found
解决:sudo apt-get install libpanelappletmm-2.6-dev
分享到:
评论
2 楼 wwwxjjj 2008-06-02  
my QQ:8542467
1 楼 wwwxjjj 2008-06-02  

http://wxjsblog.bokee.com/viewdiary.14890933.html

what should i do that my blog can be searh by baidu

相关推荐

    vim-configure.tar.gz_vim_vim_configure

    "vim-configure.tar.gz_vim_vim_configure" 是一个包含了 Vim 配置文件的压缩包,旨在帮助用户优化 Vim 的使用体验,提供自动提示、补全功能以及代码高亮等特性。 在 Vim 中配置这些功能,可以使编辑效率大幅提升。...

    MyEclipse,在项目上右键,没有发现Configure菜单问题解决方案

    在myeclipse中,在项目上右键Configure->Convert to Maven Project,但是现在使用的是MyEclipse,在项目上右键,没有发现Configure菜单

    lidmodbus3.14(解决configure.js错误)

    在libmodbus 3.14版本中,开发团队针对用户反馈的"configure.js错误"问题进行了修复,显著提升了软件的稳定性和兼容性。 首先,我们来看一下这个关键修复的核心部分。在旧版本中,configure.js文件在执行时可能会...

    faac-1.28解决没有configure文件的问题

    faac-1.28官网上下载的文件有好几种压缩方式,有几种没有configure从而导致没法编译,里面增加了readme.txt文件轻松编译

    Qt5 configure参数说明文档

    这不仅可以帮助用户更好地控制安装目录结构,还允许用户在不同的开发环境之间进行切换而不必担心路径问题。在实际使用中,了解这些参数是非常必要的,它们能帮助开发者更高效地使用Qt5框架,适应各种不同的开发需求...

    Linux的Configure参数解释

    - **功能**:`configure`脚本会在系统上检测某些特性和潜在问题(或称为bug)。为了提高后续配置的速度,这些检测结果会被保存在一个缓存文件中。在配置大型、结构复杂的源代码树时,一个有效的缓存文件能极大地...

    linux configure 软件发布介绍

    配置脚本`configure`是这个过程中的关键组件,它负责检查目标系统的特性,生成适当的Makefile以适应不同的环境。本文将深入讲解`configure`及其相关工具在Linux软件发布的角色。 `configure`脚本是基于Autoconf工具...

    configure.和Makefile.之间的关系

    - **`autoscan`**: 通过扫描源代码来识别常见的可移植性问题,生成 `configure.scan` 文件作为 `configure.ac` 的基础。 - **`aclocal`**: 根据已安装的宏、用户定义的宏和 `acinclude.m4` 文件中的宏来生成 `...

    制作有lib库的Configure

    制作有lib库的Configure是一项涉及自动化构建工具如Automake、Autoconf等的复杂过程,主要用于在不同平台上构建软件。此过程不仅包括了源代码的管理,还包括了库的创建、应用的编写以及最终构建脚本的自动生成。下面...

    linux下configure命令详细介绍

    5. `--version`: 输出生成`configure`脚本的`Autoconf`版本,这对于确认兼容性和问题排查很有用。 6. `--prefix=PREFIX`: 这是最常用的选项,用于指定软件安装的根目录,包括所有的可执行文件、库文件等。 7. `--...

    虚拟串口软件安装包Configure Virtual Serial Port Driver

    虚拟串口软件安装包Configure Virtual Serial Port Driver

    configure file

    在IT行业中,配置文件(configure file)是软件安装或系统设置过程中的重要组成部分。...因此,深入学习配置文件的原理、使用方法及其在不同场景下的应用,将极大地提升我们的工作效率和问题解决能力。

    Qt configure参数解释

    QT configure参数解释 编译Qt源码必备的教程

    关于configure配置开源makefile得详细介绍

    详细介绍了configure得各个选项得意思,和使用得方法。同时在config.log里面可以详细看到configure得错误,做对应得修改

    The GNU Configure and Build System

    开发者需要编写特定的文件,如configure.ac或configure.in(autoconf的配置模板),以及Makefile.am(automake的宏文件),系统会根据这些文件自动生成其他文件,如configure脚本、Makefile.in模板以及最终的...

    configure

    configure

    【 调试助手 】串口虚拟工具(Configure Virtual Serial Port Driver v7.2)

    《串口虚拟工具详解——Configure Virtual Serial Port Driver v7.2》 在IT行业中,调试是软件开发过程中不可或缺的一部分,而串口通信作为经典的数据传输方式,在嵌入式系统、工业控制等领域广泛应用。针对这样的...

    vim ide configure

    vim ide configure vim ide configurevim ide configure

Global site tag (gtag.js) - Google Analytics