Page 1 of 1

How to install GTK?

PostPosted: 08. May 2007 22:09
by Znupi
How can I install GTK on my existing XAMPP instalation, without manually installing PHP again? I've gone to http://gtk.php.net/manual/en/tutorials. ... .linux.php and, of course, tried both
Code: Select all
$ ./buildconf --with-phpize=/opt/lampp/bin/phpize

and
Code: Select all
$ ./buildconf --with-phpize=/opt/lampp/bin/phpize-5.2.1

But it doesn't work, this is what I get:
Code: Select all
grep: /opt/lampp/include/php/main/php.h: No such file or directory
grep: /opt/lampp/include/php/Zend/zend_modules.h: No such file or directory
grep: /opt/lampp/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:       
Zend Module Api No:     
Zend Extension Api No: 
/opt/lampp/bin/phpize: 183: /home/felix/My: not found
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

make: *** [buildmk.stamp] Error 1

What should I do? Is there any tutorial on this?

PostPosted: 14. May 2007 00:48
by Znupi
Anyone? :(