[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making GUI fails
From: |
Richard Frith-Macdonald |
Subject: |
Re: Making GUI fails |
Date: |
Wed, 6 Aug 2003 07:09:57 +0100 |
On Wednesday, August 6, 2003, at 12:27 AM, Fred Kiefer wrote:
Gregory John Casamento wrote:
You need to delete the stamp file. I had this issue.
This did not help, neither did the make distclean, as I was already
using this.
It worked for me.
The reason for the error is that the documentation file layout changed,
and
GSFusedSilica.h is in a new directory, but the stamp file (which
contains
generated dependency information used by make) still holds the old
location.
Removing the stamp file therefore fixes the problem ... since make can
no
longer read it for dependency information.
distclean ought to remove the stamp file for you ... but perhaps it
isn't doing
it properly. Or perhaps the file was created by root and you can't
remove it?