[Monetdb-developers] Error in CVS / sql
Due to a bug in Monet5, I am forced to run a more recent version, compiling the sql cvs module has the following result: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../src/backends/monet5 -I../../.. -I../../../../src/backends/monet5 -I../../include -I../../../../src/backends/monet5/../../include -I../../common -I../../../../src/backends/monet5/../../common -I../../storage -I../../../../src/backends/monet5/../../storage -I../../server -I../../../../src/backends/monet5/../../server -I/opt/cherokee/include/MonetDB5/atoms -I/opt/cherokee/include/MonetDB5/compiler -I/opt/cherokee/include/MonetDB5/kernel -I/opt/cherokee/include/MonetDB5/mal -I/opt/cherokee/include/MonetDB5/optimizer -I/opt/cherokee/include/MonetDB5/scheduler -I/opt/cherokee/include/MonetDB5 -I/opt/cherokee/include/MonetDB -I/opt/cherokee/include/MonetDB/mapilib -I/opt/cherokee/include/MonetDB -I/opt/cherokee/include/MonetDB/common -I/opt/cherokee/include/MonetDB/gdk -DLIBSQL -Wall -Wextra -std=c99 -g -Werror-implicit-function-declaration -Werror -Wpointer-arith -Wdeclaration-after-statement -Wundef -Wp,-D_FORTIFY_SOURCE=2 -c sql_bpm.c -fPIC -DPIC -o .libs/lib_sql_la-sql_bpm.o cc1: warnings being treated as errors ../../../../src/backends/monet5/sql_bpm.mx: In functie ‘send_part’: ../../../../src/backends/monet5/sql_bpm.mx:272: fout: impliciete declaratie van functie ‘RMTfindconn’ ../../../../src/backends/monet5/sql_bpm.mx:272: fout: assignment makes pointer from integer without a cast ../../../../src/backends/monet5/sql_bpm.mx:276: fout: impliciete declaratie van functie ‘RMTinternalput’ ../../../../src/backends/monet5/sql_bpm.mx:276: fout: assignment makes pointer from integer without a cast ../../../../src/backends/monet5/sql_bpm.mx: In functie ‘get_part’: ../../../../src/backends/monet5/sql_bpm.mx:339: fout: assignment makes pointer from integer without a cast ../../../../src/backends/monet5/sql_bpm.mx:343: fout: impliciete declaratie van functie ‘RMTinternalget’ ../../../../src/backends/monet5/sql_bpm.mx:343: fout: assignment makes pointer from integer without a cast make[7]: *** [lib_sql_la-sql_bpm.lo] Fout 1 make[7]: Map '/mnt/dv/skinkie/monetdb/sql/Linux/src/backends/monet5' wordt verlaten make[6]: *** [all] Fout 2
Since: static INLINE str RMTfindconn(connection *ret, str conn) { In MonetDB5/src/modules/mal/remote.mx, shouldn't that be something non static to be exported? I am not familiar yet with the mx format, and I have no clue how it does 'header files'...
On 21-08-2008 12:10:53 +0200, Stefan de Konink wrote:
Since:
static INLINE str RMTfindconn(connection *ret, str conn) {
In MonetDB5/src/modules/mal/remote.mx, shouldn't that be something non static to be exported? I am not familiar yet with the mx format, and I have no clue how it does 'header files'...
it /should/ have been fixed already.
I think mr-meltdown removed all the functions... http://monetdb.cvs.sourceforge.net/monetdb/MonetDB5/src/modules/mal/remote.mx?r1=1.48&r2=1.49 ...but sql_bpm.mx still has them. Stefan
participants (2)
-
Fabian Groffen
-
Stefan de Konink