Re: [PHP-GTK-DEV] A new way for creating extensions
[email protected] (Keisial)
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
Andrei Zmievski wrote:
> Hey, this looks interesting!
>
> I'm catching up on older mail, so I just now saw this. Looks like this
> could be a great replacement for ext_skel and more. I'll take a closer
> look in a bit.
>
> -Andrei
Please note that, as I noticed after sending the email to this list, it
won't work on a completely clean Linux (a clean left some files behind).
You may need to uncomment the 'defined at gen_{$widget_name}.h' and
maybe remove its include. Check the exact error. The generated makefile
missed a dependency and the bits that would need to be changed weren't
provided by php-gtk but on the php config.m4, then used by phpize.
It's still an improvement, but not as complete as I originally intended.
I look forward to your comments.