Re: [Php-qt-users] 6th tutorial available
Status: Beta
Brought to you by:
tm243
From: Ferenc V. <li...@ne...> - 2006-01-15 23:08:16
|
Hi, Thomas Moenicke wrote: > zend_update_property_bool is implemented in Zend/zend_API.c and defined in > Zend/zend_API.h. > > For you, it should be here: /usr/include/php/Zend/zend_API.h > > Is it? /usr/local/php511/include/php/Zend/ It is there, probably it was not detected because I forgot the "--with-php-config" option! > In december you have used this command: > > ./configure --prefix=/usr/local/php511/ > --with-php-config=/usr/local/php511/bin/php-config > --with-qtlib=/usr/lib/qt4 --with-php_qt=/usr/lib/qt4/include > > Meanwhile I removed the --prefix argument because it is usual to use php's own > prefix specified at configuration and compilation of php. Yes, I have notes of my old build line, but I remembered that some things were changed, so I made a new one according to the README! :-D Thanks, the adjusted configure line worked and tutorial 6 runs well. I will check what's new. :-) Ferenc |