Re: Build problem?

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Sat May 24 2008 - 18:20:50 CEST

On Sat, 2008-05-24 at 19:19 +1000, Martin Sevior wrote:
> Hi Folks,
> Currently I get this on trunk with fedora 8.
>
> make[3]: Entering directory `/home/msevior/abidir/abi-svn/build-rob/src/af/ev'
> Making install in gtk
> make[4]: Entering directory
> `/home/msevior/abidir/abi-svn/build-rob/src/af/ev/gtk'
> make[4]: *** No rule to make target
> `../../../../../abiword/src/af/ev/gtk/ev_UnixFontCombo.c', needed by
> `ev_UnixFontCombo.lo'. Stop.

cd src/af/ev/gtk
rm -fr .deps
cd ../../../..
./config.status

This worked for schurro, so there is not reason it does not for you.

To explain a little bit:
the automake dependencies suck a little bit. We the commands above do it
to remove the .deps directory that contain the dependency tracking, and
by re-running config.status (that is in $(top_builddir)) to have the
dependencies re-generated.

Hub
Received on Sat May 24 18:20:58 2008

This archive was generated by hypermail 2.1.8 : Sat May 24 2008 - 18:20:58 CEST