Re: Making GUI fails

2003-08-14 Thread Fred Kiefer
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. ___ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-

Re: Making GUI fails

2003-08-14 Thread Richard Frith-Macdonald
On Wednesday, August 6, 2003, at 07:09 AM, Richard Frith-Macdonald wrote: 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

Re: Making GUI fails

2003-08-14 Thread Fred Kiefer
Yes, this did solve the problem. Thank you Fred Richard Frith-Macdonald wrote: On Wednesday, August 6, 2003, at 10:42 PM, Fred Kiefer wrote: Richard Frith-Macdonald wrote: On Wednesday, August 6, 2003, at 07:09 AM, Richard Frith-Macdonald wrote: Removing the stamp file therefore fixes the prob

Making GUI fails

2003-08-14 Thread Fred Kiefer
Rebuilding GUI from scratch fails because of a problem in documentation. A make with doc=no succeds. What worries me is that I am the first to report this, as it should be broken for almost anybody else, so am I the only one still trying to compile doc? Fred The revelant output of make (Excus

Re: Making GUI fails

2003-08-14 Thread Richard Frith-Macdonald
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 fi

Re: Making GUI fails

2003-08-10 Thread Richard Frith-Macdonald
On Wednesday, August 6, 2003, at 10:42 PM, Fred Kiefer wrote: Richard Frith-Macdonald wrote: On Wednesday, August 6, 2003, at 07:09 AM, Richard Frith-Macdonald wrote: Removing the stamp file therefore fixes the problem ... since make can no longer read it for dependency information. distclean o

RE: Making GUI fails

2003-08-08 Thread Adam Fedor
> -Original Message- > From: Fred Kiefer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 3:18 PM > To: [EMAIL PROTECTED] > Subject: Making GUI fails > > > Rebuilding GUI from scratch fails because of a problem in > documentation. > A

Re: Making GUI fails

2003-08-07 Thread Gregory John Casamento
You need to delete the stamp file. I had this issue. --- Fred Kiefer <[EMAIL PROTECTED]> wrote: > Rebuilding GUI from scratch fails because of a problem in documentation. > A make with doc=no succeds. What worries me is that I am the first to > report this, as it should be broken for almost an

Re: Making GUI fails

2003-08-07 Thread Fred Kiefer
Richard Frith-Macdonald wrote: On Wednesday, August 6, 2003, at 07:09 AM, Richard Frith-Macdonald wrote: 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 d