[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: Making build-headers for framework xxx... ln:`.//Headers/Headers'
From: |
Nicola Pero |
Subject: |
Re[2]: Making build-headers for framework xxx... ln:`.//Headers/Headers': File exists |
Date: |
Mon, 31 Mar 2003 17:58:46 +0100 (BST) |
> >| > I've updated make core tree with current cvs and now, each time I want
> to buil already working framework, I get:
> >| > <<
> >| > Making build-headers for framework MyFramework...
> >| > ln: `.//Headers/Headers': File exists
> >| > >>
> >| >
> >| > I think it came from Instance/framework.make around line 210.
> >| > Is it "normal" ?
> >|
> >| Of couse not :-)
> >|
> >|
> >| > How can I correct this ?
> >|
> >| Can you send a bit more information on what the problem is ? That is, the
> >| output of 'make messages=yes'. I can't reproduce this problem, so you
> >| need to provide us with more help to figure out what's going wrong.
> >|
> >| Maybe you are setting some custom variable (some version / directory / ...
> >| thing) in a way which no longer works ? Please send me the GNUmakefiles
> >| you are using if you think that might be the case.
>
> Back to this problem :-)
>
> I make thing working by adding a -f to $(LN_S) line 211 of
> Makefiles/Instance/framework.make
>
> Here is my makefile.
> [...]
Thanks - very useful - it was a bug in framework.make which wasn't really
coping gracefully with the case of a framework with no headers.
I applied a fix to CVS. Let me know if it works.