Re: [Php-qt-users] Re: Php-qt-users digest, Vol 1 #3 - 3 msgs
Status: Beta
Brought to you by:
tm243
From: Thomas M. <tm...@ip...> - 2006-01-02 18:27:31
|
Hi Robert, you wrote: > Thank you for the help. I have now been able to build the module > completely and it works very well. There was one strange thing that > happened when I ran some of the test scripts. Php reported when I ran > the main.php from the t1 folder that it could not load the > /usr/local/lib/php/extensions when the php 5.1.1 was compiled with a > prefix of /usr/lib/php. I cannot find where this was set in the > configure or make and I did verify the parameters I passed on the build > to make sure I did not do anything wrong to. I solved the problem by > creating the directory the module was asking for and then placed the > php_qt.so into the folder. This seems to be only with this module as all > of the others modules I have built for php are loaded from > /usr/lib/php/extensions and they work fine. Very odd. You can try to omit the --prefix parameter and use php's own prefix. But I have had some trouble without this parameter on my Debian system. > On another note. Are you looking for any assistance with the progress of > php_qt. I would love to help in any manor. Please let me know if there > is anything I can so to help and thanks for your help. Next time I will finish the work on kalyptus and I will generate the following classes: QGridLayout, QFont, QPainter, QPaintEvent, QTimer, QDateTime, QLabel which are neccessary for php_qt-0.0.2. We would be happy to receive feedback about this and all. Furthermore, there is no windows port available and the homepage is very simple. Ferenc Veres wrote: > Note, that this library is not ready yet. You can do this and that, but > I think it it is not yet ready for real projects. Of course you should > give it a try, the more testers the project has, the better it will be, > I think! :-) I have made some windows with the available widgets, worked > very well! There is no event handling yet. But there will be :-) Exactly. Please keep in mind that Qt4 is not small. Jean-Luc and I are working on a solution for event handling and custom slots/signals respectively. The plan is to make the first tutorials possible. As Ferenc said, it is a good choice to try the latest version from subversion. Sure, this does not works everytime but has much more classes than version 0.0.1. However, happy new year :-) -- Thomas |