This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Make install got some error with gdb.texinfo


> From: Hui Zhu <teawater@gmail.com>
> Date: Wed, 1 Dec 2010 10:33:08 +0800
> Cc: Eli Zaretskii <eliz@gnu.org>
> 
> make[4]: Entering directory `/home/teawater/gdb/cvs/ba/gdb'
> make[5]: Entering directory `/home/teawater/gdb/cvs/ba/gdb/doc'
> makeinfo --split-size=5000000 --split-size=5000000
> @READLINE_TEXI_INCFLAG@ -I ../../../src/gdb/doc/../mi -I
> ../../../src/gdb/doc \
> 		-o gdb.info ../../../src/gdb/doc/gdb.texinfo
> @READLINE_TEXI_INCFLAG@: No such file or directory
> ../../../src/gdb/doc/gdb.texinfo:30499: @include `rluser.texi': No
> such file or directory.
> ../../../src/gdb/doc/gdb.texinfo:30499: @include `inc-hist.texinfo':
> No such file or directory.

Something's wrong with your configure step.  @READLINE_TEXI_INCFLAG
was supposed to be edited by the configure script either to an empty
string or to a suitable -I switch.  Please make sure you are sync'ed
with the repository, and if so, show the relevant parts of config.log.


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