Shouldn't you compile *before* you check in? 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
#include +/*additional definitions for date and time/* +#ifdef HAVE_FTIME +#include
+#endif + #if TIME_WITH_SYS_TIME # include # include ------------------------------------------------------------------------- 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender