> 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

I've had that exact same problem intermittently. Although there's a line in
Makefile that tries to build this file (by using bison), it seems
non-functional. Try "make Zend/ zend_language_scanner.c". In my experience,
this line returns without error but performs nothing.

If you manually execute the line in the Makefile (substituting the
appropriate variables), you'll have a zend_language_scanner.c and things
will be happy.

David

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to