Re: [dev] structural regular expression support for vis

2016-03-28 Thread Marc André Tanner
On Mon, Mar 28, 2016 at 06:46:40PM +0100, Connor Lane Smith wrote: > On 27 March 2016 at 17:10, Marc André Tanner wrote: > > You could also try `make local` which might or might not work ... > > It didn't. Anyway, today I unfortunately found myself with nowt but a > Mac, though I did manage to ge

Re: [dev] structural regular expression support for vis

2016-03-28 Thread Connor Lane Smith
On 28 March 2016 at 18:47, Connor Lane Smith wrote: > On 28 March 2016 at 18:46, Connor Lane Smith wrote: >> Diff attached, if you're interested. > > For real this time. I also just discovered that it does manage to compile without those changes if you run ./configure first. Sorry for the noise,

Re: [dev] structural regular expression support for vis

2016-03-28 Thread Connor Lane Smith
On 28 March 2016 at 18:46, Connor Lane Smith wrote: > Diff attached, if you're interested. For real this time. diff --git a/Makefile b/Makefile index 97adf0d..7b7d4cb 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ CONFIG_LUA ?= 1 CONFIG_ACL ?= 0 CONFIG_SELINUX ?= 0 -CFLAGS_STD ?= -std

Re: [dev] structural regular expression support for vis

2016-03-28 Thread Connor Lane Smith
On 27 March 2016 at 17:10, Marc André Tanner wrote: > You could also try `make local` which might or might not work ... It didn't. Anyway, today I unfortunately found myself with nowt but a Mac, though I did manage to get vis to compile. I had to make a couple of changes to get it to work. Diff a