On Mon, 27 Feb 2012 22:18:52 +1300 Michael Cree <[email protected]> wrote: > Source: libexplain > Version: 0.51.D001-1
> I ran a test build where I had commented out the Alpha specific code in > libexplain/ac/fcntl.h so it would use the standard code that every other > architecture uses and the compilation passed that point and went on for I have removed that special casing for alpha in my recent QA upload. > a lot further until it failed with: > libexplain/iocontrol/tiocgetp.c:31:5: error: invalid application of > 'sizeof' to incomplete type 'struct sgttyb' > > That is due to use of the TIOCGETP macro. It appears that <termios.h> > only declares 'struct sgttyb' but does not define it so the sizeof > operator on struct sgttyb fails. Struct sgttyb is defined in: > > /usr/include/alpha-linux-gnu/asm/termios.h Whatever. If someone provides a patch that makes libexplain work on alpha, we can include it. Andreas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

