bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: groff-1.19.1 compilation error on IRIX 5.3


From: Werner LEMBERG
Subject: Re: groff-1.19.1 compilation error on IRIX 5.3
Date: Sun, 16 May 2004 10:12:55 +0200 (CEST)

Thanks for the report.

> compilation breaks with
>
> tmpname.cpp:83: error: `uintmax_t' undeclared (first use this
>                 function)
> [...]
>
> HAVE_INTTYPES_H is not set by configure.

This shouldn't make a difference since the configurure script contains
code to define uintmax_t for this case also.  Something is going
wrong...

Please send me (privately, compressed) the config.log file.

> With 1.19.1 I end up with 
>
> ./om.tmac:519: warning: can't find character with input code 192
> 
>  and then it hands forever, with troff running at full speed.
>
> With 1.19.1 that problem does not occur.
       ^^^^^^
You mean 1.19, right?

> There, on installation I get the following error messages:
>
> /bin/sh: Syntax error at line 1: `;' unexpected

This should be fixed in 1.19.1.

After the problem with letter.ps, please restart the compilation
process which should now continue (since letter.ps exists).  Inspite
of the problems I ask you to install 1.19.1 so that debugging is
easier.

Then find out whether `troff' or `grops' causes the problem, this is,
whether

   troff -mom -Tps letter.mom > letter.tr

or

   grops letter.tr > letter.ps

hangs.  Please start the debugger (e.g. with `gdb --args troff -mom
-Tos letter.mom'), stop the hanging process and send me a backtrace
(`bt full') for further investigation.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]