标题: aix433上编译apache带来的郁闷 [打印本页] 作者: vincentzj 时间: 2003-01-17 16:30 标题: aix433上编译apache带来的郁闷 我用gcc321或者gcc295和gnu的make3.08编译apache2.0.43,结果出现一下的错误
In file included from /usr/include/sys/pri.h:29,
from /usr/include/sys/sched.h:38,
from /usr/include/sched.h:52,
from /usr/include/pthread.h:43,
from ../../include/apr_portable.h:90,
from dir.c:57:
/usr/include/sys/proc.h:203: parse error before `crid_t'
/usr/include/sys/proc.h:203: warning: no semicolon at end of struct or union
/usr/include/sys/proc.h:212: parse error before `p_class'
/usr/include/sys/proc.h:212: warning: data definition has no type or storage class
/usr/include/sys/proc.h:355: parse error before `}'
make[4]: *** [dir.lo] Error 1
make[4]: Leaving directory `/zoujian/installation/apache_inst/httpd-2.0.43/srclib/apr/file_io/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/zoujian/installation/apache_inst/httpd-2.0.43/srclib/apr/file_io/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/zoujian/installation/apache_inst/httpd-2.0.43/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/zoujian/installation/apache_inst/httpd-2.0.43/srclib'
make: *** [all-recursive] Error 1