Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36276 invoked by uid 1010); 7 Apr 2007 22:40:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36261 invoked from network); 7 Apr 2007 22:40:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2007 22:40:10 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.135.15.120 cause and error) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 82.135.15.120 ppp-82-135-15-120.dynamic.mnet-online.de Received: from [82.135.15.120] ([82.135.15.120:53556] helo=johannes.nop) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/80-30399-7CD18164 for ; Sat, 07 Apr 2007 18:40:09 -0400 Received: from johannes.nop (localhost [127.0.0.1]) by johannes.nop (8.13.8/8.13.8) with ESMTP id l37Me2Jw007738; Sun, 8 Apr 2007 00:40:03 +0200 Received: (from johannes@localhost) by johannes.nop (8.13.8/8.13.8/Submit) id l37Me2BM007737; Sun, 8 Apr 2007 00:40:02 +0200 X-Authentication-Warning: johannes.nop: johannes set sender to johannes@php.net using -f To: RQuadling@GoogleMail.com Cc: Igor Golubev , internals@lists.php.net In-Reply-To: <10845a340704071516p76e2f90ck688336865025b270@mail.gmail.com> References: <70ae5a910704071322k7d86fb7cl767b08fefa2a3f69@mail.gmail.com> <10845a340704071516p76e2f90ck688336865025b270@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 08 Apr 2007 00:40:00 +0200 Message-ID: <1175985600.4169.783.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-1.fc6) Subject: Re: [PHP-DEV] Build failed on Windows From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Sat, 2007-04-07 at 23:16 +0100, Richard Quadling wrote: > Also a clear understanding of exactly what MS compiler must be used. > Will the free MS VC++ 2005 Express Edition be suitable? Quoting the documentation: | Since PHP 5 the free Microsoft .NET toolchain is also supported (you | need to install Windows Platform SDK, Visual C++ Toolkit and .NET | Framework SDK). I think the express Edition includes these so it should work. Last problems I heared where that the free stuff didn'T include nmake.exe but I think meanwhile nmake.exe is available with the free stuff, too but I never looked into that free stuff. If you just want to test patches and stuff and are not interested in running a *nix system (at least inside some kind of virtual machine/vmware/colinux like manner) you can still use cygwin for building PHP. To the original poster: Do you really need PHP 4? - The build system introduced with PHP 5 make life way simpler - and PHP 4 is from the stone-age... johannes