Arne Glenstrup <[EMAIL PROTECTED]> writes: 
> 
> Hi,
> 
> 
> Still, when trying to run `gmake boot' on our HPUX system, 
> with $RAWCPP
> set to `gcc -E -' I get these errors concerning file
> ghc/compile/HsVersions.h:
> 
> HsVersions.h:98: `#' operator is not followed by a macro argument name
> HsVersions.h:99: `#' operator is not followed by a macro argument name
> HsVersions.h:114: `#' operator is not followed by a macro 
> argument name
> HsVersions.h:151: `#' operator is not followed by a macro 
> argument name
> HsVersions.h:151: `#' operator is not followed by a macro 
> argument name
> 
> It seems that these lines are distinguished by being 
> parameterised macro
> definitions with a hash mark in their expansion. Any ideas?
>       

Don't use 'gcc -E', but invoke CPP directly. Why aren't you using
the setting of RAWCPP that the configure script came up with?
Did it get it wrong?

--Sigbjorn

Reply via email to