Re: gdk_imlib problem



Todd Graham Lewis <tlewis@mindspring.net> writes:
> reflections% make                            ~/gnome/cvs/imlib/gdk_imlib
> make: *** No rule to make target `/usr/include/gdk/gdk.h', needed by
> 	`cache.lo'.  Stop.
> 
> The Makefile is loaded up with -I/usr/local/include, and none of the header
> files, so far as I can tell, include a full pathname.  If I symlink /usr/
> local/include/gdk to /usr/include, then I get:
> 
> reflections% make                            ~/gnome/cvs/imlib/gdk_imlib
> make: *** No rule to make target `/usr/include/glib.h', needed by
> 	`cache.lo'.  Stop.

Looks like you moved gtk+ from /usr/include to /usr/local/include.
`automake', which handles dependency tracking, cannot handle moved or
removed header files cleanly (as of now.  Future versions may be OK).

	% rm -fr `find . -name .deps -print`
	% make clean && make

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



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