Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29993 invoked by uid 1010); 3 Jan 2004 04:50:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29949 invoked from network); 3 Jan 2004 04:50:00 -0000 Received: from unknown (HELO blacksheep.csh.rit.edu) (129.21.60.6) by pb1.pair.com with SMTP; 3 Jan 2004 04:50:00 -0000 Received: from fury.csh.rit.edu (fury.csh.rit.edu [IPv6:2001:470:1f00:135:a00:20ff:fe8d:5399]) by blacksheep.csh.rit.edu (Postfix) with ESMTP id 653A01C3 for ; Fri, 2 Jan 2004 23:50:00 -0500 (EST) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id EE922137F; Fri, 2 Jan 2004 23:49:59 -0500 (EST) Date: Fri, 2 Jan 2004 23:49:59 -0500 To: PHP Internals List Message-ID: <20040103044958.GE23760@csh.rit.edu> Mail-Followup-To: PHP Internals List References: <20040103042347.GA27644@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040103042347.GA27644@panix.com> Subject: Re: [PHP-DEV] win32 build system and VS .NET From: jon@php.net (Jon Parise) On Fri, Jan 02, 2004 at 11:23:47PM -0500, Daniel Convissor wrote: > I obtained a copy of Visual Studio .NET and tried to build PHP 5 from the > current source. Ran into some problems when it came to the configure.js > step. Here are the steps I took... [...] > cvs -d :pserver:cvsread@cvs.php.net:/repository co -d php5\bindlib_w32 > bindlib_w32 cvs -d :pserver:cvsread@cvs.php.net:/repository co bindlib_w32 (e.g. parallel to the php5 directory) > cvs -d :pserver:cvsread@cvs.php.net:/repository co -d php5 php-src cvs -d :pserver:cvsread@cvs.php.net:/repository co php5 The 'php5' module alias will ensure that ZendEngine2 is checked out into the 'Zend' directory. > So, it looks like Visual Studio .NET isn't going to cut it, huh? It works fine for me. I've been using it all day (building on the command line and debugging in the IDE). -- Jon Parise (jon@php.net) :: The PHP Project (http://www.php.net/)