You are not logged in.

1

Monday, January 19th 2004, 9:17am

Kopete CVS configure problem: missing kconfig_compiler

Hi,

I used Kopete for long time and mostly used latest CVS version like this usually contains several new neet features. Lately I started to get configure error:

checking for kconfig_compiler... not found
configure: error: The important program kconfig_compiler was not found!
Please check whether you installed KDE correctly.

I use SuSe 8.2 with KDE 3.1.4 installed from suse apt-get repository.

--
rgds-
Andres

gandy

Beginner

Posts: 26

Location: Belgium

  • Send private message

2

Monday, January 19th 2004, 11:00pm

Run before configure-ing:

sed -i "s/kde_qtsubver=2/kde_qtsubver=1/" configure
rm -fr autom4te.cache

It worked for me :D

3

Tuesday, January 20th 2004, 8:25am

Thanks a lot! This worked for me also. :)
But now I got error during make :(

kopetewindow.cpp: In member function `void KopeteWindow::slotShowHide()':
kopetewindow.cpp:215: error: 'class KWin' has no member named 'windowInfo'
make[2]: *** [kopetewindow.o] Error 1

Any ideas about this?