You are not logged in.
Can someone pack this package please?
Offline
Can someone pack this package please?
(... please don't CRY, but speak 'softly' (without all-caps) ;-) )
The impossible missions are the only ones which succeed.
Offline
i'll try to build it later (had automake problems on configuring).
Offline
i'll try to build it later (had automake problems on configuring).
run aclocal infront of ./configure to update the tree
The impossible missions are the only ones which succeed.
Offline
Fox wrote:i'll try to build it later (had automake problems on configuring).
run aclocal infront of ./configure to update the tree
If I run ./buildconf I get this:
Configuring for:
PHP Api Version: 20031224
Zend Module Api No: 20040412
Zend Extension Api No: 220040412
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
aclocal: cannot open php_gtk.m4: No such file or directory
make: *** [buildmk.stamp] Error 1
Offline
dp wrote:Fox wrote:i'll try to build it later (had automake problems on configuring).
run aclocal infront of ./configure to update the tree
If I run ./buildconf I get this:
Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20040412 Zend Extension Api No: 220040412 configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR configure.in:33: warning: underquoted definition of PHP_EXT_DIR configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED aclocal: cannot open php_gtk.m4: No such file or directory make: *** [buildmk.stamp] Error 1
underquoted, most probably, because automake is not run on the system the tree of tarball is built - try running aclocal or automake before any configure script --- or the alternative would be: this ./buildconfig ausseinandernehmen und in build() umschreiben (no idea what ausseinandernehmen in english is, sorry, hope you understand ;-) )
The impossible missions are the only ones which succeed.
Offline
Fox wrote:dp wrote:run aclocal infront of ./configure to update the tree
If I run ./buildconf I get this:
Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20040412 Zend Extension Api No: 220040412 configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR configure.in:33: warning: underquoted definition of PHP_EXT_DIR configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED aclocal: cannot open php_gtk.m4: No such file or directory make: *** [buildmk.stamp] Error 1
underquoted, most probably, because automake is not run on the system the tree of tarball is built - try running aclocal or automake before any configure script --- or the alternative would be: this ./buildconfig ausseinandernehmen und in build() umschreiben (no idea what ausseinandernehmen in english is, sorry, hope you understand ;-) )
Jo hab ich verstanden. But howto disassemble (auseinandernehmen) the script? Aclocal gives the same result.
Offline
With autoheader, automake and autocof it works. Now I try to configure and compile it.
Offline
I think GTK 2 is the problem it seems it just supports glade 1 and gtk 1.
Offline
Offline
gtk1 ist gtk
http://www.archlinux.org/packages.php?id=3617
gtk2 ist gtk2
http://www.archlinux.org/packages.php?id=3618
but what we are missing is the old glade pkg, the 0.6.4
http://glade.gnome.org/download.html
good luck
The impossible missions are the only ones which succeed.
Offline