On Mon, Sep 29, 2014 at 03:15:54PM +0200, Christian Hesse wrote: > Dimitris Papastamos <s...@2f30.org> on Mon, 2014/09/29 14:12: > > On Mon, Sep 29, 2014 at 03:07:36PM +0200, Christian Hesse wrote: > > > For me compilation fails with: > > > > > > expr.c:30:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > > > before ‘void’ > > > __dead void error(void); > > > ^ > > > > > > Macro __dead is not defined on my system. This should fix it. > > > > Thanks for reporting this, I had only tested on my BSD system. > > > > I'd rather completely remove __dead. I'd like sbase to not use > > any crazy compiler extensions. > > Thanks, git master compiles again. > > Install fails, though. expr.1 does not yet exist.
Pushed the manpage, should fix it.