Re: [Php-qt-users] php-qt fails to compile
Status: Beta
Brought to you by:
tm243
From: Thomas M. <tm...@ip...> - 2006-01-30 18:01:52
|
Hi Robbie, > 51: error: 'zend_update_property_bool' was not declared in this scope Sounds like your build environment has the wrong php header files, maybe php4? Please check the pathes in your makefile. If that is the case you can try to omit the --prefix option. If you do so please consider running 'make clean' and phpize again: /usr/local/php-5.1.1/bin/phpize (please check this path) ./configure --with-qtlib=/usr/local/Trolltech/Qt-4.1.0/lib --with-php_qt=/usr/local/Trolltech/Qt-4.1.0/include make clean make make install -- Thomas |