aly 发表于 2005-11-9 23:34:45

欣闻eva要支持传文件功能了

就下载编译了一个,debian环境。make错误如下:

evaftprotocols.cpp: In member function `virtual const bool
   EvaFTAgentCreateReply::parseBody(unsigned char*, int)':
evaftprotocols.cpp:85: error: `uint8_t' undeclared (first use this function)
evaftprotocols.cpp:85: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
evaftprotocols.cpp:85: error: syntax error before `)' token
evaftprotocols.cpp:84: warning: unused variable `char t'
evaftprotocols.cpp: In member function `virtual const bool
   EvaFTSynCreateReply::parseBody(unsigned char*, int)':
evaftprotocols.cpp:543: error: syntax error before `)' token
evaftprotocols.cpp:542: warning: unused variable `char t'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src/libeva/libft'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src/libeva'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview'
make: *** 错误 2

aly 发表于 2005-11-9 23:37:38

看起来是类型转换阿,需要什么库支持阿

aly 发表于 2005-11-9 23:49:36

typedef unsigned char         uint8_t;
增加这个就没有错误了
不过还是出现以下错误

evafiledownloader.cpp: In member function `void
   EvaAgentUploader::processCreateReply(EvaFTAgentCreateReply*)':
evafiledownloader.cpp:500: error: jump to case label
evafiledownloader.cpp:492: error:   crosses initialization of `
   EvaFileNotifySessionEvent*event'
evafiledownloader.cpp:507: error: jump to case label
evafiledownloader.cpp:492: error:   crosses initialization of `
   EvaFileNotifySessionEvent*event'
evafiledownloader.cpp:509: error: jump to case label
evafiledownloader.cpp:492: error:   crosses initialization of `
   EvaFileNotifySessionEvent*event'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src/api/filetrans'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src/api'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview/src'
make: *** 错误 1
make: Leaving directory `/aly/down/eva_20051107_preview'

xufan106 发表于 2005-11-10 01:48:59

这个还不能。。现在有个0.3.9的。。srpm 下载后解压编译就可以传了

aly 发表于 2005-11-10 22:43:13

在哪里啊

xufan106 发表于 2005-11-10 22:53:29

http://www.magiclinux.org/people/yunfan/eva_next_preview/

aly 发表于 2005-11-10 22:58:35

这个包debian支持否?

aly 发表于 2005-11-15 12:24:15

我apt-get dist-upgrade 升级后已经编译成功了。
页: [1]
查看完整版本: 欣闻eva要支持传文件功能了