Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24453 invoked by uid 1010); 14 Jun 2007 15:23:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24438 invoked from network); 14 Jun 2007 15:23:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 15:23:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@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: pierre.php@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:5611] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/91-08628-47D51764 for ; Thu, 14 Jun 2007 11:23:34 -0400 Received: by nz-out-0506.google.com with SMTP id i11so534265nzi for ; Thu, 14 Jun 2007 08:23:30 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sG2tAl1j7MWwhH3vZCA3i16UcI3W/qOpWKzvCZvyVGPcEkdow2QglTUCJQSOaHILzG/izoPNxVYZ1Nu5PjHesDWks4mI5MazJQp7F8AXntrOGa/77QEN0G16NyeEZeAZP37q8XptQft906JwOaw7irQMxH+bwtHV+ELR588rr34= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VUPWV/sP2i5WLNUCE1iC+HNo5H7adEvqQpjjOLNkP2/c2tSFf+wiFsZZggQnu06A3t2MXHhq7279E11PqCDy5RHrYy6D/bORIWuCrXvX0mpF7Lw0uV9zcmTQTNZpGUS9l9SMAENc3GveYTbjhkrORoDD1YRMdkx2qf4IVp/CsKA= Received: by 10.114.190.6 with SMTP id n6mr1968824waf.1181834610283; Thu, 14 Jun 2007 08:23:30 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Thu, 14 Jun 2007 08:23:30 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 17:23:30 +0200 To: "Zoe Slattery" Cc: "Rob Richards" , internals@lists.php.net In-Reply-To: <46715095.9020003@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466FF910.5000401@googlemail.com> <4671307F.8030907@ctindustries.net> <46715095.9020003@googlemail.com> Subject: Re: [PHP-DEV] Building on Windows From: pierre.php@gmail.com (Pierre) Hi Zoe, On 6/14/07, Zoe Slattery wrote: > Hi Rob > > Other than a slew of warnings, it built fine for me the other day with > > VS 2005. What version of the SDK are you using as I wonder if that > > might play a part in it? > Was your VS 2005 the Express Edition (ie the free one)? I downloaded the > platform SDK yesterday at the same time as I got the compiler so I hoped > :-) that they'd work together. The Platform SDK is 2003 SP1 Take a look at Elisabeth's tutorial about using VC Express to compile php (and php-gtk), there is a couple if important info in there: http://elizabethmariesmith.com/2006/11/15/how-to-compile-php52-and-php-gtk2-on-windows-using-visual-c-express/ I hope it will help :) --Pierre