Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28710 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95795 invoked by uid 1010); 7 Apr 2007 20:22:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95779 invoked from network); 7 Apr 2007 20:22:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2007 20:22:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=ooptimum@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ooptimum@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.236 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ooptimum@gmail.com X-Host-Fingerprint: 64.233.162.236 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.236] ([64.233.162.236:49583] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/3D-07255-37DF7164 for ; Sat, 07 Apr 2007 16:22:11 -0400 Received: by nz-out-0506.google.com with SMTP id k1so784813nzf for ; Sat, 07 Apr 2007 13:22:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FzjCeppkUsIoDe6MkBXiSplLkbm43qwn56YKdd9HR9+Z+CaMvAGCvEnEb6j0oU1Yg4iBIGIEQVzx1IyL4KgGwaBvEWEmdlwhrBHCRjhv6Rb3XU64yeqlDX2l0rCRW14Egl+Y936Av1BMvwfoQxpU/Y7nCVBaEOryAy41RzHBpAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FKPkcT2zEf8ray2n8fjxLO0CEf6+2MNnfqF2Iz4WIJFjr+FsWeh8vFWUjPsPqJuNsgrAnHT/hHyy2dg065Du20AWcoMz8J/JYw5eIJjCNRcJ+9dVkYiGR6m7aC2rAhPgNH9lI9+cVxXFRZnaXRcqjKBhFwd9mMe4O7Ncz4rpa54= Received: by 10.114.171.1 with SMTP id t1mr316287wae.1175977328567; Sat, 07 Apr 2007 13:22:08 -0700 (PDT) Received: by 10.114.14.16 with HTTP; Sat, 7 Apr 2007 13:22:08 -0700 (PDT) Message-ID: <70ae5a910704071322k7d86fb7cl767b08fefa2a3f69@mail.gmail.com> Date: Sun, 8 Apr 2007 01:22:08 +0500 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Build failed on Windows From: ooptimum@gmail.com ("Igor Golubev") Hello, I spent the whole day trying to build PHP 4.4.x on Windows from source. I have read through the documentation (http://www.php.net/manual/ru/install.windows.building.php) and did everything in accordance to it. I tried to build PHP 4.4.6, 4.4.0 and the latest snapshot with MSVS6 SP6 and MSVS2005 SP1, all with no success. The problem is that the projects in the win32 subfolder don't match the actual code. For example, both php4dll.dsp and php4dllts.dsp in the latest releases refer to absent files in ext\pcre. Moreover, all these VS-projects weren't updated for ages. I managed to fix the projects, but then I received some other errors during compilation, which aren't related to my fixes. The more I fixed them, the more I got in return. I've given up. After all the headaches, I've decided to ask here. Could someone here give me some advice on how to build PHP 4 on Windows from the source? PS. I wonder how all these windows releases had been built, as it seems impossible to achieve this with the prepackaged project files? With regards, Igor