Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41336 invoked by uid 1010); 3 Jan 2004 22:16:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41231 invoked from network); 3 Jan 2004 22:16:38 -0000 Received: from unknown (HELO blacksheep.csh.rit.edu) (129.21.60.6) by pb1.pair.com with SMTP; 3 Jan 2004 22:16:38 -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 B01BE358 for ; Sat, 3 Jan 2004 17:16:38 -0500 (EST) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id 963DC1370; Sat, 3 Jan 2004 17:16:38 -0500 (EST) Date: Sat, 3 Jan 2004 17:16:38 -0500 To: PHP Internals List Message-ID: <20040103221637.GC1942@csh.rit.edu> Mail-Followup-To: PHP Internals List References: <20040103042347.GA27644@panix.com> <20040103051319.64464.qmail@web13204.mail.yahoo.com> <20040103052015.39355.qmail@web13203.mail.yahoo.com> <20040103044958.GE23760@csh.rit.edu> <20040103051319.64464.qmail@web13204.mail.yahoo.com> <20040103042347.GA27644@panix.com> <20040103044958.GE23760@csh.rit.edu> <20040103172019.GA25410@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040103172019.GA25410@panix.com> Subject: Re: [PHP-DEV] win32 build system and VS .NET From: jon@php.net (Jon Parise) On Sat, Jan 03, 2004 at 12:20:19PM -0500, Daniel Convissor wrote: > > > 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) > > Hmm... Then what's the purpose of the bindlib_w32 subdirectories in the > php-src tree? Should be removed from CVS for clarity? They have been removed; those directories are empty. Running 'cvs update -P' will prune those empty directories from your local checkout. > > > 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). > > Have you ever installed an earlier version of Visual Studio or header > files from somewhere else too? Doing the > "cscript /nologo configure.js..." step for me complains, in part, about > mscoree.h being missing. I'm running this version of the compiler: Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9466 for 80x86 I don't think I have any additional SDK's installed right now other than the Microsoft .NET Framework, but I could be mistaken. I've used this machine for a lot of Windows-based development in the past. > Checking for arpa\nameser.h ... ..\bindlib_w32 > Checking for resolv.lib ... > Checking for Release\resolv.lib ... > Checking for resolv.lib ... You need to build resolv.lib if you're going to check out the bindlib_w32 source directory. The compiled library is not stored in cvs. -- Jon Parise (jon@php.net) :: The PHP Project (http://www.php.net/)