Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38871 invoked by uid 1010); 3 Dec 2003 00:41:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38841 invoked from network); 3 Dec 2003 00:41:43 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 3 Dec 2003 00:41:43 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 9EA511488089; Tue, 2 Dec 2003 16:40:56 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 1D20C1488087; Tue, 2 Dec 2003 16:40:54 -0800 (PST) Message-ID: <0a0001c3b936$164f63a0$8802a8c0@obsidian> To: "Frank M. Kromann" Cc: References: <10704117766400000@9866357972520000.9866341568840000> Date: Wed, 3 Dec 2003 00:40:43 -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.7 required=5.0 tests=AWL,BAYES_30,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") --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" To: "Wez Furlong" Cc: 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 ... > ERROR: Could not find the php_build dir; please specify it > using the --with-php-build option to configure > > - Frank