Not sure of this is the correct forum - PHP-GTK may not be considered a framework but here goes....
I have been following the install instructions for Mac here: http://gtk.php.net/manual/en/tutorials. ... macosx.php
I get an error when running buildconf:
[text]20:05:35 $ ./buildconf --with-phpize=/usr/bin/phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
rebuilding aclocal.m4
rebuilding configure
make[1]: autoconf: No such file or directory
make[1]: *** [configure] Error 1
make: *** [all] Error 2[/text]
Is autoconf created during buildconf or am I missing something? How do I fix this?
Alternatively, I need to distribute a small stand-alone gui php app to some club members. Is there a better alternative to PHP-GTK? I have only used PHP in LAMP.
Thanks
PHP-GTK install problem
Moderator: General Moderators
Re: PHP-GTK install problem
Can you find out at what point make/autoconf is failing? It's looking for something but can't find it.
Re: PHP-GTK install problem
Sorry about not getting back - its been a busy week. I've tried to determine where make is failing but have not succeeded yet. I will have more time tomorrow. It seems that autoconf should be made buildconf but that is failing. autoconf is nowhere in the install files.