Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6037 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57735 invoked by uid 1010); 3 Dec 2003 00:54:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57711 invoked from network); 3 Dec 2003 00:54:03 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 3 Dec 2003 00:54:03 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 830E91488089; Tue, 2 Dec 2003 16:53:16 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 2BDE21488087; Tue, 2 Dec 2003 16:53:13 -0800 (PST) Message-ID: <0a1801c3b937$cd3861b0$8802a8c0@obsidian> To: "Frank M. Kromann" Cc: References: <10704124156400000@9866357972520000.9866341568840000> Date: Wed, 3 Dec 2003 00:52:59 -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") The main reason is that it is the easiest way to get things to built right now; I do plan to accomodate your own layout, but haven't coded support for that yet :) I'll make this particular thing optional (but print a warning) for now; can you build without it? (I take it you have your preferred paths in your env vars) --Wez. ----- Original Message ----- From: "Frank M. Kromann" To: "Wez Furlong" Cc: Sent: Wednesday, December 03, 2003 12:46 AM Subject: Re: [PHP-DEV] New win32 build system > Hi Wez, > > Why is that needed ? I build all the stuff that I need from sources so I > have my own file structure for external header and library files. > > - 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" > > 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 > > > > > > > > >