Kdebase doesn't compile

Malte Böhme malte.boehme at rwth-aachen.de
Thu Feb 3 14:21:13 GMT 2005


Am Donnerstag 03 Februar 2005 14:49 schrieb Hasso Tepper:
> While compiling kdebase/kcontrol/kicker/extensionInfo.cpp:
>
> In file included from extensionInfo.cpp:24:
> ../../kicker/core/kicker.h:32:28: kickerSettings.h: No such file or
> directory
>
> kickerSettings.h is created during compile in kdebase/kicker/share/. It
> isn't created yet in this point and kdebase/kicker/share isn't in include
> path either. I'd fix it myself, but in this case I'm not sure what the
> correct fix would be.

Im not sure if it is the best solution out there, but i have something like 
this in my Makefile.am (the subdir depends on the kconfig_compiler 
generated .h in the toplevel, but the toplevel itself depends on the subdir)

is something like this the recommended way of dealing with such things?

Makefile.am:

extensionInfo.cpp:
        cd $(top_builddir)/kcontrolkicker/ && $(MAKE) kickerSettings.h





More information about the kde-core-devel mailing list