You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ed Korthof <ed...@organic.com> on 1997/01/26 01:03:33 UTC

Latest 1.2b5 snapshot: Compilation problem on IRIX 5.3

uname : IRIX fully 5.3 11091812 IP22

Problem:

gcc -c -Iregex  -O2 -DSOLARIS2   alloc.c
In file included from conf.h:562,
                 from alloc.c:61:
/usr/local/lib/gcc-lib/mips-sgi-irix5.3/2.7.2/include/unistd.h:271: parse error
before `MAX_STRING_LEN'
make: *** [alloc.o] Error 1

I don't have time to look at it much now, but will try later today.  It might
have to do with my configuration, since someone else reported no difficulties
w/ IRIX 5.3...

Compiles fine on Solaris,
uname : SunOS eat 5.5 Generic sun4m sparc SUNW,SPARCstation-20

Haven't tried to test whether or not it runs correctly yet.

-- 
     -- Ed Korthof        |  Web Server Engineer --
     -- ed@organic.com    |  Organic Online, Inc --
     -- (415) 278-5676    |  Fax: (415) 284-6891 --

Re: Latest 1.2b5 snapshot: Compilation problem on IRIX 5.3

Posted by Ed Korthof <ed...@organic.com>.
On Jan 25,  5:06pm, Marc Slemko wrote:
> Errm... there certainly is a problem if it is trying to compile with
> -DSOLARIS2.  I hope you just forgot to run configure again.  Looks like
> the getwd() define problem, but shouldn't happen on IRIX unless things are
> messed up...

Ah, yeah, that would be the problem.  <blush>  With that fixed, compiles
cleanly and appears to run alright, with a short test.

-- 
     -- Ed Korthof        |  Web Server Engineer --
     -- ed@organic.com    |  Organic Online, Inc --
     -- (415) 278-5676    |  Fax: (415) 284-6891 --

Re: Latest 1.2b5 snapshot: Compilation problem on IRIX 5.3

Posted by Marc Slemko <ma...@znep.com>.
On Sat, 25 Jan 1997, Ed Korthof wrote:

> uname : IRIX fully 5.3 11091812 IP22
> 
> Problem:
> 
> gcc -c -Iregex  -O2 -DSOLARIS2   alloc.c
> In file included from conf.h:562,
>                  from alloc.c:61:
> /usr/local/lib/gcc-lib/mips-sgi-irix5.3/2.7.2/include/unistd.h:271: parse error
> before `MAX_STRING_LEN'
> make: *** [alloc.o] Error 1
> 
> I don't have time to look at it much now, but will try later today.  It might
> have to do with my configuration, since someone else reported no difficulties
> w/ IRIX 5.3...

Errm... there certainly is a problem if it is trying to compile with
-DSOLARIS2.  I hope you just forgot to run configure again.  Looks like
the getwd() define problem, but shouldn't happen on IRIX unless things are
messed up...

> 
> Compiles fine on Solaris,
> uname : SunOS eat 5.5 Generic sun4m sparc SUNW,SPARCstation-20
> 
> Haven't tried to test whether or not it runs correctly yet.
> 
> -- 
>      -- Ed Korthof        |  Web Server Engineer --
>      -- ed@organic.com    |  Organic Online, Inc --
>      -- (415) 278-5676    |  Fax: (415) 284-6891 --
>