On 20. jan.. 2009, at 07.31, Gustavo Baratto wrote:
I think if statement that checks version in mysql.h (in configure.ac) was backwards:
I believe its okay.
Also, I'm getting this when I run make:
no -b src/net/URL.re > src/net/URL.c /bin/sh: line 1: no: not found
I think this is because of RE2C in configure.ac. Is RE2C a requirement?
Yes, re2c is required when building from svn [1]. Re2c is a small embedded scanner we use to translate URL.re to URL.c. It can be downloaded from http://re2c.org/
[1] In the dist of libzdb its not required since we include URL.c, but when building from svn its required.