Re: gdk_imlib problem



Todd> reflections% make                            ~/gnome/cvs/imlib/gdk_imlib
Todd> make: *** No rule to make target `/usr/include/gdk/gdk.h', needed by
Todd> 	`cache.lo'.  Stop.

Todd> The Makefile is loaded up with -I/usr/local/include


This means you built in that directory before when /usr/include had
gdk/gdk.h.  Then you removed /usr/include/gdk/gdk.h and tried to
rebuild.  The old name of the header file was left in the dependency
files, which causes the problem.

One fix:

	find . -name '*.deps' -print | xargs rm -rf
	make clean

Tom



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