Re: Package location



>>>>> "Harold" == Harold Schlicht <schlicht@chaffee.net> writes:

Harold>          'make' says:
Harold> "*** No rule to make target /usr/lib/glib/include/glibconfig.h", needed by
Harold> '.deps.utils.P' . Stop"

Typically this error occurs because the file in question was deleted.

Harold> Although that's close to what you suugested above, I can't
Harold> actually track the problem down.  The glibconfig.h file is
Harold> actually there.  Any other ideas/instructions?

If the file actually exists and is readable, then something very
mysterious is happening.  Are you sure it isn't a dangling symlink or
something like that?

As a workaround try removing the `.deps' directories from your build
tree:

	find . -name .deps -print | xargs rm -rf

Tom



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