This is the mail archive of the gdb-patches@sources.redhat.com 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: [COMMIT] Fix compilations problem on sparc-sun-solaris2.9


> Fallout from the recent term.h fix related to Solaris header
> brandamage.  AFAICT "terminal.h" isn't necessary at all in tui-io.c,
> so I removed it.  Let's hope there isn't another braindamages systems
> that needs it.

Do you remember the error that you had without your fix? On our side,
we had a failure on this platform too:

> In file included from gdb_curses.h:38,
>                  from tui/tui-data.h:29,
>                  from tui/tui-io.c:33:
> /usr/include/term.h:1060: field `Ottyb' has incomplete type
> /usr/include/term.h:1061: field `Nttyb' has incomplete type
> make[1]: *** [tui-io.o] Error 1

We had a patch that I was testing on all our native configuration.
It looks like I can dump it, but I wanted to make sure you address
the same problem.

Thanks!
-- 
Joel

Attachment: gdb_curses.diff
Description: Text document


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