This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: Error "no termcap library found" when building gdb 6.6 for powerpc target




Supriya Sriraman said the following on 2/16/2007 5:21 PM:
I got the past the "termcap library not found" issue! FINALLY!

The error message was misleading. I needed to build and install ncurses.

Once I did that I got past that problem. (I know I got past that
problem because I see a lot more files in my gdb directory -
previously I would see only config.log and another file, and the error
about the missing termcap library would be in the config.log file)

Now, I am facing the problem another problem:

In file included from ../../gdb-6.6/gdb/tui/tui-command.c:28:
../../gdb-6.6/gdb/tui/tui-data.h:40: parse error before `WINDOW'
../../gdb-6.6/gdb/tui/tui-data.h:40: warning: no semicolon at end of
struct or union
../../gdb-6.6/gdb/tui/tui-data.h:52: parse error before `}'
../../gdb-6.6/gdb/tui/tui-data.h:228: field `data_window' has incomplete type
....
....

Its not finding ncurses.h. Try to do a fresh build.

--
Khem Raj <kraj@mvista.com>
MontaVista Software Inc.


-- For unsubscribe information see http://sourceware.org/lists.html#faq


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