Re: [PHP-DEV] HEAD with ZE2 fails.

2003-01-04 Thread Magnus Määttä
On Fri, 3 Jan 2003 14:20:13 +0100 (CET)
Derick Rethans [EMAIL PROTECTED] wrote:

 On Fri, 3 Jan 2003, Magnus [ISO-8859-1] Määttä wrote:
 
 I have probably forgot to do something silly.. But here's
 the failure anyway.

Which version of bison do you use?

   
   1.75
  
  err 1.35
 
 There is your problem I guess :)
 Upgrade to 1.75 and you should be fine. (touch the 
 zend_language_parser.y file to regenerate the .c file from it).
 

Didn't help. Still get the same error.

 Derick
 


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




[PHP-DEV] HEAD with ZE2 fails.

2003-01-03 Thread Magnus Määttä
Hi!

I have probably forgot to do something silly.. But here's
the failure anyway.


cc  -IZend/ -I/opt/DEV/php/php4/Zend/ -DPHP_ATOM_INC -I/opt/DEV/php/php4/include 
-I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 -I/opt/DEV/php/php4/Zend 
-I/opt/DEV/php/php4/ext/xml/expat  -I/opt/DEV/php/php4/TSRM  -g -Wall  -c 
Zend/zend_language_parser.c -o Zend/zend_language_parser.o   echo  
Zend/zend_language_parser.lo
flex -Pzend -S/opt/DEV/php/php4/Zend/flex.skl -oZend/zend_language_scanner.c -i 
/opt/DEV/php/php4/Zend/zend_language_scanner.l
gcc  -IZend/ -I/opt/DEV/php/php4/Zend/ -DPHP_ATOM_INC -I/opt/DEV/php/php4/include 
-I/opt/DEV/php/php4/main -I/opt/DEV/php/php4 -I/opt/DEV/php/php4/Zend 
-I/opt/DEV/php/php4/ext/xml/expat  -I/opt/DEV/php/php4/TSRM  -g -Wall  -c 
Zend/zend_language_scanner.c -o Zend/zend_language_scanner.o   echo  
Zend/zend_language_scanner.lo
Zend/zend_language_scanner.c:5536: syntax error before int
Zend/zend_language_scanner.c:5771: warning: `yy_fatal_error' defined but not used
Zend/zend_language_scanner.c:2709: warning: `yy_last_accepting_state' defined but not 
used
Zend/zend_language_scanner.c:2710: warning: `yy_last_accepting_cpos' defined but not 
used
Zend/zend_language_scanner.c:2716: warning: `yy_more_flag' defined but not used
Zend/zend_language_scanner.c:2717: warning: `yy_more_len' defined but not used
Zend/zend_language_scanner.c:5756: warning: `yy_top_state' defined but not used
make: *** [Zend/zend_language_scanner.lo] Error 1

#! /bin/sh
#
# Created by configure

'./configure' \
'--disable-all' \
'--prefix=/usr/local/www/php4mincli' \
'--enable-debug' \
'--enable-sysvshm' \
'--enable-aggregate' \
'--enable-sockets' \
'--enable-enable-trans-sid' \
'--enable-pcntl' \
'--enable-inline-optimization' \
'--enable-cli' \
'--enable-ipv6' \
'--enable-posix' \
'--enable-session' \
'--enable-xml' \
'--disable-cgi' \
'--with-pcre-regex' \
$@


/ Magnus Määttä

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




Re: [PHP-DEV] HEAD with ZE2 fails.

2003-01-03 Thread Derick Rethans
On Fri, 3 Jan 2003, Magnus [ISO-8859-1] Määttä wrote:

 Hi!
 
 I have probably forgot to do something silly.. But here's
 the failure anyway.

Which version of bison do you use?

Derick

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


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




Re: [PHP-DEV] HEAD with ZE2 fails.

2003-01-03 Thread Magnus Määttä
On Fri, 3 Jan 2003 13:50:45 +0100 (CET)
Derick Rethans [EMAIL PROTECTED] wrote:

 On Fri, 3 Jan 2003, Magnus [ISO-8859-1] Määttä wrote:
 
  Hi!
  
  I have probably forgot to do something silly.. But here's
  the failure anyway.
 
 Which version of bison do you use?
 

1.75

 Derick
 
 -- 
 
 -
  Derick Rethans http://derickrethans.nl/ 
  PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
 -
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

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




Re: [PHP-DEV] HEAD with ZE2 fails.

2003-01-03 Thread Magnus Määttä
On Fri, 3 Jan 2003 14:06:24 +0100
Magnus Määttä [EMAIL PROTECTED] wrote:

 On Fri, 3 Jan 2003 13:50:45 +0100 (CET)
 Derick Rethans [EMAIL PROTECTED] wrote:
 
  On Fri, 3 Jan 2003, Magnus [ISO-8859-1] Määttä wrote:
  
   Hi!
   
   I have probably forgot to do something silly.. But here's
   the failure anyway.
  
  Which version of bison do you use?
  
 
 1.75

err 1.35

 
  Derick
  
  -- 
  
  -
   Derick Rethans http://derickrethans.nl/ 
   PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
  -
  
  
  -- 
  PHP Development Mailing List http://www.php.net/
  To unsubscribe, visit: http://www.php.net/unsub.php
  
  
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

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




Re: [PHP-DEV] HEAD with ZE2 fails.

2003-01-03 Thread Derick Rethans
On Fri, 3 Jan 2003, Magnus [ISO-8859-1] Määttä wrote:

I have probably forgot to do something silly.. But here's
the failure anyway.
   
   Which version of bison do you use?
   
  
  1.75
 
 err 1.35

There is your problem I guess :)
Upgrade to 1.75 and you should be fine. (touch the 
zend_language_parser.y file to regenerate the .c file from it).

Derick

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


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