Re: [Php-qt-users] PHP-Qt 0.0.3 released
Status: Beta
Brought to you by:
tm243
From: Ferenc V. <li...@ne...> - 2006-06-08 22:17:05
|
Hi all, Impressive changelog lists (including many interesting things)! With=20 slot handling, we can start to create real applications! :-D On the website I'd write "Download" as menu name instead "latest=20 release, Subversion". I needed to add the /usr/lib64/qt to the search path of the configure=20 script, as always. ;-) Then compile error with "make" unfortunately, I tried both 0.0.3 and=20 current SVN. Last output lines: g++ -I. -I/home/lion/install/php-5.1.2/ext/php_qt -DPHP_ATOM_INC=20 -I/home/lion/install/php-5.1.2/ext/php_qt/include=20 -I/home/lion/install/php-5.1.2/ext/php_qt/main=20 -I/home/lion/install/php-5.1.2/ext/php_qt=20 -I/usr/local/php512/include/php -I/usr/local/php512/include/php/main=20 -I/usr/local/php512/include/php/TSRM=20 -I/usr/local/php512/include/php/Zend -I/usr/local/php512/include/php/ext=20 -I/usr/lib64/qt4/include/include -I/usr/lib64/qt4/include/QtGui=20 -I/usr/lib64/qt4/include/QtCore -I/usr/lib64/qt4/include -DHAVE_CONFIG_H=20 -c /home/lion/install/php-5.1.2/ext/php_qt/qt/text_related/qstring.cpp=20 -fPIC -DPIC -o qt/text_related/.libs/qstring.o /home/lion/install/php-5.1.2/ext/php_qt/qt/text_related/qstring.cpp: In=20 function =E2=80=98void zif_QString_toInt(int, zval*, zval**, zval*, int)=E2= =80=99: /home/lion/install/php-5.1.2/ext/php_qt/qt/text_related/qstring.cpp:2847:= =20 error: cast from =E2=80=98long int*=E2=80=99 to =E2=80=98int=E2=80=99 los= es precision make: *** [qt/text_related/qstring.lo] Error 1 (My configure line. I hope I got it right this time.) ./configure --with-php-config=3D/usr/local/php512/bin/php-config=20 --with-qtlib=3D/usr/lib64/qt4 --with-php_qt=3D/usr/lib64/qt4/include Any ideas welcomed. :-) I use a 64bit Mandriva distro with official Qt4=20 libraries and own compiled php 5.1.2. Many thanks, Ferenc |