Re: A whole bunch of compile problems



Sebastian Wilhelmi <wilhelmi@ira.uka.de> writes:

> > --- ORBit ---
> > * autogen.sh works
> > * make:
> > 
> > make[4]: Entering directory `/usr/local/src/gnome/ORBit/src/services/name'
> > make[4]: *** No rule to make target `name-library.h', needed by
> >   `name-client.o'. Stop.
> Hi,
> 
> this is certainly an old Makefile / Makefile.in lying around. Try to
> delete both and rerun ./autogen.sh

 More likely an old dependancy. If so, the easiest way is to rm -rf
the .deps directory, although this might lead to failure later on. The 
best way of handling this, is either removing the missing dependancy
from .deps/name-client.P (and whereever else it's used), or removing
the corresponding .o and .lo files. Otherwise the possibility exists
that a file won't be rebuilt even if it should.


-- 
/Wegge



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