Synopsis - Issue Tracker

Message501

Author stefan
Recipients stefan, vela
Date 2006-02-14.16:09:35
Content
Matej Vela via synopsis issue tracker wrote:
> Matej Vela <vela@debian.org> added the comment:
> 
> The trunk builds fine, but branches/Synopsis_0_8
> fails with the following error:
> 
> make[2]: Entering directory `/tmp/Synopsis/build/ctemp.linux-i686/src/Synopsis/gc/doc'
> make[2]: *** No rule to make target `README.darwin', needed by `all-am'.  Stop.
> make[2]: Leaving directory `/tmp/Synopsis/build/ctemp.linux-i686/src/Synopsis/gc/doc'
> make[1]: *** [all-recursive] Error 1

I have never seen this error before ! What platform are you on ?
Did you do a clean build or an incremental build ? (I recently upgraded the
gc sources to version 6.6, and in doing so removed the '.deps' directory
that used to be in the repository.)

A quick 'grep' shows the only mention of 'README.darwin' in Makefile.direct,
which isn't used (itself only mentioned as part of the EXTRA_DIST variable).

Can you try to figure out why make picks up the 'README.darwin' target at all ?
(The file is in the source directory, but we are building in a separate build dir.)
History
Date User Action Args
2006-02-14 16:09:35stefansetrecipients: + stefan, vela
2006-02-14 16:09:35stefanlinkbug82 messages
2006-02-14 16:09:35stefancreate