Re: gnome-standalone can't find includes




On Thu, 26 Nov 1998, Norbert Warmuth wrote:
> On Wed, 25 Nov 1998, John Travers wrote:
> > i've installed all of gnome cvs in /usr/local, and anything i get
> > through cvs compiles fine. however gnome-standalone, which once compiled
> > using my debian 2.0 packages now can't find any includes for gnome.
> > 
> > says something like...
> > 
> > no rule to make target /usr/include/gnome.h needed by main.o
> 
>     find . -name .deps -print0 | xargs -0 rm -rf

I find it a bit more straightforward (although I assume more
bash-specific) to do:
   rm -rf `find . -name .deps`

Same end result tho.  (Note: the quotes around the find command are
backquotes, this is important)

-Gleef



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