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]

Gcc mainline failed to build with texinfo 4.6


Ater this patch

2004-07-05  Joseph S. Myers  <jsm@polyomino.org.uk>

        * sourcebuild.texi (Config Fragments): Use @comma{} in
        cross-reference to section title.

with texinfo 4.6, I got

if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --no-split -I
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc \
                -I /net/gnu/export/gnu/src/gcc/gcc/gcc/doc/include -o
doc/gccint.info /net/gnu/export/gnu/src/gcc/gcc/gcc/doc/gccint.texi; \
fi
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Unknown command
`comma'.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Misplaced {.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Misplaced }.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Unknown command
`comma'.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Misplaced {.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/sourcebuild.texi:215: Misplaced }.
makeinfo: Removing output file `doc/gccint.info' due to errors; use --force to
preserve.
make[4]: *** [doc/gccint.info] Error 1


H.J.


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