Re: [PHP-GTK-DEV] php-gtk 2.01 do not use functions for gtk 2.10, possible bug?
[email protected] (Elizabeth M Smith)
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
Fernando Correa da Conceição wrote: > Using ubuntu 9.04 with gtk 2.16.1 php 5.2.6 > I build php-gtk 2.01(cvs version do not build for me with cairo errors), > it build and runs ok, but, the functions that are 2.10 are missing, like > gtktreeview:enable_tree_lines and gtknotebook:set_reordenable. > > Thanks > > ps: I am working again on pt_BR docs, and I will try send some en docs too. > > The tarball for php-gtk 2.0.1 has some sort of issue with detecting the php-gtk library but I have no idea what the problem is or how to fix it check out cvs with the php_gtk_2_0_1 tag and try again If you want to build cvs HEAD - grab the source for pecl/cairo and build it for your php (phpize && make && make install work) then compile php-gtk HEAD with -DHAVE_CAIRO added (need an autotools guru to help with that issue) and it should build fine (if not send me a mail and I'll fix it) Thanks, Elizabeth Smith