This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in makeinfo under cygwin
- To: Graham Short <Graham dot Short at tiuk dot ti dot com>, bug-gcc at gnu dot org
- Subject: Re: Bug in makeinfo under cygwin
- From: Tim Prince <tprince at computer dot org>
- Date: Fri, 03 Mar 2000 07:25:55 -0800
- References: <38BFA41A.6F393F29@tiuk.ti.com>
I suppose that this topic is more appropriate for
cygwin@sourceware.cygnus.com .
I have been using the cwilson binary of makeinfo. The major problem with it
is that
it does not recognize .texi files which contain \r line terminations, and
these always
appear when patching, as well as being present in gcc/f/*.texi from the
beginning.
Besides that, the install doesn't appear to work. I think most people are
working
around by simply touching the .info files to avoid trying to build them.
----- Original Message -----
From: "Graham Short" <Graham.Short@tiuk.ti.com>
To: <bug-gcc@gnu.org>
Sent: Friday, March 03, 2000 3:38 AM
Subject: Bug in makeinfo under cygwin
>
> In building gcc-2.95.2 it fell over trying to run makeinfo.
> Further investigation found that makeinfo was not built with
> WIN32 defined. However when I recompiled makeinfo.c with this
> flag set it produced two compiler errors. In the function
> find_and_load there was no variable "n" declared. Secondly
> in the full_pathname routine, the #endif for WIN32 is in the
> wrong place. It needs to be moved to before the } that it
> currently follows.
>
> Regards
> Graham
> --
> .-----------------------------------------------------------.
> | Texas Instruments Ltd mailto:Graham.Short@tiuk.ti.com |
> | 800 Pavilion Drive Phone:+44 (0)1604 66 3410 |
> | Northampton NN4 7YL Fax:+44 (0)1604 66 3456 |
> | ENGLAND |
> `-----------------------------------------------------------'