On 04-05-2011 15:45:47 +0300, Michael Sioutis wrote:
OK, gmake moved a bit further untill: ../../../clients/mapilib/mapi.c:2240: error: storage size of 'vec' isn't known
I think struct iovec is not properly defined for OpenBSD. I did: #include
in mapi.c and mal_mapi.mx file and it was solved. The header file is this: http://fxr.watson.org/fxr/source/sys/uio.h?v=OPENBSD
Ok, this sounds like a missing include. Would you mind filing a bug for this issue? It's trivial to fix, but we shouldn't forget this one.
NOW I have this problem: ../../../sql/server/sql_parser.y:81: syntax error %pure_parser ^ At first I thought it was a typo because of the underscore (_) and I changed to %pure-parser as stated here: http://invisible-island.net/byacc/manpage/yacc.html
Please try using GNU bison. I have little to no expertise on various dialects here. If it's easy to fix, we'll do, otherwise we should request bison I think.
How should I proceed even further? I'm thinking of bison, but perhaps you know of an easy fix.