Sjoerd Mullender wrote: > Shouldn't you compile *before* you check in? The compilation is working in windows. The error is gone, but I will check.
I did not try for linux. Regards, Romulo > > Romulo Goncalves wrote: >> Update of /cvsroot/monetdb/clients/src/mapilib >> In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7913 >> >> Modified Files: >> Mapi.mx >> Log Message: >> Include missing library (sys/timeb) to resolve compilation problems on >> windows. >> >> >> Index: Mapi.mx >> =================================================================== >> RCS file: /cvsroot/monetdb/clients/src/mapilib/Mapi.mx,v >> retrieving revision 1.19 >> retrieving revision 1.20 >> diff -u -d -r1.19 -r1.20 >> --- Mapi.mx 24 Aug 2007 15:18:29 -0000 1.19 >> +++ Mapi.mx 28 Aug 2007 08:50:07 -0000 1.20 >> @@ -701,6 +701,11 @@ >> #include <string.h> >> #include <memory.h> >> >> +/*additional definitions for date and time/* >> +#ifdef HAVE_FTIME >> +#include <sys/timeb.h> >> +#endif >> + >> #if TIME_WITH_SYS_TIME >> # include <sys/time.h> >> # include <time.h> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Monetdb-checkins mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/monetdb-checkins > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Monetdb-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-developers ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
