Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15689 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25217 invoked by uid 1010); 30 Mar 2005 17:04:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25201 invoked from network); 30 Mar 2005 17:04:51 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 30 Mar 2005 17:04:51 -0000 X-Host-Fingerprint: 129.21.60.6 blacksheep.csh.rit.edu Tru64 v5.1a JP4 (or OpenVMS 7.x on Compaq 5.x Received: from ([129.21.60.6:2805] helo=blacksheep.csh.rit.edu) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 37/A8-22409-23CDA424 for ; Wed, 30 Mar 2005 12:04:50 -0500 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 1802E911E for ; Wed, 30 Mar 2005 12:04:47 -0500 (EST) Received: by fury.csh.rit.edu (Postfix, from userid 37404) id D579C14D9; Wed, 30 Mar 2005 12:04:46 -0500 (EST) Date: Wed, 30 Mar 2005 12:04:46 -0500 To: internals@lists.php.net Message-ID: <20050330170445.GA23850@csh.rit.edu> Mail-Followup-To: internals@lists.php.net References: <424A4D4B.7030706@picorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <424A4D4B.7030706@picorp.com> Subject: Re: [PHP-DEV] php5 win build From: jon@php.net (Jon Parise) On Wed, Mar 30, 2005 at 12:25:07PM +0530, Arjun wrote: > I want to build php-5.0.3 on WinXP using Visual Studio.NET. I have read > the instructions at php.net as well as in README.WIN32-BUILD-SYSTEM file. > > Initially got an error regarding some function in nsap_addr.c at #if > !defined(isxdigit) /* XXX */ which (after googling) I changed to: #if > !defined(isxdigit) && !defined(_CTYPE_DEFINED). That's correct fix, and the CVS version of bindlib_w32 has been patched[1] for almost two years. I assume that you downloaded the archive[2] instead of using CVS. Someone should probably update that[3]. I'll take care of it later today if no one beats me to it. [1] http://cvs.php.net/diff.php/bindlib_w32/nsap_addr.c?r1=1.1&r2=1.2&ty=h [2] http://www.php.net/extra/bindlib_w32.zip [3] http://cvs.php.net/co.php/phpweb/extra/bindlib_w32.zip -- Jon Parise (jon of php.net) :: The PHP Project (http://www.php.net/)