On Tue, Aug 28, 2007 at 11:02:34AM +0200, Romulo Goncalves wrote:
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.
are you sure you indeed successfully compiled the code (on Windows) *exactly* as you checked it in? Stefan
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
#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
------------------------------------------------------------------------
------------------------------------------------------------------------- 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 Monetdb-developers@lists.sourceforge.net 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 Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | 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 |