Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29245 invoked by uid 1010); 30 Mar 2005 06:55:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29186 invoked from network); 30 Mar 2005 06:55:30 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 30 Mar 2005 06:55:30 -0000 X-Host-Fingerprint: 82.165.243.91 u15170962.onlinehome-server.com Linux 2.4/2.6 Received: from ([82.165.243.91:51117] helo=picorp.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id EB/6B-22409-C5D4A424 for ; Wed, 30 Mar 2005 01:55:24 -0500 Received: (qmail 6238 invoked by uid 2020); 30 Mar 2005 06:55:20 -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:55:20 -0000 Message-ID: <424A4D4B.7030706@picorp.com> Date: Wed, 30 Mar 2005 12:25:07 +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: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: php5 win build From: arjun@picorp.com (Arjun) 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