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]

Documentation problem: Cannot build gcc 3.1 info files


Hi,

With latest gcc 3.1 CVS, if I go to the gcc directory and
type:
make info

I get:

cd . && makeinfo  -I doc -I doc/include -o doc/cpp.info doc/cpp.texi
cd . && makeinfo  -I doc -I doc/include -o doc/gcc.info doc/gcc.texi
doc/invoke.texi:8379: Misplaced {.
doc/invoke.texi:8379: Misplaced }.
doc/invoke.texi:8380: Misplaced {.
doc/invoke.texi:8380: Misplaced }.
doc/invoke.texi:8448: Misplaced {.
doc/invoke.texi:8448: Misplaced }.
doc/invoke.texi:8450: Misplaced {.
doc/invoke.texi:8450: Misplaced }.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to preserve.

Is this supposed to work?



The version of makeinfo I am using is:
% rpm -q makeinfo
texinfo-4.0-20

% makeinfo --version
makeinfo (GNU texinfo) 4.0
 
Copyright (C) 1999 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@attbi.com


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