Hi Wez,
If I don't specify --with-php-build I get this
Saving configure options to config.nice.bat
Checking for cl ... cl.exe
Checking for link ... link.exe
Checking for nmake ... nmake.exe
Checking for make ... <not found>
ERROR: Could not find the php_build dir; please specify it
using the --with-php-build option to configure
- Frank
Ahh, fixed now :-)
--with-php-build specifies the path to the php_build dir
(the one that contains those headers and libs),
not the target dir, which is chosen automatically.cscript /nologo configure.js --disable-apache
should be all you need (cross your fingers!)
--Wez.
----- Original Message -----
From: "Frank M. Kromann" frank@kromann.info
To: "Wez Furlong" wez@thebrainroom.com
Cc: internals@lists.php.net
Sent: Wednesday, December 03, 2003 12:24 AM
Subject: Re: [PHP-DEV] New win32 build systemHere is the output
C:\PHP\php5>cscript /nologo configure.js --with-php-build=Release_TS
--disable-apache
Saving configure options to config.nice.bat
Checking for cl ... cl.exe
Checking for link ... link.exe
Checking for nmake ... nmake.exe
Checking for make ... <not found>Build dir: Release_TS
PHP Core: php5ts.dll and php5ts.libERROR: Could not find apache headers
- Frank
--with-php-build should be the path to the dir where you
unzipped: http://www.php.net/extra/win32build.zip.
Maybe I should rename it from php_build (that name comes
from Edin's snap building scripts, and his big brother
version of that zip file).
--Wez.
----- Original Message -----
From: "Frank M. Kromann" frank@kromann.info
To: "Wez Furlong" wez@thebrainroom.com
Cc: internals@lists.php.net
Sent: Wednesday, December 03, 2003 12:36 AM
Subject: Re: [PHP-DEV] New win32 build system
Hi Wez,
If I don't specify --with-php-build I get this
Saving configure options to config.nice.bat
Checking for cl ... cl.exe
Checking for link ... link.exe
Checking for nmake ... nmake.exe
Checking for make ... <not found>
ERROR: Could not find the php_build dir; please specify it
using the --with-php-build option to configure
- Frank