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

Modified Files:
      Tag: Clients_1-20
        Makefile.ag MapiLib.pm.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: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/perl/Cimpl/Makefile.ag,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -d -r1.4 -r1.4.4.1
--- Makefile.ag 9 May 2007 11:50:55 -0000       1.4
+++ Makefile.ag 2 Oct 2007 11:49:29 -0000       1.4.4.1
@@ -14,8 +14,8 @@
 # Portions created by CWI are Copyright (C) 1997-2007 CWI.
 # All Rights Reserved.
 
-SWIGFLAGS = -I../../mapilib
-INCLUDES = -I../../mapilib $(MONETDB_INCS) $(PERL_INCS)
+SWIGFLAGS = -I../..
+INCLUDES = -I../.. $(MONETDB_INCS) $(PERL_INCS)
 
 # we need this flag to allow for a name that does not start with "lib"
 MapiLib_la_LDFLAGS = -module

Index: MapiLib.pm.i
===================================================================
RCS file: /cvsroot/monetdb/clients/src/perl/Cimpl/MapiLib.pm.i,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -u -d -r1.2 -r1.2.6.1
--- MapiLib.pm.i        3 Jan 2007 12:18:05 -0000       1.2
+++ MapiLib.pm.i        2 Oct 2007 11:49:32 -0000       1.2.6.1
@@ -21,7 +21,7 @@
 %{
 #include "clients_config.h"
 #include <stream.h>
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 %}
 
 // don't care for the guard symbol
@@ -105,4 +105,4 @@
     $1 = IoIFP(sv_2io($input));
 }
 
-%include "Mapi.h"
+%include "mapilib/Mapi.h"


-------------------------------------------------------------------------
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