The following reply was made to PR os-irix/2558; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Judith Bush <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: os-irix/2558: compilation failure of http_mail.c in copy_listeners Date: Mon, 6 Jul 1998 21:20:25 -0700 (PDT) On 6 Jul 1998, Judith Bush wrote: > cc -c -I../os/unix -I../include -DIRIX -n32 -DSTATUS > -DUSE_HSREGEX http_main.c > "http_main.c", line 2978: error(1010): "#" not expected here > ap_assert(old_listeners == NULL); > ^ Looks like your c preprocessor is not ANSI standard. If that's the IRIX compiler that you have to buy, then bitch to SGI. If it came with the system there's a good chance it only pretends to be ANSI... in that case use gcc instead. Dean
