php-5.0.-dev build failure

php.internals

Kamesh Jayachandran

21 years ago
Hi Dmitry, I just did cvs upd in my php-5.0-dev workarea which brought your changes in ext/standard/basic_functions.c version 1.673.2.16. After that I get a compile error saying that /root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911: `IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function) I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined anywhere. Can you look in to this. With regards Kamesh Jayachandran

Antony Dovgal

21 years ago
On Thu, 28 Apr 2005 23:50:29 -0700 "Kamesh Jayachandran" <kameshj@fastmail.fm> wrote:
> Hi Dmitry, > I just did cvs upd in my php-5.0-dev workarea which brought your changes > in ext/standard/basic_functions.c version 1.673.2.16. > After that I get a compile error saying that > /root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911: > `IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function) > > I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined > anywhere.
you forgot to do `cvs up` in Zend directory.
-- Wbr, Antony Dovgal aka tony2001 antony@zend.com

Jani Taskinen

21 years ago
On Thu, 28 Apr 2005, Kamesh Jayachandran wrote:
> Hi Dmitry, > I just did cvs upd in my php-5.0-dev workarea which brought your changes > in ext/standard/basic_functions.c version 1.673.2.16. > After that I get a compile error saying that > /root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911: > `IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function) > > I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined > anywhere.
It is defined in Zend/zend_API.h. Try 'make clean && make' ? --Jani

Dmitry Stogov

21 years ago
Hi Kamesh, Do you still have this error after make clean; make? Did you update ALL CVS tree. Thanks. Dmitry.

Kamesh Jayachandran

21 years ago
Hi Dmitry, I did a cvs upd at php-src. The updates has not percolated to Zend directory at all. even make clean did not help. After cd Zend cvs upd Everything is fine now. With regards Kamesh Jayachandran On Fri, 29 Apr 2005 11:52:08 +0400, "Dmitry Stogov" <dmitry@zend.com> said: