Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51946 invoked by uid 1010); 8 Jan 2004 05:09:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51876 invoked from network); 8 Jan 2004 05:09:23 -0000 Received: from unknown (HELO titanium.nocdirect.com) (69.73.154.101) by pb1.pair.com with SMTP; 8 Jan 2004 05:09:23 -0000 Received: from 66-65-38-153.nyc.rr.com ([66.65.38.153] helo=chiaraquartet.net) by titanium.nocdirect.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.24) id 1AeSQ2-0002co-OY; Wed, 07 Jan 2004 23:09:19 -0600 Message-ID: <3FFCE5FE.7060004@chiaraquartet.net> Date: Thu, 08 Jan 2004 00:09:18 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wez Furlong CC: internals@lists.php.net References: <20040108015811.9902.qmail@pb1.pair.com> <01da01c3d594$76c2a650$8802a8c0@obsidian> In-Reply-To: <01da01c3d594$76c2a650$8802a8c0@obsidian> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - titanium.nocdirect.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - chiaraquartet.net Subject: Re: [PHP-DEV] problem with win32 build From: greg@chiaraquartet.net (Greg Beaver) Hi Wez, It is HEAD from today, and before I set BISON = bison, it was giving me an error that --output was not a valid command, which I traced to the $(BISON) line of the Makefile. I'll try again with path set before configure, but I wonder what changed over the holiday? I ran nmake clean before configure, just to be sure that it was not some old dependency. Thanks, Greg Wez Furlong wrote: >Is that really HEAD from today? >Also, it is best if you set up your PATH before you run configure, >and note that setting BISON and FLEX env vars will have no effect >on the build. > >