First of all thanks for all your help. configure now works, make breaks with this error tho:
/usr/share/qt3/include/qmemarray.h: In constructor ‘QMemArray<type>::QMemArray(int) [with type = QPoint]’: /usr/share/qt3/include/qpointarray.h:59: instantiated from here /usr/share/qt3/include/qmemarray.h:62: warning: conversion to ‘int’ from ‘long unsigned int’ may alter its value main.cpp: In member function ‘virtual QString BabSwitcher::deco()’: main.cpp:461: warning: control reaches end of non-void function main.cpp: In member function ‘virtual QString BabSwitcher::style()’: main.cpp:444: warning: control reaches end of non-void function make[2]: *** [main.o] Fehler 1 make[2]: Verlasse Verzeichnis '/home/dexter/software/baghira-0.8/bab' make[1]: *** [all-recursive] Fehler 1 make[1]: Verlasse Verzeichnis '/home/dexter/software/baghira-0.8' make: *** [all] Fehler 2
Not sure if that's still a kde thing or ion the baghira code. Funny thing is I see no errors, only warnings. Shouldn't make ignore that?
Dex
Am Monday 04 January 2010 20:17:14 schrieb Timothy Pearson:
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