Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31081 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54463 invoked by uid 1010); 19 Jul 2007 07:39:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54432 invoked from network); 19 Jul 2007 07:39:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 07:39:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=ceo@l-i-e.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ceo@l-i-e.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain l-i-e.com from 67.139.134.202 cause and error) X-PHP-List-Original-Sender: ceo@l-i-e.com X-Host-Fingerprint: 67.139.134.202 o2.hostbaby.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from [67.139.134.202] ([67.139.134.202:3450] helo=o2.hostbaby.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/00-53850-A351F964 for ; Thu, 19 Jul 2007 03:39:39 -0400 Received: (qmail 84112 invoked by uid 98); 19 Jul 2007 07:39:43 -0000 Received: from 127.0.0.1 by o2.hostbaby.com (envelope-from , uid 1013) with qmail-scanner-2.01 (clamdscan: 0.88.7/3693. Clear:RC:1(127.0.0.1):. Processed in 0.079893 secs); 19 Jul 2007 07:39:43 -0000 Received: from localhost (HELO www.l-i-e.com) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 07:39:43 -0000 Received: from 24.12.13.192 (SquirrelMail authenticated user ceo@l-i-e.com) by www.l-i-e.com with HTTP; Thu, 19 Jul 2007 02:39:43 -0500 (CDT) Message-ID: <4840.24.12.13.192.1184830783.squirrel@www.l-i-e.com> In-Reply-To: <469F08DC.4070400@lerdorf.com> References: <4615.24.12.13.192.1184823782.squirrel@www.l-i-e.com> <469EFA66.2000404@lerdorf.com> <4677.24.12.13.192.1184826604.squirrel@www.l-i-e.com> <469F08DC.4070400@lerdorf.com> Date: Thu, 19 Jul 2007 02:39:43 -0500 (CDT) To: "Rasmus Lerdorf" Cc: internals@lists.php.net Reply-To: ceo@l-i-e.com User-Agent: Hostbaby Webmail MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell) From: ceo@l-i-e.com ("Richard Lynch") Is it normal that there's a couple hundred blank lines after the #! /bin/sh first line?... Made me think my FTP was very very broken for a minute there... :-v On Thu, July 19, 2007 1:46 am, Rasmus Lerdorf wrote: > Richard Lynch wrote: >> I sure hope this isn't something particularly bone-headed... >> >> Meanwhile, what made me think that I was screwing up buildconf is >> actually not related to any particular version of >> automake/autoconf/libtool at all, as I get the same thing with all >> combinations readily available under Gentoo, as well as using the >> documented versions, so I've opened a bug report: >> >> And, actually, as far as I can tell, having no libtool at all, for >> that matter. >> >> I forgot to symlink /usr/bin/libtool to /usr/local/bin/libtool after >> installing 1.4.3 from source... >> >> I guess libtool comes into the picture later in the process than I >> am >> getting. >> >> http://bugs.php.net/bug.php?id=42041 >> >> Short version: >> >> cvs co -r PHP_5_2 >> >> ./buildconf >> >> ./configure \ >> --enable-fastcgi \ >> --enable-debug \ >> --with-pgsql \ >> --disable-xml \ >> --disable-libxml \ >> --disable-simplexml \ >> --disable-xmlreader \ >> --disable-exmlwriter \ >> --disable-dom \ >> --without-pear >> >> make >> >> zend_language_scanner.c: No such file or directory >> >> Google turned up a bug from several distros allegedly fixed in >> 4.mumble, but the bugs.php.net ticket was closed due to no feedback, >> so I'm not sure it really got fixed. >> >> I'm hoping my report might be detailed enough to lead somebody to a >> real resolution... :-) >> >> I'm guessing that insisting on not having all the XML stuff in there >> is the issue?... >> >> Guess I'll try to install libxml tomorrow. >> >> Or maybe I want libxml2? > > I don't see how this could possibly have anything to do with libxml. > zend_language_scanner.c is generated by flex from > zend_language_scanner.l > > Your top-level Makefile should have a line that looks something like > this: > > /Users/rasmus/php52/Zend/zend_language_scanner.c: > /Users/rasmus/php52/Zend/zend_language_scanner.l > @$(LEX) -Pzend -S/Users/rasmus/php52/Zend/flex.skl -o$@ -i > /Users/rasmus/php52/Zend/zend_language_scanner.l > > And at the top of the Makefile you should see LEX=flex > > -Rasmus > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So?