This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: makeinfo problem


On Tue, Jun 25, 2002 at 03:16:50PM +0200, Martin Kahlert wrote:
> Hi!
> Am i the only one who gets this (snapshot gcc-20020624):
> $ make do-info
> ....
> make[1]: Entering directory `/sw/local_l/kahlert/OBJ-3.1/gcc'
> cd ../../gcc-20020624/gcc && makeinfo   -I doc -I doc/include -o doc/gcc.info
> doc/gcc.texi
> doc/invoke.texi:8381: Misplaced {.
> doc/invoke.texi:8381: Misplaced }.
> doc/invoke.texi:8382: Misplaced {.
> doc/invoke.texi:8382: Misplaced }.
> doc/invoke.texi:8450: Misplaced {.
> doc/invoke.texi:8450: Misplaced }.
> doc/invoke.texi:8452: Misplaced {.
> doc/invoke.texi:8452: Misplaced }.
> makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to
> preserve.
> make[1]: *** [../../gcc-20020624/gcc/doc/gcc.info] Error 2
> make[1]: Leaving directory `/sw/local_l/kahlert/OBJ-3.1/gcc'
> make: *** [do-info] Error 1
> 
> I have makeinfo 4.0. Is this too old?

Yes, I believe you need 4.1.  Configure turns off info generation by
default if your makeinfo is too old, but not make info.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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