error:Please check whether you installed aRts correctly or use

编译kdelibs-3.5.10.tar.gz

checking whether uic supports -L ... yes

checking whether uic supports -nounload ... yes

checking if Qt needs -ljpeg... no

checking for rpath... yes

checking for KDE... will be installed in /usr/local/kdelibs3
checking grepping for visibility push/pop in headers... yes

checking whether g++ supports -fvisibility=hidden... yes

checking if Qt is patched for -fvisibility... no

checking for KDE paths... defaults

checking for dcopidl... compiled

checking for dcopidl2cpp... compiled

checking for mcopidl... not found

configure: error: The important program mcopidl was not found!

Please check whether you installed aRts correctly or use

--without-arts to compile without aRts support (this will remove functionality).

解决办法是在./configure的时候在后边加上--without-arts

[[email protected] kdelibs-3.5.10]# ./configure --prefix=/usr/local/kdelibs3 --without-arts

时间: 2024-11-05 19:01:57

error:Please check whether you installed aRts correctly or use的相关文章

'Check Android SDK'has encountered a problem.An internal error during:"Check Android SDK".

在android项目下的layout目录下创建一个xml文件finish之后,报此错误.虽然点ok之后,不影响使用. 解决方案: 1.把project菜单下的build automatically前面的勾重新打上就行. 'Check Android SDK'has encountered a problem.An internal error during:"Check Android SDK".

Unparsed aapt error(s)! Check the console for output解决方法

在Eclipse平台进行Android 应用开发时,编辑,修改或增删 res/下资源文件时有时会遇到如下错误提示:“Unparsed  aapt error(s)! Check the console for  output", 方法1:删除gen目录下的R.java,然后build project. 方法2: 点  Project--------->clean.. 注意:我只试了方法2,而且成功解决问题!

关于wifi的HW hdr error:len/check错误解决方法

在调试博通wifi出现下图所示的错误,找了好久才知道是哪里的问题,具体的错误如下: 解决的方法是,找到内核中的配置CONFIG_MMC_DW_IDMAC,把它注释掉即可.

Magento Connector: Error: Please check for sufficient write file permissions

请确保下面的文件是可写的: /path/to/your/magento-install/path/to/your/magento-install/downloader/path/to/your/magento-install/downloader/config.ini/path/to/your/magento-install/downloader/pearlib/config.ini/path/to/your/magento-install/downloader/pearlib/pear.ini

解决:yum安装软件包Transaction Check Error错误

解决:yum安装软件包Transaction Check Error错误 yum(YellowdogUpdater,Modified)是软件包管理工具,就不多说了.错误产生的环境:OS:CentOS release 6.5 (Final)uname -r:2.6.32-431.el6.x86_64 在yum安装gnaglia时遇到的,具体错误如下: Transaction Check Error: Transaction Check Error:   file /usr/lib64/gangli

cocoapods的安装 遇到 Error installing pods:activesupport requires Ruby version >=2.2.2

1.打开终端 2 移除现有 Ruby 默认源 输入以下指令 $gem sources --remove https://rubygems.org/ 3.使用新的源 输入以下指令 $gem sources -a https://ruby.taobao.org/ 4.验证新源是否替换成功 输入以下指令 $gem sources -l 5.安装 CocoaPods $sudo gem install cocoa pods //–––––––––––那么问题来了——没遇到的自动跳过———————————

ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], []

 今天建库的时候忽然报错ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], [] 梗是让我无语,没办法只好检查参数配置,按照文档一步步检查,最后检查了下profile文件的配置  [[email protected]_01 db_1]# more /home/oracle/.bash_profile  # .bash_profile # Get the aliases a

安装编译qemu-kvm报错Make sure to have the zlib libs and headers installed.

[[email protected] qemu-kvm.git]# ./configure Error: zlib check failed Make sure to have the zlib libs and headers installed. 解决上面报错需要安装zlib相关的软件 [[email protected] qemu-kvm.git]# yum install zlib* 安装完上面软件后继续出现下面报错 [[email protected] qemu-kvm.git]# .

SVN Error: “' 'x' isn't in the same repository as 'y' ” during merge (并不在同一个版本库中)

在使用svn merge命令报错 英文版本:SVN Error: “' 'x' isn't in the same repository as 'y' ” during merge 中文版本报错:并不在同一个版本库中 如果你使用的是中文版本,那你就悲剧了,跟我一样,Google.百度都搜不到答案 不过现在不用担心,我费劲九牛二虎之力找到答案了,非常恶心的一个小问题: Questions: I get the error svn: 'x' isn't in the same repository