Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapilib Mapi.mx, , 1.19, 1.20
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
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
#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
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 |
Stefan Manegold wrote:
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? Just the comment was tested. It was a mistake in the comment brackets. I compiled the code, but without the comment and then after to see that It was working I add the comment and I committed. Yes I know it was the wrong procedure. Sorry..
Regards, Romulo
Romulo Goncalves wrote:
Stefan Manegold wrote:
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? Just the comment was tested. Only the comment was not tested. It was a mistake in the comment brackets. I compiled the code, but without the comment and then after to see that It was working I add the comment and I committed. Yes I know it was the wrong procedure. Sorry..
Regards, Romulo
------------------------------------------------------------------------- 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
participants (3)
-
Romulo Goncalves
-
Sjoerd Mullender
-
Stefan Manegold