Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Stefan Manegold
Hi Teggy, Hi Manuel, thanks for the clarification! In that case, Sjoerd's suggestion of copying the definition of SSZFMT (and possibly more if required) seems to be the best solution. Stefan On Mon, Sep 10, 2007 at 10:56:15PM +0200, Torsten Grust wrote: > Hi Stefan, > > thanks for your feedbac

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Torsten Grust
Hi Stefan, thanks for your feedback. 'xmlshred' — or what it will soon become, rather — will be primarily used in a context where Pathfinder will generate SQL code only. Such setups consist of modules 'buildtools' and 'pathfinder' only, no 'MonetDB'. Cheers, --Teggy On 9/10/07, Stefan Mane

Re: [Monetdb-developers] conf.bash still used?

2007-09-10 Thread Romulo Goncalves
Marcin Zukowski wrote: > Hi, > I'm using it in my automagic-compilation scripts, so I would apprecitate if > it > stayed. If not, is there something similar as a replacement? I need something > that prepares configure_* call based on env variables. > m. > I never used it. When I want to configu

Re: [Monetdb-developers] conf.bash still used?

2007-09-10 Thread Marcin Zukowski
Hi, I'm using it in my automagic-compilation scripts, so I would apprecitate if it stayed. If not, is there something similar as a replacement? I need something that prepares configure_* call based on env variables. m. Stefan Manegold wrote: > Hi, > > I'm about to remove */conf/conf.bash, the s

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/tools merovingian.mx, , 1.46, 1.47

2007-09-10 Thread Martin Kersten
Fabian wrote: > Update of /cvsroot/monetdb/MonetDB5/src/tools > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3294 > > Modified Files: > merovingian.mx > Log Message: > Again, Merovingian is not the one to create directories, monetdb does > that. as reported. it doesn't

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Stefan Manegold
On Mon, Sep 10, 2007 at 01:25:54PM +0200, Manuel Mayr wrote: > Thx for the suggestion, > I see SSZFMT to be defined in monet_utils.h. > Is it possible to use SSZFMT without creating a dependency to monet? Since xmlshred is in the pathfinder tree (which inherently depends on MonetDB), and as long

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Sjoerd Mullender
It took a while for your mail to get here... On 2007-09-10 13:25, Manuel Mayr wrote: > Thx for the suggestion, > I see SSZFMT to be defined in monet_utils.h. > Is it possible to use SSZFMT without creating a dependency to monet? You could do what we've done ourselves: make a copy of the definiti

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/testing difflib.c, , 1.46, 1.47

2007-09-10 Thread Stefan Manegold
On Mon, Sep 10, 2007 at 09:50:19AM +0200, Fabian Groffen wrote: > On 09-09-2007 11:36:26 +, Stefan Manegold wrote: > > Update of /cvsroot/monetdb/MonetDB/src/testing > > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4669 > > > > Modified Files: > > difflib.c > > Log Message: > >

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Manuel Mayr
Thx for the suggestion, I see SSZFMT to be defined in monet_utils.h. Is it possible to use SSZFMT without creating a dependency to monet? Best regards, Manuel Sjoerd Mullender wrote: > When printing a value of type size_t, use SZFMT. When printing a value > of type ssize_t, use SSZFMT. The

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/tools merovingian.mx, , 1.46, 1.47

2007-09-10 Thread Martin Kersten
That creates a deadlock. monetdb can not work without the mero and mero needs the dbfarm. Try testing your system without a dbfarm and var/log Fabian wrote: > Update of /cvsroot/monetdb/MonetDB5/src/tools > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3294 > > Modified Files: > m

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.1, 1.2

2007-09-10 Thread Manuel Mayr
Hi Stefan, thank you for noting that and for your suggestions. Actually this is only an afternoon hack started by Jens and extended by myself. It was never meant to be published. Currently I'm busy to clean the code and until I've done that, I try to fix the compiler errors I get by the Testweb. B

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/src/sqlhelpers/xmlshred xmlshred.c, , 1.2, 1.3

2007-09-10 Thread Sjoerd Mullender
When printing a value of type size_t, use SZFMT. When printing a value of type ssize_t, use SSZFMT. The format needed to print these values varies from system to system, so that difference is hidden in a macro. Manuel Mayr wrote: > Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred >

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/testing difflib.c, , 1.46, 1.47

2007-09-10 Thread Fabian Groffen
On 09-09-2007 11:36:26 +, Stefan Manegold wrote: > Update of /cvsroot/monetdb/MonetDB/src/testing > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4669 > > Modified Files: > difflib.c > Log Message: > > no need to call "touch" via "system()" to create an empty file; > "fclose(f