Update of /cvsroot/monetdb/MonetDB4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23709

Modified Files:
      Tag: MonetDB_4-20
        HowToStart-Win32.txt 
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: HowToStart-Win32.txt
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/HowToStart-Win32.txt,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- HowToStart-Win32.txt        22 Aug 2007 06:21:45 -0000      1.4
+++ HowToStart-Win32.txt        2 Oct 2007 11:52:21 -0000       1.4.2.1
@@ -124,27 +124,27 @@
        Download the Windows binaries in a zip package (i.e. not the
        Windows installer) and the source package of PHP 5 from
        http://www.php.net/.  Unzip the binaries into
-       e.g. ``C:\php-5`` (for PHP-5, the zip file does not contain a
-       top-level directory, so create a new directory,
-       e.g. ``C:\php-5``, and unzip the files there--for PHP-4, the
+       e.g. ``C:\php-524`` (for PHP-5, the zip file does not contain
+       a top-level directory, so create a new directory,
+       e.g. ``C:\php-524``, and unzip the files there--for PHP-4, the
        zip file does contain a top-level directory, so you can unzip
        directly into ``C:\``).  In any case, make sure there are no
        spaces in the path chosen.  Also extract the sources
-       somewhere, e.g. in a directory parallel to MonetDB.  If you
-       don't use ``C:\php-5`` for the binaries or you don't extract
-       the sources into ``php-5.1.4`` in the same directory where
-       MonetDB is extracted, you will have to edit MonetDB's
-       ``NT\rules.msc`` to change the cariables ``PHP_SRCDIR`` and
-       ``PHP_INSTDIR`` to reflect this.  Make sure there are no
-       spaces in these two path names.  Also note that the paths are
-       only used from inside the ``NT\src\mapi\clients\php`` folder,
-       so if they are relative, they have to be relative from there.
-       In order to get MonetDB to compile with these sources, it was
-       necessary to remove the line ``#include "arpa/inet.h"`` from
-       the file ``main\php_network.h``.  When compiling MonetDB, add
-       the flag ``HAVE_PHP=1`` to the ``nmake`` command line.  Note
-       that only PHP versions 5.1.4 and 5.2.1 have been tried
-       recently.
+       somewhere, e.g. inside the directory where you extracted the
+       binaries (so you get e.g. ``C:\php-524\php-5.2.4``).  If you
+       don't use ``C:\php-524`` for the binaries or you don't extract
+       the sources into ``php-5.2.4`` there, you will have to edit
+       MonetDB's ``NT\winrules.msc`` to change the cariables
+       ``PHP_SRCDIR`` and ``PHP_INSTDIR`` to reflect this.  Make sure
+       there are no spaces in these two path names.  Also note that
+       the paths are only used from inside the
+       ``NT\src\mapi\clients\php`` folder, so if they are relative,
+       they have to be relative from there.  In order to get MonetDB
+       to compile with these sources, it was necessary to remove the
+       line ``#include "arpa/inet.h"`` from the file
+       ``main\php_network.h``.  When compiling MonetDB, add the flag
+       ``HAVE_PHP=1`` to the ``nmake`` command line.  Note that only
+       PHP versions 5.1.4 and 5.2.1 have been tried recently.
 
 Java:
        The Java SDK (JDK) can be found at http://java.sun.com/.


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