[MonetDB-users] sql module of May2009 SP doesn't compile on windows
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. -- View this message in context: http://www.nabble.com/sql-module-of-May2009-SP-doesn%27t-compile-on-windows-... Sent from the monetdb-users mailing list archive at Nabble.com.
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
MonetDB5 is updated. It was built successfully from the SP. Sjoerd Mullender-2 wrote:
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
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/sql-module-of-May2009-SP-doesn%27t-compile-on-windows-... Sent from the monetdb-users mailing list archive at Nabble.com.
OK, it works now. I downloaded the source files from CVS on the day of their release. I updated again, and now it works. Thanks. Sjoerd Mullender-2 wrote:
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
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/sql-module-of-May2009-SP-doesn%27t-compile-on-windows-... Sent from the monetdb-users mailing list archive at Nabble.com.
On 2009-07-12 15:29, Alex Bo. wrote:
OK, it works now. I downloaded the source files from CVS on the day of their release. I updated again, and now it works.
To get the exact release, you can use the May2009_2 tag in CVS.
Thanks.
Sjoerd Mullender-2 wrote:
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
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
So which one is the official stable branch for the May SP - 'May2009' or 'May2009_2'? And how come 'May2009_2' isn't documented in the download page? Sjoerd Mullender-2 wrote:
On 2009-07-12 15:29, Alex Bo. wrote:
OK, it works now. I downloaded the source files from CVS on the day of their release. I updated again, and now it works.
To get the exact release, you can use the May2009_2 tag in CVS.
Thanks.
Sjoerd Mullender-2 wrote:
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
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/sql-module-of-May2009-SP-doesn%27t-compile-on-windows-... Sent from the monetdb-users mailing list archive at Nabble.com.
On 2009-07-12 16:09, Alex Bo. wrote:
So which one is the official stable branch for the May SP - 'May2009' or 'May2009_2'?
May2009 is the branch, May2009_2 is a particular revision on that branch that corresponds with the SP1 release. There is also May2009_0 which corresponds with the May2009 release, and there will be a May2009_4 which will correspond with the May2009-SP2 release.
And how come 'May2009_2' isn't documented in the download page?
Never occurred to us that somebody would need this.
Sjoerd Mullender-2 wrote:
On 2009-07-12 15:29, Alex Bo. wrote:
OK, it works now. I downloaded the source files from CVS on the day of their release. I updated again, and now it works. To get the exact release, you can use the May2009_2 tag in CVS.
Thanks.
Sjoerd Mullender-2 wrote:
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
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
participants (2)
-
Alex Bo.
-
Sjoerd Mullender