KDevelop and subdirectories

From: Mikael (mikael.imberty_news_at_m4x.org)
Date: 09/28/04


Date: Tue, 28 Sep 2004 18:31:35 +0200

Hi,

I am trying to use KDevelop version 2.1, and I encounter some difficulties
with source hierarchy and subdirectories.

I have created a new project, with some cpp files, and everything compiles
fine. But then I try to create a subdirectory (right click in the file
view, create new directory), add a new class in that subdirectory.
KDevelop correctly adds a Makefile.am in the subdirectory, but when I try to
make a DistClean and recompile everything I get an error :
gmake[3]: Entering directory `myproject/subdirectory'
gmake[3]: *** No rule to make target « all ». Exit.

And indeed the configure script does not create any Makefile in the
subdirectory, so make fails...

What is wrong ?

Thanks,
Mikael



Relevant Pages