Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15681 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32159 invoked by uid 1010); 30 Mar 2005 06:59:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32144 invoked from network); 30 Mar 2005 06:59:35 -0000 Received: from unknown (HELO ez1.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2005 06:59:35 -0000 X-Host-Fingerprint: 82.165.243.91 u15170962.onlinehome-server.com Linux 2.4/2.6 Received: from ([82.165.243.91:51118] helo=picorp.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id BD/CB-22409-75E4A424 for ; Wed, 30 Mar 2005 01:59:35 -0500 Received: (qmail 6338 invoked by uid 2020); 30 Mar 2005 06:59:30 -0000 Received: from unknown (HELO ?172.16.143.82?) (arjun@164.164.12.120) by u15170962.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 30 Mar 2005 06:59:30 -0000 Message-ID: <424A4E4D.5050908@picorp.com> Date: Wed, 30 Mar 2005 12:29:25 +0530 User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: multipart/mixed; boundary="------------010101070509030905010802" Subject: php5 win build From: arjun@picorp.com (Arjun) --------------010101070509030905010802 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, 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). Then I guess that was fixed. Next, I got errors regarding libxml/parser.h and iconv.h. I then downloaded the respective files and placed the headers in their respective expected places. Next I could compile a few parts but not the solution including the php5ts.lib and the dlls (which i need). Please find the html file generated by visual studio attached. Any help will be appreciated. Regards aj Arjun Jain http://arjun.notlong.com --------------010101070509030905010802--