Re: anyone define port types?

2016-06-22 Thread Chris Vine
On Mon, 20 Jun 2016 10:01:57 +0100 Chris Vine wrote: > On Mon, 20 Jun 2016 09:34:26 +0200 > Andy Wingo wrote: > [snip] > > I must not be communicating clearly because this is definitely not > > what I am proposing. The prompt doesn't service anything, and it's > > just the one user-space thread

Re: autoconf macros not working as expected

2016-06-22 Thread Andy Wingo
On Wed 22 Jun 2016 00:31, Josh Datko writes: > I have a C autotools project with guile extensions that I'm trying to > cross-compile, however even when I think I'm disabling building the > extensions (--without-guile), it appears that configure is trying to > check for guile. Then configure fails

Re: nyacc version 0.71.0 released

2016-06-22 Thread Chaos Eternal
and, for FFI purpose, I think just CPP output is enough :) On Wed, Jun 22, 2016 at 2:12 AM Matt Wette wrote: > > > On Jun 21, 2016, at 7:55 AM, Ludovic Courtès wrote: > > Matt Wette skribis: > > > >> nyacc version 0.71.0 is released as beta > >> > >> nyacc is a LALR parser generator written fr