Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88857 invoked by uid 1010); 14 Jul 2004 05:03:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88784 invoked from network); 14 Jul 2004 05:03:20 -0000 Received: from unknown (HELO caraveo.com) (216.232.148.83) by pb1.pair.com with SMTP; 14 Jul 2004 05:03:20 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by caraveo.com (Postfix) with ESMTP id D39749F703 for ; Tue, 13 Jul 2004 22:03:17 -0700 (PDT) Message-ID: <40F4BE95.8060902@caraveo.com> Date: Tue, 13 Jul 2004 22:03:17 -0700 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: php5 release source tar no compile on win32 From: shane@caraveo.com (Shane Caraveo) seems sqlite.w32.h did not get updated when sqlite was last updated, so you cannot build a clean php5 on win32. The culprit is the SQLITE_NOTADB define. hacking it in at least lets me build...this is on a newly installed xp pro box, where I have only compiled 4.3.x so far. Shane