automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Specifying dependencies difficulties


From: Angus Leeming
Subject: Re: Specifying dependencies difficulties
Date: Sun, 15 Jan 2006 22:23:55 +0000
User-agent: KNode/0.10

Harlan Stenn wrote:

> If you have:
>  SUBDIRS= subdirs
> that really means:
>  SUBDIRS= . subdirs
> Try:
>  SUBDIRS= subdirs .
> instead.

Thanks, but I have the right form. In fact, Makefile.am attached. The
resulting output from make is:

$ make
make[1]: Entering directory `/home/angus/qdvi/trunk/build/qdvi'
kdelibs/kconfig_compiler ../../qdvi/kviewshell.kcfg ../../qdvi/kvsprefs.kcfgc
make[1]: kdelibs/kconfig_compiler: Command not found
make[1]: *** [kvsprefs.cpp] Error 127
make[1]: Leaving directory `/home/angus/qdvi/trunk/build/qdvi'
make: *** [all-recursive] Error 1

See how the very first thing that make tries to do is build the
BUILT_SOURCES, which obviously it fails to do because
kdelibs/kconfig_compiler hasn't yet been built.

Angus

Attachment: Makefile.am
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]