On Mon, January 4, 2010 8:47 am, Dexter Filmore wrote:
Now ran on a fresh src: aclocal, automake, autoconf, in that order. autoconf gives me:
acinclude.m4:9700: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure:28182: error: possibly undefined macro: AH_CHECK_HEADERS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.
Means nothing to me. Help, anyone?
Dex
-- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+++ D- G++ e* h>++ r* y? ------END GEEK CODE BLOCK------
Hi Dex,
It looks like you don't have the KDE3 -dev packages installed, so the required headers are not on your system.
Try installing the kdelibs4-kde3-dev package and re-running ./configure.
Regarding your error, autoconf2.64 (the Ubuntu default) is broken with KDE3. There is discussion on that problem all over the Internet. To work around, simply install autoconf2.63 and automake1.11-kde3.
Let me know if this helps!
Tim