Sorry, the problem was in my cvs update script that didn't detect that bootstrap was needed, Milena
On 14/04/10 12:56, Milena Ivanova wrote: > Fabian, where should MERO_LOG be defined? Is it an env. variable? > A after your last check in, I got > /ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c: In > function ‘main’: > /ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c:452: > error: ‘MERO_LOG’ undeclared (first use in this function) > > Milena > On 14/04/10 11:54, Fabian wrote: > >> Update of /cvsroot/monetdb/sql >> In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv6441 >> >> Modified Files: >> configure.ag >> Log Message: >> Hardwire the default location for the logs in the sources, document them >> appropriately >> >> Index: configure.ag >> =================================================================== >> RCS file: /cvsroot/monetdb/sql/configure.ag,v >> retrieving revision 1.166 >> retrieving revision 1.167 >> diff -u -d -r1.166 -r1.167 >> --- configure.ag 13 Apr 2010 16:39:28 -0000 1.166 >> +++ configure.ag 14 Apr 2010 09:54:16 -0000 1.167 >> @@ -124,6 +124,8 @@ >> AC_CHECK_HEADERS([uuid/uuid.h]) >> AC_SEARCH_LIBS([uuid_generate], [uuid]) >> AC_SUBST([MONETDB5_CONFFILE]) >> +AC_SUBST([MERO_LOG], [$MONETDB5_LOGDIR/merovingian.log]) >> +AC_DEFINE_UNQUOTED([MERO_LOG], ["$MONETDB5_LOGDIR/merovingian.log"], [where >> Merovingian will store its logs by default]) >> >> dnl CFLAGS for our code are stricter than what autoconf can cope with. >> CFLAGS="$CFLAGS \$(X_CFLAGS)" >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Monetdb-sql-checkins mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins >> >> > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Monetdb-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-developers > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
