This is a discussion on Re: Cannot compile kdebase: No rule to make target `all' - KDE ; On Tuesday 12 July 2005 4:27 pm, M. Fioretti wrote: > > The compilation fails with the following message below. What does "no > rule to make target" means? I have obviously forgotten something, but > what? Howdy Marco! Usually, ...
On Tuesday 12 July 2005 4:27 pm, M. Fioretti wrote:
>
> The compilation fails with the following message below. What does "no
> rule to make target" means? I have obviously forgotten something, but
> what?
Howdy Marco!
Usually, "no rule to make target" means that something is missing from the =
makefile, or that the makefile itself is missing.
> make[2]: *** No rule to make target `all'. Stop.
This usually means that the Makefile is missing for that subdirectory.
I ran into something like this once where I did 'svn up' and then tried to =
do =
a rebuild. Somehow in the update I ended up with a blank Makefile.in or =
Makefile.am... which fooled the automake process.
I worked around it by running the 'svn-clean' script, and then starting ove=
r =
with the build. The 'svn-clean' script clears out *everything* that's not =
in =
the subversion repository.
HTH!
-- =
G a b r i e l M . B e d d i n g f i e l d
............................Today's fortune cookie.......................
Some of the things that live the longest in peoples' memories never
really happened.
.................................................. .......................
=
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscrib=
e <<