QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: loverf

suse10安装eva39不成功

[复制链接]
发表于 2006-1-2 16:02:02 | 显示全部楼层
你不会是64位的suse吧
试试这个:./configure --with-qt-dir=/usr/lib/qt3 --with-qt-includes=/usr/lib/qt3/include --with-qt-libs=/usr/lib/qt3/lib64 --enable-libsuffix=64 --prefix=`kde-config --prefix`
回复

使用道具 举报

发表于 2006-1-2 17:00:47 | 显示全部楼层
[quote:8aa500d9a5="loverf"]checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
---------------
这回qt没问题了,不过又出现这个路径不对的问题。真不知道什么是kde headers。我再去更新一下吧。[/quote]

估计是 kdelibs-devel 没装(里面是kde 基本类的头文件), 可能  
回复

使用道具 举报

 楼主| 发表于 2006-1-2 18:24:14 | 显示全部楼层
唉!罢了。
谢谢各位,不过,肯定不是软件的问题,是我的系统的问题。
有时间我再试试。
回复

使用道具 举报

 楼主| 发表于 2006-1-3 13:50:56 | 显示全部楼层
config.pl: fast created 18 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

spc@linux:~/eva>
------------------
哦,终于可以了。
如yunfan所说,我又安了lib们后,才好了。
谢谢!
回复

使用道具 举报

 楼主| 发表于 2006-1-3 13:56:57 | 显示全部楼层
usr/lib/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor
/usr/lib/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor               
----------------------
另外,请问如上这些,会导致哪些功能不可用。
回复

使用道具 举报

 楼主| 发表于 2006-1-3 14:05:04 | 显示全部楼层
再一个,给yunfan提个小建议,是关于readme的
1. enter eva directory, input
   ./configure --prefix=`kde-config --prefix`
2. then type,
   make
   and press enter
3. when making finished, input
   make install
4. now, eva should be installed into your system. you can
   open a console and type eva to run it.
------------
第三条,应该这样写比较好一些
3. when making finished, type
   su
   then input
   make install
回复

使用道具 举报

发表于 2006-1-3 18:57:34 | 显示全部楼层
那些提示, 应该没事, 不影响功能的。 是Qt 本身的报警而已。

多谢你的“su”补充啊, 我会加上, :)
回复

使用道具 举报

发表于 2006-1-3 20:37:53 | 显示全部楼层
那晕翻把64位suse的./configure也加上吧。所有用64位suse的同志会感激你的
回复

使用道具 举报

发表于 2006-1-4 17:32:35 | 显示全部楼层
我也是suse10.0
安装频繁出现如下类型(省略号中间的那行,只是kstdguiitem.h不同)的错误:
zjsuse:/home/zjtest/soft/eva-0.3.1 # make
......
/opt/kde3/include/kstdguiitem.h:173: warning: `visibility' attribute does not apply to types
......
collect2: ld returned 1 exit status
make[3]: *** [eva] 错误 1
make[3]: Leaving directory `/home/zjtest/soft/eva-0.3.1/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/zjtest/soft/eva-0.3.1/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/zjtest/soft/eva-0.3.1'
make: *** [all] 错误 2
zjsuse:/home/zjtest/soft/eva-0.3.1 #     

0.3.1,0.3.2,0.3.9源码都是类似错误。

----------
sesu10.0才装不久,另外安装了gcc3.4和mplayer,没装其他大型软件。
回复

使用道具 举报

发表于 2006-1-5 19:55:51 | 显示全部楼层
我的SuSE10就编过去了,不知道为什么...
回复

使用道具 举报

 楼主| 发表于 2006-1-6 13:54:10 | 显示全部楼层
因为你装的全,我没装那么多东西。
回复

使用道具 举报

发表于 2006-1-7 23:35:39 | 显示全部楼层
这是我的yast中软件包的安装情况,除了自动更新,我什么都没装
编EVA一点问题也没有。
我这个人也是喜欢装的越少越好,如果老兄要是没装kde开发,那可就费劲了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2006-1-8 18:04:07 | 显示全部楼层
http://linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=4025
回复

使用道具 举报

 楼主| 发表于 2006-1-9 08:39:47 | 显示全部楼层
[quote:c9c5167bca="pangdae"]这是我的yast中软件包的安装情况,除了自动更新,我什么都没装
编EVA一点问题也没有。
我这个人也是喜欢装的越少越好,如果老兄要是没装kde开发,那可就费劲了[/quote]
我一开始没装kde开发。
回复

使用道具 举报

发表于 2006-1-9 17:52:02 | 显示全部楼层
晕....
因为EVA不是纯QT的程序,所以要编译只能装KDE开发,省事
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 06:25 , Processed in 0.067266 second(s), 13 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表