12 Jul
2009
12 Jul
'09
11:39 a.m.
On 2009-07-12 11:14, Alex Bo. wrote:
Hi,
When building the sql module of MonetDB May2009 SP from CVS on Windows, I get the following compilation errors:
sql_gencode.c .\..\..\..\..\src\backends\monet5\sql_gencode.mx(1027) : error C2065: 'leftjoinR ef' : undeclared identifier .\..\..\..\..\src\backends\monet5\sql_gencode.mx(1027) : warning C4047: 'functio n' : 'char *' differs in levels of indirection from 'int' .\..\..\..\..\src\backends\monet5\sql_gencode.mx(1027) : warning C4024: 'newStmt 2' : different types for formal and actual parameter 3
Please help.
You will need to first update MonetDB5. leftjoinRef is a new function which is defined there and used by sql. -- Sjoerd Mullender