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

Tuesday, May 24th 2005, 12:52am

uic not running in kdelibs make

Hello,

I'm trying to compile kdelibs-3.4.0 from the sources. Arts is already installed but when the make process of kdelibs-3.4.0 cames into kdeui subdir it failed complaining about missing kshortcutdialog_simple.h and kshortcutdialog_advanced.h.

The configure script find uic.

Is there any idea why the make process failed ?

This post has been edited 1 times, last edit by "YodaJM" (May 24th 2005, 12:53am)


2

Tuesday, May 31st 2005, 11:38am

RE: uic not running in kdelibs make

Solved :

Seems that configure need to be launch in the current directory with "./".
In my case I launch with "//tmp/work/kdelibs-3.4.0/configure" and that leads to missformed makefile targets.