Re: [Exim] compile exim4.12 dies on TRU64

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Nico Erfurth
Data:  
Para: kemnitz
CC: exim-users
Assunto: Re: [Exim] compile exim4.12 dies on TRU64
Dr.-Ing. Hans Kemnitz wrote:
> Hallo,
>
> The compilation of exim 4.12 on a DEC 3000/300
> plattform with TRU64 (v4.0G) and DEC c compiler
> dies with messages as:
>
> cc: Warning: exim.h, line 146: # not in column 1
>       is ignored, skipping to end of line
>       #ifdef HAVE_SYS_STATVFS_H

>
> and so on and so on and...
>
> Yes, it is true, if you look inside exim.h.
> The statements, beginng with a # start in
> Column 2, 3 etc. Stupid DEC c Compiler ?
> Any ideas ? gcc needed ?


Stupid compiler, if possible use gcc, or try this

perl -pi -e 's/^\s+(#.*)/$1/' *.h *.c */*.h */*.c

from the exim sourcedir

Nico