[PHP-DEV] php5 win build

2005-03-29 Thread 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 !de

[PHP-DEV] php5 win build

2005-03-29 Thread 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 !de

[PHP-DEV] php5 win build

2005-03-29 Thread Arjun
[Sorry for blanket mailing.. Guess the list does not pass attachments.. So, now the log is inline..] 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 funct

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
Try grabbing the latest CVS version of PHP or the latest 5.0.x snapshots from http://snaps.php.net/ -- there were a number of patches since 5.0.3 that helped me get further on my attempt to compile on Windows using the Microsoft Visual C++ Toolkit 2003 (for C compiler) + Platform SDK for Windows (f

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
On Wed, 30 Mar 2005 08:36:28 -0500, Dan Scott <[EMAIL PROTECTED]> wrote: > Try grabbing the latest CVS version of PHP or the latest 5.0.x > snapshots from http://snaps.php.net/ -- there were a number of patches > since 5.0.3 that helped me get further on my attempt to compile on > Windows using the

Re: [PHP-DEV] php5 win build

2005-03-30 Thread 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(isxdi

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Edin Kadribasic
6:23 PM Subject: Re: [PHP-DEV] php5 win build > On Wed, 30 Mar 2005 08:36:28 -0500, Dan Scott <[EMAIL PROTECTED]> wrote: > > Try grabbing the latest CVS version of PHP or the latest 5.0.x > > snapshots from http://snaps.php.net/ -- there were a number of patches > > s

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Jon Parise
On Wed, Mar 30, 2005 at 11:23:37AM -0500, Dan Scott wrote: > Reading http://www.zend.com/manual/install.windows.building.php > suggests that to fix this problem I need to rebuild resolv.lib -- but > using the bindlib.dsp file requires msdev, which requires a full MS > Visual Studio environment. Th

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Dan Scott
v/php_build/lib/resolv.lib > > headers are in: > > http://ftp.emini.dk/pub/php/win32/dev/php_build/include/ > > Edin > > - Original Message - > From: "Dan Scott" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, March 30, 2005 6:23 PM > Subjec

Re: [PHP-DEV] php5 win build

2005-03-30 Thread Jon Parise
On Wed, Mar 30, 2005 at 12:04:46PM -0500, Jon Parise 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 > >

Re: [PHP-DEV] php5 win build

2005-03-30 Thread M. Sokolewicz
Jon Parise wrote: On Wed, Mar 30, 2005 at 11:23:37AM -0500, Dan Scott wrote: Reading http://www.zend.com/manual/install.windows.building.php suggests that to fix this problem I need to rebuild resolv.lib -- but using the bindlib.dsp file requires msdev, which requires a full MS Visual Studio envir