[PHP-WIN] PHP Build problems on windows

2010-01-12 Thread Justin Dearing
Hello, I've been trying to build PHP on WIndows 7 with the windows platform SDK. In my first attempt I ran configure.js like this: C:\src\php-5.3.1>configure --enable-debug --enable-crt-debug --enable-cli-win32 --with-openssl --enable-soap --with-xsl I ran make and it ended like this: stream.c

[PHP-WIN] nmake clean bug

2010-01-12 Thread Justin Dearing
Hi, I wanted to report this on a seperate thread to avoid confusion. I am attempting to build PHP on windows and failing. I am attempting to run nmake clean and failing. Output from the first time: C:\src\php-5.3.1>nmake clean Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copy

Re: [PHP-WIN] nmake clean bug

2010-01-12 Thread Pierre Joye
hi, Not sure why it fails, it works here except when I enabled all extensions (path too long in non unicode mode). However the way you are building PHP is outdated. Check http://wiki.php.net/internals/windows/stepbystepbuild or my "php internals" slides here: http://www.slideshare.net/pierrej

Re: [PHP-WIN] PHP Build problems on windows

2010-01-12 Thread Pierre Joye
hi, On Tue, Jan 12, 2010 at 10:22 PM, Justin Dearing wrote: > Hello, > > I've been trying to build PHP on WIndows 7 with the windows platform SDK. In > my first attempt I ran configure.js like this: > > C:\src\php-5.3.1>configure --enable-debug --enable-crt-debug > --enable-cli-win32 --with-open