Re: Depends?
Re: Depends?
- Subject: Re: Depends?
- From: Christian Molick <email@hidden>
- Date: Thu, 8 Nov 2001 06:09:25 -0800
Sorry for the noise, but since there does not seem to be any docs for the
compiler errors, the list is the only place to ask. Or should this be on
the Project Builder list? When I build my program, which is now about 30
files, I get:
don't know how to make StartButton copy
warning: <Robin Hood 0.3>Robin Hood 0.3.app depends on itself
don't know how to make MaidMarion.m
There is much more but my guess is that this cryptic "depends on itself"
is the culprit.
I've poured over my code all morning--three hours now--but can't find
anything obvious. So, until I get a few more neurons connected, can
someone explicate this warning/error?
The depends on itself warning is meaningless and will go away in a future
release. The problem is the first "don't know how to make" or other such
error. Not knowing how to make a source file implies a bad reference.
Use Show Info after selecting the source file in the Files panel and check
if the reference is in red, and in the case of source files if they can be
edited. In some cases it may also be helpful to use Show Info on the
project at the top of the Files panel to rebuild the index. Also,
datestamps before 1970 can happen, on portables in particular, and cause
this problem if used for builds.
ChristianM
References: | |
| >Depends? (From: email@hidden) |