QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

楼主: yunfan

Eva 0.3.9 公开测试

[复制链接]
发表于 2005-11-21 10:48:03 | 显示全部楼层
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/libeva/libft -I/usr/lib/qt-3.3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -c -o evacachedfile.lo `test -f 'evacachedfile.cpp' || echo './'`evacachedfile.cpp
evacachedfile.cpp: In member function `const bool
   EvaCachedFile::isFileCorrect()':
evacachedfile.cpp:335: `uint8_t' undeclared (first use this function)
evacachedfile.cpp:335: (Each undeclared identifier is reported only once for
   each function it appears in.)
evacachedfile.cpp:335: syntax error before `)' token
evacachedfile.cpp:334: warning: unused variable `char t'
evacachedfile.cpp:343: syntax error before `)' token
evacachedfile.cpp:342: warning: unused variable `char t'
make[4]: *** [evacachedfile.lo] Error 1
make[4]: Leaving directory `/root/downloads/eva/src/api/filetrans'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/downloads/eva/src/api'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/downloads/eva/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/downloads/eva'
make: *** [all] Error 2


编译错误
回复

使用道具 举报

发表于 2005-11-21 11:03:39 | 显示全部楼层
已经编译成功了,谢谢啦
回复

使用道具 举报

发表于 2005-11-21 19:50:52 | 显示全部楼层
yunfan,反馈一下,使用“外挂”后的EVA非常稳定。不知问题有没有发现,还需要测试的话说一声。
回复

使用道具 举报

 楼主| 发表于 2005-11-21 20:03:40 | 显示全部楼层
[quote:a0a3dc3edf="三翻领"]yunfan,反馈一下,使用“外挂”后的EVA非常稳定。不知问题有没有发现,还需要测试的话说一声。[/quote]

"外挂“  

等过一阵, 找你测试64位, 正式版彻底解决64位的问题。
:)
回复

使用道具 举报

发表于 2005-11-21 20:08:55 | 显示全部楼层
我也编译成功了,还不错!
回复

使用道具 举报

发表于 2005-11-21 21:33:24 | 显示全部楼层
[quote:dd4e41a719="yunfan"][quote:dd4e41a719="三翻领"]yunfan,反馈一下,使用“外挂”后的EVA非常稳定。不知问题有没有发现,还需要测试的话说一声。[/quote]

"外挂“  

等过一阵, 找你测试64位, 正式版彻底解决64位的问题。
:)[/quote]
:good
回复

使用道具 举报

发表于 2005-11-22 11:50:13 | 显示全部楼层
我在RHEL4 UPDATE 1下编辑成功,但界面是英文的,编译过程是:
./config --prefix=/usr/local
make
make install

我的locale:
[hades@Redhat ~]$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[hades@Redhat ~]$

请问如何弃置编译参数才能让界面显示变成中文
的呀,谢谢了

:D  :D
回复

使用道具 举报

 楼主| 发表于 2005-11-22 12:19:25 | 显示全部楼层
改你的locale为 zh_CN.GB18030 或者 zh_CN.GBK
回复

使用道具 举报

发表于 2005-11-22 12:52:05 | 显示全部楼层
[quote:8307fb3ed2="yunfan"]改你的locale为 zh_CN.GB18030 或者 zh_CN.GBK[/quote]

这样的话还是算了,因为在~/.bashrc 里已加入:
export LANG=zh_CN.UTF-8
export LC_TYPE="zh_CN.GB18030:zh_CN.GB2312:zh_CN.GBK:zh_CN"

而gaim都能正磢的显示中文的,lumaqq也能正常显示中文呢,不知eva是不是也可以有一个语言选择项或是可以根据用户的设置来显示不同的语言呢。

:D
回复

使用道具 举报

发表于 2005-11-23 11:47:39 | 显示全部楼层
LC_TYPE?
or LC_CTYPE?
回复

使用道具 举报

发表于 2005-11-25 14:32:41 | 显示全部楼层
evachatuibase.cpp: In constructor `EvaChatUIBase::EvaChatUIBase(QWidget*, const
   char*, unsigned int)':
evachatuibase.cpp:62: `BesideIcon' is not a member of type `QToolButton'
make[3]: *** [evachatuibase.lo] Error 1
make[3]: Leaving directory `/home/wendy/soft/eva/src/ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wendy/soft/eva/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wendy/soft/eva'
make: *** [all] Error 2
有错误啊  不知道是咋回事请高手指教
回复

使用道具 举报

 楼主| 发表于 2005-11-25 18:11:10 | 显示全部楼层
[quote:066eb2232d="aini_88"]evachatuibase.cpp: In constructor `EvaChatUIBase::EvaChatUIBase(QWidget*, const
   char*, unsigned int)':
evachatuibase.cpp:62: `BesideIcon' is not a member of type `QToolButton'
make[3]: *** [evachatuibase.lo] Error 1
make[3]: Leaving directory `/home/wendy/soft/eva/src/ui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/wendy/soft/eva/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wendy/soft/eva'
make: *** [all] Error 2
有错误啊  不知道是咋回事请高手指教[/quote]

Qt 版本太低 :(
回复

使用道具 举报

发表于 2005-11-25 19:16:05 | 显示全部楼层
eva 0.3.9在 SUSE 10 编译通过。
本人是最菜的菜鸟,目前还没有能力发现BUG。
回复

使用道具 举报

发表于 2005-11-29 08:06:35 | 显示全部楼层
> Qt 版本太低

configure shall make sure necessary Qt and KDE libs are installed while checking system
回复

使用道具 举报

发表于 2005-11-29 15:10:53 | 显示全部楼层
记得kdevelop的工程设置中好像有一个指定Qt版本的选项吧。我没有用过kdevelop,但翻译的时候见到过    
回复

使用道具 举报

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

本版积分规则

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

© 2021 Powered by Discuz! X3.5.

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