This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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                                                   |
`-----------------------------------------------------------'

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]