[Php-qt-users] php-qt on FC6 x86_64
Status: Beta
Brought to you by:
tm243
From: Kendrick V. <ke...@hu...> - 2007-08-30 15:26:05
|
Are there any known bugs with php-qt on Fedora Core 6 or x86_64, or the combination thereof? My system: FC6 x86_64 apache 2.2.4 php 5.1.6 qt4 4.3.1 I think that's all the pertinent info, if there's other details necessary to help debug, please let me know. When running "make" I get the following error: [ 73%] Built target smokeqt [ 76%] Building CXX object php_qt/CMakeFiles/php_qt.dir/php_qt.o /opt/src/php_qt/php_qt/php_qt.cpp: In function 'void zif_php_qt_generic_class_staticProxyMethod(int, zval*, zval**, zval*, int)': /opt/src/php_qt/php_qt/php_qt.cpp:368: error: 'zim_php_qt_generic_class_proxyMethod' was not declared in this scope make[2]: *** [php_qt/CMakeFiles/php_qt.dir/php_qt.o] Error 1 make[1]: *** [php_qt/CMakeFiles/php_qt.dir/all] Error 2 If I change the call to zif_php_qt_generic_class_staticProxyMethod to call zim_php_qt_generic_class_staticProxyMethod instead, it compiles, but then php segfaults when I try to run an example. Any help? I'd like to write a little app and don't wanna have to learn too much QT (or C++ for that matter) :-) -peace |