You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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?