You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Hyde <bh...@pobox.com> on 1998/09/17 14:25:41 UTC

[BUILD] rlim_t now undefined ULTRIX

New:

LOG Build: apache-1.3 mips th unix active 1200 Thu Sep 17 05:32:01 EDT 1998
LOG: uname -a:ULTRIX th 4.1 0 RISC
...
gcc -c  -I../os/unix -I../include   -DULTRIX -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' http_core.c
http_core.c: In function `set_rlimit':
http_core.c:2029: `rlim_t' undeclared (first use this function)
http_core.c:2029: (Each undeclared identifier is reported only once
http_core.c:2029: for each function it appears in.)
http_core.c:2029: parse error before `cur'
http_core.c:2043: `cur' undeclared (first use this function)
http_core.c:2056: `max' undeclared (first use this function)
*** Error code 1

 - ben

Re: [BUILD] rlim_t now undefined ULTRIX

Posted by Ben Hyde <bh...@pobox.com>.
Jim Jagielski writes:
>Does it find resource.h ?
Yes - ben

 % gcc -E -c  -I../os/unix -I../include   -DULTRIX -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' http_core.c > ~/junk/foo
 % egrep '^# 1 .*(resou|ap_conf)' ~/junk/foo
 # 1 "../include/ap_config.h" 1
 # 1 "../include/ap_config_auto.h" 1
 # 1 "../include/ap_config.h" 1
 # 1 "/usr/local/lib/gcc-lib/mips-dec-ultrix4.1/2.7.2/include/sys/resource.h" 1 
 # 1 "/usr/local/lib/gcc-lib/mips-dec-ultrix4.1/2.7.2/include/sys/resource.h" 1 3

>Ben Hyde wrote:
>> New:
>> 
>> LOG Build: apache-1.3 mips th unix active 1200 Thu Sep 17 05:32:01 EDT 1998
>> LOG: uname -a:ULTRIX th 4.1 0 RISC
>> ...
>> gcc -c  -I../os/unix -I../include   -DULTRIX -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' http_core.c
>> http_core.c: In function `set_rlimit':
>> http_core.c:2029: `rlim_t' undeclared (first use this function)
>> http_core.c:2029: (Each undeclared identifier is reported only once
>> http_core.c:2029: for each function it appears in.)
>> http_core.c:2029: parse error before `cur'
>> http_core.c:2043: `cur' undeclared (first use this function)
>> http_core.c:2056: `max' undeclared (first use this function)
>> *** Error code 1
>> 
>>  - ben
>> 
>
>
>-- 
>===========================================================================
>   Jim Jagielski   |||   jim@jaguNET.com   |||   http://www.jaguNET.com/
>            "That's no ordinary rabbit... that's the most foul,
>            cruel and bad-tempered rodent you ever laid eyes on"
>