Page 1 of 1

PHP-GTK install problem

Posted: Mon Aug 12, 2013 7:30 am
by wesmat
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

Re: PHP-GTK install problem

Posted: Mon Aug 12, 2013 12:21 pm
by requinix
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

Posted: Thu Aug 15, 2013 11:20 pm
by wesmat
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.