Re: New win32 build system

php.internals

Frank M. Kromann

22 years ago
Here 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.lib ERROR: Could not find apache headers - Frank
> --disable-apache Works For Me (tm) > What goes wrong for you? > > --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:18 AM > Subject: Re: [PHP-DEV] New win32 build system > > > > Hi Wez, > > > > Cool. So far it also requires apache. ++diable+apache does not seam
to

Wez Furlong

22 years ago
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 system