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: [hppa] GDB doesn't build with tui


> i386-*-solaris2.9 fails for the same reason.  Here the problem is that
> the header files are broken when _SYCALL32 is defined.  I'm working on
> a solution.

FYI: I think I got the same error on sparc-solaris 2.8:

<<
In file included from /usr/include/sys/termio.h:13,
                 from /usr/include/termio.h:13,
                 from /[...]/gcc-lib/sparc-sun-solaris2.8/3.2.3/include/curses.h:61,
                 from gdb_curses.h:28,
                 from tui/tui-data.h:29,
                 from tui/tui.c:41:
/usr/include/sys/termios.h:381: field `tv' has incomplete type
make[1]: *** [tui.o] Error 1
>>

And termios.h contains:

        #if defined(_SYSCALL32)
        struct ppsclockev32 {
                struct timeval32 tv;
                uint32_t serial;
        };
        #endif /* _SYSCALL32 */


-- 
Joel


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