From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18796 invoked by alias); 23 Feb 2004 23:26:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18787 invoked from network); 23 Feb 2004 23:26:54 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 23 Feb 2004 23:26:54 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3396C47D62; Mon, 23 Feb 2004 15:26:53 -0800 (PST) Date: Mon, 23 Feb 2004 23:26:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [hppa] GDB doesn't build with tui Message-ID: <20040223232653.GK1273@gnat.com> References: <20040223200513.GF1273@gnat.com> <200402232114.i1NLEBnH000310@elgar.kettenis.dyndns.org> <20040223212705.GG1273@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040223212705.GG1273@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00666.txt.bz2 > 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