Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16296 invoked by uid 1010); 3 Dec 2003 00:30:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16262 invoked from network); 3 Dec 2003 00:30:42 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 3 Dec 2003 00:30:42 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id DF65D1488089; Tue, 2 Dec 2003 16:29:55 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 655CA1488087; Tue, 2 Dec 2003 16:29:50 -0800 (PST) Message-ID: <09d801c3b934$8cc0cf30$8802a8c0@obsidian> To: "Frank M. Kromann" Cc: References: <10704110916400000@9866357972520000.9866341568840000> Date: Wed, 3 Dec 2003 00:29:42 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] New win32 build system From: wez@thebrainroom.com ("Wez Furlong") 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