|
发表于 2006-3-14 23:10:44
|
显示全部楼层
ir.c:19: error: static declaration of 'keepGoing' follows non-static declaration
ir.h:53: error: previous declaration of 'keepGoing' was here
ir.c:22: error: static declaration of 'irapp_thread' follows non-static declaration
ir.h:52: error: previous declaration of 'irapp_thread' was here
绝对的源码问题, 把对应行的 static 去掉,一般就行了.
用 mdv 的好处就是安装程序, 不用编译代码, 还能自动解决依赖.
像你编译的东西, d4x, nmap, xmms ,库里不都有吗?
如果你真的热爱编译, 不如学我, 弄个 LFS 玩, 什么都自己编译.
PS, 现在 LFS 玩的差不多了, 有点烦编译了, 准备换回 mdv cooker |
|