Re: yet more gnome-lib problems..



Use the command:

find . -name ".deps" -exec rm -Rf {} \;

Will


On 12 Nov, Michael Zucchi wrote:
> 
> Remove the .deps directory and contents from gnome-libs down ...
> 
> e.g.
> 
>  find . -name .deps | xargs rm -rf
> 
> (this has come up a lot lately on the list ...)
> 
>> make[2]: Entering directory `/root/GNOME/gnome-libs/support'
>> gawk -f ./gnomesupport.awk < ../config.h > gsh-t
>> mv gsh-t gnomesupport.h
>> cd .. \
>>   && CONFIG_FILES=support/Makefile CONFIG_HEADERS= /bin/sh ./config.status
>> creating support/Makefile
>> linking ./intl/libgettext.h to intl/libintl.h
>> make[2]: Leaving directory `/root/GNOME/gnome-libs/support'
>> make[2]: Entering directory `/root/GNOME/gnome-libs/support'
>> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
>> -D_GNU_SOURCE  -I/usr/X11R6/include -I/usr/local/lib/glib/include
>> -I/usr/local/include  -g -O2 -Wall -Wno-unused  -c findme.c
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/X11R6/include
>> -I/usr/local/lib/glib/include -I/usr/local/include -g -O2 -Wall
>> -Wno-unused -Wp,-MD,.deps/findme.p -c -fPIC -DPIC findme.c
>> mv -f findme.o findme.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I/usr/X11R6/include
>> -I/usr/local/lib/glib/include -I/usr/local/include -g -O2 -Wall
>> -Wno-unused -Wp,-MD,.deps/findme.p -c findme.c >/dev/null 2>&1
>> make[2]: *** No rule to make target `/usr/local/include/libintl.h', needed
>> by `poptconfig.lo'.  Stop.
>> make[2]: Leaving directory `/root/GNOME/gnome-libs/support'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/root/GNOME/gnome-libs'
>> make: *** [all-recursive-am] Error 2
>> epicure:~/GNOME/gnome-libs#
>> ------------------------
>> after successfuly removing libz.a and zlib.h from my system, I attempted
>> to recompile the gnome-libs pacakge. Now, I'm left with a libintl.h
>> problem.
>> 
>> 
>> -- 
>>          To unsubscribe: mail gnome-list-request@gnome.org with 
>>                        "unsubscribe" as the Subject.
>> 
> 
> 




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