Re: gdk_imlib problem
- From: Tom Tromey <tromey cygnus com>
- To: Todd Graham Lewis <tlewis mindspring net>
- Cc: gnome nuclecu unam mx
- Subject: Re: gdk_imlib problem
- Date: 16 Jul 1998 09:34:52 -0600
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]