- 主题:[求救]smth安装make后出现如下错误
我的系统是RH9.0,smth源代码是cvs到的.
apache和PHP,mysql已经提示正确安装.
configure无错误提示,make后提示如下错误:
.....
[Compiling filter.c]
[Compiling mgrep.c]
[Compiling default.c]
default.c: In function `ModeType':
default.c:355: `MSG' undeclared (first use in this function)
default.c:355: (Each undeclared identifier is reported only once
default.c:355: for each function it appears in.)
make[2]: *** [default.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
------------------------
请问大虾们,我该怎么办呢?
//bow
--
修改:whyes FROM 211.157.101.*
FROM 211.157.101.*
god
前面一大串没记下来:(
【 在 Gavin (心灰意冷的猫) 的大作中提到: 】
: 再前面的信息呢?
: 最重要的丢掉了……
--
FROM 211.157.101.*
我的确完全安装的RH9.0
而且还额外装了apache和php
【 在 xiongxw (毕不了业,咋办了?) 的大作中提到: 】
: 我还是觉得如果你用的是linux的华,安装的时候选择完全安装,就不会出现找不到什么东西了.
: god
: 前面一大串没记下来:(
--
FROM 211.157.101.*
是阿,我只有一个分区,不过7G
【 在 xiongxw (毕不了业,咋办了?) 的大作中提到: 】
: 完全安装的时候用了4g多
: 我的确完全安装的RH9.0
: 而且还额外装了apache和php
--
FROM 211.157.101.*
提示内容:
......
[Compiling libann.c]
[Compiling filter.c]
[Compiling mgrep.c]
[Compiling default.c]
default.c: In function `ModeType':
default.c:355: `MSG' undeclared (first use in this function)
default.c:355: (Each undeclared identifier is reported only once
default.c:355: for each function it appears in.)
make[2]: *** [default.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--------
这样子够了吗?
隐约好像提示msg没有定义什么的.
请大虾继续指教,谢谢!
【 在 Gavin (心灰意冷的猫) 的大作中提到: 】
: 再前面的信息呢?
: 最重要的丢掉了……
--
FROM 211.157.101.*
改过了,要不然更惨,php都通不过
【 在 foxle (fox) 的大作中提到: 】
: 他可能刚刚修改了
: 你自己要不安他说的改一下?
: 你用 contrib/build-RH9.sh命令试一试
: ...................
--
FROM 202.114.130.*
谢谢ygdg,今天晚了,明天试试
【 在 ygdg (无悔) 的大作中提到: 】
: 果然是php的问题。
: 那剩下的你就自己改一下了
: case MSG:改成case MSGING:
: ...................
--
FROM 202.114.130.*