Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28054 invoked by uid 1010); 3 Dec 2003 00:37:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27939 invoked from network); 3 Dec 2003 00:37:43 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 3 Dec 2003 00:37:43 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 43F722AE70; Tue, 2 Dec 2003 16:55:14 -0800 (PST) To: Wez Furlong Cc: X-Mailer: Swwwing 2000 Message-ID: <10704117766400000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Tue, 02 Dec 2003 16:36:16 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New win32 build system From: frank@kromann.info ("Frank M. Kromann") 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 ... 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" > To: "Wez Furlong" > Cc: > Sent: Wednesday, December 03, 2003 12:24 AM > Subject: Re: [PHP-DEV] New win32 build system > > > > 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 ... > > > > Build dir: Release_TS > > PHP Core: php5ts.dll and php5ts.lib > > > > ERROR: Could not find apache headers > > > > - Frank > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >