This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bug in makeinfo under cygwin
- To: bug-gcc at gnu dot org
- Subject: Bug in makeinfo under cygwin
- From: Graham Short <Graham dot Short at tiuk dot ti dot com>
- Date: Fri, 03 Mar 2000 11:38:02 +0000
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 |
`-----------------------------------------------------------'