php3-list | 199807

[PHP3] Error in "control_structures_inline.h" From: Adelino Monteiro (adelino <email protected>)
Date: 07/29/98

I'm getting this strange error when recompiling PHP3 with the latest CVS.
All previous versions did compile fine (Linux 2.0.33 + Apache 1.3.1).

www <email protected>:~/software/php3$
www <email protected>:~/software/php3$ make
gcc -g -O2 -O2 -I. -I. -I/home/www/software/apache/src/include
-I/home/www/software/apache/src/os/unix
-I/usr/local/mysql/include/mysql -c language-parser.tab.c -o language-parser.tab.o
In file included from php.h:186,
                 from ./language-parser.y:56:
/home/www/software/apache/src/include/compat.h:6: warning: #warning "This header is obsolete, use ap_compat.h instead"
control_structures_inline.h: In function `cs_functioncall_pre_variable_passing':
In file included from ./language-parser.y:59:
control_structures_inline.h:872: structure has no member named `object_pointer'
control_structures_inline.h:873: structure has no member named `object_pointer'
control_structures_inline.h:874: structure has no member named `object_pointer'
control_structures_inline.h:876: structure has no member named `object_pointer'
control_structures_inline.h: In function `cs_functioncall_end':
control_structures_inline.h:933: structure has no member named `object_pointer'
control_structures_inline.h:934: structure has no member named `object_pointer'
make: *** [language-parser.tab.o] Error 1

I'm simply doing a
 
./configure --with-apache=/home/www/software/apache
--with-mysql=/usr/local/mysql --enable-track-vars --with-config-file-path=/usr/local/apache/conf --with-gd

as always.

By the way I did changed line 149 of php.h to
#include "php3_hash.h"
but I suppose this has nothing to do with it.

Adelino

----------------------------------------------------------------------
 The software said it requires Win95 or better, so I installed Linux.
----------------------------------------------------------------------

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3