Re: [fossil-users] New regexp OpenBSD build error

2013-01-05 Thread Baptiste Daroussin
2013/1/2 Stephan Beal sgb...@googlemail.com: On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2013/1/2 James Turner ja...@calminferno.net: ... in.mx = nIn=0 ? nIn : strlen(zIn); ... pRe-sIn.mx = strlen(pRe-sIn.z); those are fixed now, too.

Re: [fossil-users] New regexp OpenBSD build error

2013-01-05 Thread James Turner
On Sat, Jan 05, 2013 at 08:03:49PM +0100, Baptiste Daroussin wrote: 2013/1/2 Stephan Beal sgb...@googlemail.com: On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2013/1/2 James Turner ja...@calminferno.net: ... in.mx = nIn=0 ? nIn : strlen(zIn);

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: ... For the test, I run configure --json --markdown If you think it is worth fixing those, I can provide a patch, next week (I'll be off the rest of the week) Hiho, Thank you, i'll take care of the

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 11:34 AM, Stephan Beal sgb...@googlemail.com wrote: Thank you, i'll take care of the JSON warnings this week (possibly today - i'm alone at the office). FYI: those and the re_execute() fixes have been committed. Thanks for the heads up. -- - stephan beal

Re: [fossil-users] New regexp OpenBSD build error

2013-01-02 Thread Stephan Beal
On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2013/1/2 James Turner ja...@calminferno.net: ... in.mx = nIn=0 ? nIn : strlen(zIn); ... pRe-sIn.mx = strlen(pRe-sIn.z); those are fixed now, too. Thanks again for the report.

[fossil-users] New regexp OpenBSD build error

2013-01-01 Thread James Turner
On OpenBSD re_exec is already defined in unistd.h causing the latest trunk to fail to build. In file included from ./src/diff.c:22: bld/diff.h:287: error: conflicting types for 're_exec' /usr/include/unistd.h:478: error: previous declaration of 're_exec' was here *** Error 1 in

Re: [fossil-users] New regexp OpenBSD build error

2013-01-01 Thread Baptiste Daroussin
2013/1/2 James Turner ja...@calminferno.net: On OpenBSD re_exec is already defined in unistd.h causing the latest trunk to fail to build. In file included from ./src/diff.c:22: bld/diff.h:287: error: conflicting types for 're_exec' /usr/include/unistd.h:478: error: previous declaration of