Re: [PHP-GTK] GtkCellEditable_editing_done undeclared
[email protected] (Elizabeth M Smith) Thu, 08 Apr 2010 09:05:34 -0400
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
On 4/8/2010 7:08 AM, G . M . Sigut wrote: > On Thu, 2010-04-08 at 10:34 +0200, G.M.Sigut wrote: > ... >> I am trying to compile php-gtk-2.0.1 under RH EL5 with php-5.1.6, >> gtk+-1.2.10, gcc-4.1.2 and autoconf-2.59. ... > > gtk+ is actually gtk2-2.10.4, sorry - was looking in a wrong place. > >> Since php-gtk-2.0.1 is now almost one year old > ... > > Right, "almost two years" is nearer to the mark. > > In the meantime I have received a direct reply saying... > > On Thu, 2010-04-08 at 11:34 +0200, Michal Olber wrote: >> Hello >> Download PHP 5.2 source code from official php site. Than compile it, >> how it is type here: >> http://gtk.php.net/manual/en/tutorials.installation.linux.php >> It should go easy and without problems. > ... > > That is "the other" of the two recommended installation methods, > which I originally tried to avoid. Together with the archived answers > it might mean though, that I DO need php 5_2, so if I do not hear > something else in the near future, I guess I will have to take > that way... > > Thanks, Michal. :-) > > Regards, George > You are correct - php-gtk does not work with PHP 5.1, only 5.2+ PHP 5.1 is VERY old. Some distributions are already shipping PHP 5.3! Also there have been some issues reported compiling it against redhat GTK libraries because of bad patches they've applied. Sorry - but RHEL tends to have really old, highly patched libraries that don't work properly. Your only solution is probably going to be compiling up to date libraries from unpatched source. Thanks, Elizabeth Smith