herohao 发表于 2004-12-19 14:17:51

在RC1下做amule的rpm包出错,请教

大家帮我看看错在哪里
onlinesig.cpp:304: error: `wxString' does not name a type
make: *** Error 1
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7/src/utils/wxCas
make: *** Error 1
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7/src/utils/wxCas
make: *** Error 1
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7/src/utils'
make: *** Error 1
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7/src'
make: *** Error 2
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7/src'
make: *** Error 1
make: Leaving directory `/usr/src/mBuild/BUILD/aMule-2.0.0rc7'
make: *** Error 2
error: Bad exit status from /var/tmp/rpm-tmp.77023 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.77023 (%build)

lovewilliam 发表于 2004-12-19 14:20:46

呵呵,source的问题,你自己解决得了吗?

herohao 发表于 2004-12-19 14:29:03

我在红旗4.1下就成功了呀

dragonchina 发表于 2004-12-19 15:04:40

两种系统不一样

herohao 发表于 2004-12-19 15:07:18

说明source没有问题呀

ygw_ycf 发表于 2004-12-19 15:13:57

先看看install,然后试试编译安装有没有错误

herohao 发表于 2004-12-19 15:39:23

make的时候出错
onlinesig.cpp:264: error: `wxDateTime' does not name a type
onlinesig.cpp: In member function `void OnLineSig::ResetSessionMaxDL()':
onlinesig.cpp:272: error: `m_sessionMaxDLDate' undeclared (first use this function)
onlinesig.cpp:272: error: `wxDateTime' has not been declared
onlinesig.cpp:272: error: `Now' undeclared (first use this function)
onlinesig.cpp: At global scope:
onlinesig.cpp:286: error: `wxDateTime' does not name a type
onlinesig.cpp: In member function `void OnLineSig::ResetAbsoluteMaxDL()':
onlinesig.cpp:294: error: `m_absoluteMaxDlDate' undeclared (first use this function)
onlinesig.cpp:294: error: `wxDateTime' has not been declared
onlinesig.cpp:294: error: `Now' undeclared (first use this function)
onlinesig.cpp: At global scope:
onlinesig.cpp:304: error: `wxString' d

tingxx 发表于 2004-12-19 15:49:20

是不是你没有安装需要的库文件呀

ygw_ycf 发表于 2004-12-19 18:04:59

SOURCE ERRO

conner 发表于 2004-12-19 21:23:23

你没有装wxPython吧。

herohao 发表于 2004-12-19 23:46:02

你没有装wxPython吧。
装了还是一样的错

KDE 发表于 2004-12-20 02:04:01

amule 主页上有说明,它依赖至少两个库,wxGTK、wxBase 你没有装。
http://www.amule.org/wiki/index.php/Compilation_Installation

herohao 发表于 2004-12-20 10:22:44

谁能给我一个教育网的稳定的代理
每天都要找代理,速度还慢的要死,简直是煎熬。

herohao 发表于 2004-12-20 22:51:25

amule 主页上有说明,它依赖至少两个库,wxGTK、wxBase 你没有装。
http://www.amule.org/wiki/index.php/Compilation_Installation
恩,在spec里定义的也有
不过我把wxGTK、wxBase装上之后还是不行
一样的错误
页: [1]
查看完整版本: 在RC1下做amule的rpm包出错,请教