RE: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread Richard Lynch
On Thu, July 19, 2007 7:38 am, Jani Taskinen wrote: > Short version: Fixed in CVS. :D You folks rock! -- 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? -- PHP Internals - PHP Runt

RE: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread Jani Taskinen
Short version: Fixed in CVS. :D --Jani On Thu, 2007-07-19 at 00:57 -0700, David wrote: > > zend_language_scanner.c: No such file or directory > > Found the issue (at least for me). The problem was that the version of flex > I had was 2.5.33, which is the latest version. However, 2.5.4 (an older

Re: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread Rasmus Lerdorf
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

Re: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread Richard Lynch
On Thu, July 19, 2007 1:46 am, Rasmus Lerdorf wrote: > I don't see how this could possibly have anything to do with libxml. Probably not. It's just that I've never tried to not have libxml, and it always worked before. > zend_language_scanner.c is generated by flex from > zend_language_scanner.l

RE: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread David
> zend_language_scanner.c: No such file or directory Found the issue (at least for me). The problem was that the version of flex I had was 2.5.33, which is the latest version. However, 2.5.4 (an older version, confusingly) is the only version supported by PHP (which is noted in the documentation).

RE: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread Richard Lynch
On Thu, July 19, 2007 1:59 am, David wrote: >> 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 \

Re: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread 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..

RE: [PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-19 Thread David
> 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:

[PHP-DEV] zend_language_scanner.c (WAS: buildconf hell)

2007-07-18 Thread Richard Lynch
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 a