PHP-GTK install problem

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
wesmat
Forum Newbie
Posts: 5
Joined: Tue Jan 18, 2011 12:37 pm

PHP-GTK install problem

Post 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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP-GTK install problem

Post by requinix »

Can you find out at what point make/autoconf is failing? It's looking for something but can't find it.
wesmat
Forum Newbie
Posts: 5
Joined: Tue Jan 18, 2011 12:37 pm

Re: PHP-GTK install problem

Post 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.
Post Reply