On Mon, Oct 26, 2009 at 04:49:49PM +0000, Henning Rode wrote: > Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc > In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28326 > > Modified Files: > tjc_milprint.c > Log Message: > try to fix compilation problem
In case you refer to this compilation problem http://monetdb.cwi.nl/testing/projects/monetdb/Candidate/pathfinder/.GNU.64.64.d.1-SunOS5.11..2009.10.26_06-43-27/make.out.html http://www.ins.cwi.nl/~monet/permastore/2009-10-26/Candidate/make-pathfinder-GNU.64.64.d.1-SunOS5.11.errors.html#l482 please note that this problem occurs with Candidate testing, i.e., (also) in the Nov2009 release candidate branch, not (only) in the development trunk, where your checkin went ... Stefan > > Index: tjc_milprint.c > =================================================================== > RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v > retrieving revision 1.21 > retrieving revision 1.22 > diff -u -d -r1.21 -r1.22 > --- tjc_milprint.c 25 Sep 2009 07:22:33 -0000 1.21 > +++ tjc_milprint.c 26 Oct 2009 16:49:47 -0000 1.22 > @@ -306,11 +306,11 @@ > // for old index management > if (tjc_c->maxfrag < 0) { > TJCPRINTF(MILOUT,"ftindex := ftiName;\n"); > - TJCPRINTF(MILOUT,&tjc_c->milfragBUFF[0]); > + TJCPRINTF(MILOUT,"%s", &tjc_c->milfragBUFF[0]); > } > for (c = 0; c <= tjc_c->maxfrag; c++) { > TJCPRINTF(MILOUT,"ftindex := ftiName + \"%d\";\n", c); > - TJCPRINTF(MILOUT,&tjc_c->milfragBUFF[0]); > + TJCPRINTF(MILOUT,"%s", &tjc_c->milfragBUFF[0]); > milprint_end_frag (tjc_c, tree, c); > } > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Monetdb-pf-checkins mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins > -- | 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 | ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
