You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/08/08 18:16:54 UTC

Showstopper bug ?

-DMAXIMUM_DNS

fails miserably even to compile.

-=-=-=-=-=-
cc: "util.c", line 827: error 1000: Unexpected symbol: "static".
cc: "util.c", line 827: error 1000: Unexpected symbol: "pool".
cc: "util.c", line 827: error 1000: Unexpected symbol: "struct".
cc: "util.c", line 827: error 1000: Unexpected symbol: "{".
cc: "util.c", line 782: error 1588: "remote_host" undefined.
cc: "util.c", line 782: warning 563: Argument #1 is not the correct type.
cc: "util.c", line 828: error 1588: "x" undefined.
cc: "util.c", line 832: error 1558: The ! operator takes a scalar operand.
cc: "util.c", line 830: error 1588: "p" undefined.
cc: "util.c", line 830: error 1532: Reference through a non-pointer.
cc: "util.c", line 830: warning 563: Argument #1 is not the correct type.
   etc
-=-=-=-=

Two people reported this.  One gave a patch which I'll forward in a
moment.

Also...

> From: Michael Lawley <la...@cs.uq.oz.au>

> Also, there's a bit of casting between pointers and ints which spits out
> warnings on my Alpha for obvious reasons.  After a quick glance at the code
> it looks "safe" to me, but it's still not very nice.
> 
> michael