Re: [Php-qt-users] php-qt on FC6 x86_64
Status: Beta
Brought to you by:
tm243
From: Chris S. <se...@gm...> - 2007-08-31 01:19:47
|
Yer thats similar to my experience, some of the really simple demo's run under x86_64 Your apache is irrelevant, u shouldn't be loading the php-qt plugin for apache, only for php-cli, however I'm pretty sure the is a few arch problems, with x86_64. -Chris On 8/31/07, Kendrick Vargas <ke...@hu...> wrote: > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Php-qt-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-qt-users > |