Re: [PHP-DEV] win32 build system and VS .NET

2004-01-07 Thread Frank M. Kromann
Try running the bison statement manually and check the version of bison.exe I'm using bison version 1.875b from cygwin. - Frank > On Wed, Jan 07, 2004 at 04:34:57PM -, Wez Furlong wrote: > > > bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ > > > Zend/zend_ini_parser.y >

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-07 Thread Daniel Convissor
On Wed, Jan 07, 2004 at 04:34:57PM -, Wez Furlong wrote: > > bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ > > Zend/zend_ini_parser.y > > Access is denied. > > NMAKE : fatal error U1077: 'bison.exe' : return code '0x1' > > Stop. > > does the Zend dir exist, an

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-07 Thread Wez Furlong
> Hi Folks: > > Seems like this email slipped through the cracks. Can y'all take a look > at it? The important stuff about bison fatal error is down at the bottom. > nmake > > bison.exe --output=Zend/zend_ini_parser.c -v -d -p ini_ > Zend/zend_ini_parser.y > Access is denied. >

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-07 Thread Daniel Convissor
PROTECTED]> To: PHP Internals List <[EMAIL PROTECTED]> Date: Sun, 4 Jan 2004 15:42:51 -0500 Subject: Re: [PHP-DEV] win32 build system and VS .NET Hi Everyone: On Sat, Jan 03, 2004 at 09:50:41AM -0800, choinet wrote: > If you look at > http://www.php.net/manual/en/install.windows.php#

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-04 Thread Daniel Convissor
Hi Everyone: On Sat, Jan 03, 2004 at 09:50:41AM -0800, choinet wrote: > If you look at > http://www.php.net/manual/en/install.windows.php#install.windows.build > under Configuring MVC++, they tell you how to set the > appropriate paths for the contents of win32build. O! I didn't realize most

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-03 Thread Jon Parise
On Sat, Jan 03, 2004 at 12:20:19PM -0500, Daniel Convissor wrote: > > > cvs -d :pserver:[EMAIL PROTECTED]:/repository co -d php5\bindlib_w32 > > >bindlib_w32 > > > > cvs -d :pserver:[EMAIL PROTECTED]:/repository co bindlib_w32 > > (e.g. parallel to the php5 directory) > > Hmm... Then what

RE: [PHP-DEV] win32 build system and VS .NET

2004-01-03 Thread Steph
mmm, you need to build resolv.lib before you build php :) (i.e. you need to build the CVS version of bindlib_w32) > -Original Message- > From: Daniel Convissor [mailto:[EMAIL PROTECTED] > Sent: 03 January 2004 17:20 > To: PHP Internals List > Subject: Re: [PHP-DEV] win32 b

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-03 Thread choinet
If you look at http://www.php.net/manual/en/install.windows.php#install.windows.build under Configuring MVC++, they tell you how to set the appropriate paths for the contents of win32build. This should take care of much of the not founds, if not all. Also, did you compile the appropriate resolv.lib

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-03 Thread Daniel Convissor
Hi Everyone: Thanks for the suggestions. I'm still not there. I tad more help will be appreciated, please. First I'll reply to your points then supply the latest list of commands I tried. On Fri, Jan 02, 2004 at 11:49:59PM -0500, Jon Parise wrote: > On Fri, Jan 02, 2004 at 11:23:47PM -0500,

RE: [PHP-DEV] win32 build system and VS .NET

2004-01-03 Thread Steph
As Jon suggested, taking bindlib_w32 from CVS rather than from the build zip makes more sense. 1. the build zip isn't up to date unless someone fixed this over the past week, 2. the bindlib_w32 dir should be at the top level. > -Original Message- > From: Daniel Convissor [mailto:[EMAIL PR

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-02 Thread choinet
> Looks like you need to get the resolv.lib > replacement > and win32 buildtools at >http://www.php.net/manual/en/install.windows.php#install.windows.build. > Also, if you're creating an Apache sapi dll, you > should point Visual Studio to the /include and /lib > directories in your Apache install

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-02 Thread choinet
> It works fine for me. I've been using it all day > (building on the > command line and debugging in the IDE). > > -- > Jon Parise ([EMAIL PROTECTED]) :: The PHP Project > (http://www.php.net/) Looks like you need to get the resolv.lib replacement and win32 buildtools at http://www.php.net/man

Re: [PHP-DEV] win32 build system and VS .NET

2004-01-02 Thread Jon Parise
On Fri, Jan 02, 2004 at 11:23:47PM -0500, Daniel Convissor wrote: > I obtained a copy of Visual Studio .NET and tried to build PHP 5 from the > current source. Ran into some problems when it came to the configure.js > step. Here are the steps I took... [...] > cvs -d :pserver:[EMAIL PROTECTE