Update of /cvsroot/monetdb/clients/src/python/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19497/src/python/Cimpl

Modified Files:
      Tag: Clients_1-20
        Makefile.ag MapiLib.py.i 
Log Message:
Include mapilib/Mapi.h and mapi/mapi.h exclusively.  This should fix
all problems with including the wrong file on case-insensitive file
systems.

Added support for PCRE on Windows.

Upgraded to PHP-5.2.4.

Define ssize_t in *config.h on Windows so that it is always avaliable.

Make pipe() available on Windows.


Index: MapiLib.py.i
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/Cimpl/MapiLib.py.i,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -u -d -r1.2 -r1.2.6.1
--- MapiLib.py.i        3 Jan 2007 12:18:22 -0000       1.2
+++ MapiLib.py.i        2 Oct 2007 11:49:46 -0000       1.2.6.1
@@ -19,7 +19,7 @@
 %include "exception.i"
 
 %{
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 %}
 
 // don't care for the guard symbol
@@ -131,4 +131,4 @@
        }
 }
 
-%include "Mapi.h"
+%include "mapilib/Mapi.h"

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/Cimpl/Makefile.ag,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- Makefile.ag 11 Sep 2007 11:11:40 -0000      1.5
+++ Makefile.ag 2 Oct 2007 11:49:43 -0000       1.5.2.1
@@ -16,8 +16,8 @@
 
 MTSAFE
 
-SWIGFLAGS = -I../../mapilib
-INCLUDES = -I../../mapilib $(MONETDB_INCS) $(PYTHON_INCS)
+SWIGFLAGS = -I../..
+INCLUDES = -I../.. $(MONETDB_INCS) $(PYTHON_INCS)
 
 # with gcc we could use these
 #X_CFLAGS = -Wno-unused-parameter -Wno-unused-function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to