I'm trying to use GtkStatusIcon class but I get this error:
Fatal error: Class 'GtkStatusIcon' not found in ....
Here I've found this an explanation:
http://www.kksou.com/php-gtk2/articles/set-up-an-application-to-run-in-t...
" .... GtkStatusIcon available in gtk+2.10 ..."
but my info shows this:
php-gtk
GTK+ support => enabled
GTK+ v => 2.16.1
Directive => Local Value => Master Value
php-gtk.codepage => UTF-8 => UTF-8
php-gtk.extensions => no value => no value
OS: Ubuntu 9.04
this is how I configured the extension:
./configure --with-libsexy --with-mozembed --with-extra --with-html --with-spell
What could be the problem?
Problem solved
10x IRC channel :)
the answer was very helpful: get it from CVS with tag php_gtk_2_0_1, the version detection in tar ball is wrong.
Greetings.