On Wed, Jan 24, 2007 at 08:06:28AM +0100, Niels Nes wrote: > On Wed, Jan 24, 2007 at 07:51:21AM +0100, Stefan Manegold wrote: > > Niels, > > > > just for info: > > > > though testing Stable starts at 0:09, cvs update for MonetDB5 started only > > after 0:12; hence, your below checkins *just* made it into last night's > > testing. > unfortunately, because of my configure/mel changes the testing wasn't all > that usefull last night. But stable m5 looks still relatively clean.
I just fixed the configure/mel issue. however, also SQL/5 does not compile: gcc -m64 -DHAVE_CONFIG_H -I. -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5 -I../../.. -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5 -I../../include -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../include -I../../common -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../common -I../../storage -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../storage -I../../server -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/../../server -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB/include/MonetDB -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB/include/MonetDB/common -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-asse rt.PREFIX./MONETDB/include/MonetDB/gdk -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./CLIENTS/include/MonetDB -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./CLIENTS/include/MonetDB/mapilib -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/atoms -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/compiler -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/kernel -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/mal -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.G NU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/optimizer -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5/scheduler -I/ufs/manegold/_/scratch0/Monet/Testing/Stable/.GNU.64.64.d.--disable-optimize_--enable-debug_--enable-assert.PREFIX./MONETDB5/include/MonetDB5 -DLIBSQL -std=c99 -g -c sql.c -fPIC -DPIC -o .libs/lib_sql_la-sql.o /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx: In function 'str_2_sqlblob': /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: 'TYPE_sqlblob' undeclared (first use in this function) /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: (Each undeclared identifier is reported only once /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1763: error: for each function it appears in.) /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx: In function 'SQLsqlblob_2_str': /ufs/manegold/_/scratch0/Monet/Testing/Stable/sql/src/backends/monet5/sql.mx:1784: warning: implicit declaration of function 'sqlblob_tostr' make[7]: *** [lib_sql_la-sql.lo] Error 1 most probably because MonetDB5/src/modules/atoms/blob.mx does not define/export TYPE_sqlblob --- I (we?) will miss those days when MEL took care of such nasty details ... ;-) Stefan > Niels -- | Dr. Stefan Manegold | mailto:[EMAIL PROTECTED] | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 | ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
