Re: gcc errors
Re: gcc errors
- Subject: Re: gcc errors
- From: Andrew Pinski <email@hidden>
- Date: Mon, 5 Nov 2001 10:47:28 -0500
Actually this is an know bug in Project Builder, that according to Apple
will be fixed in the next revision of the Developers' tools.
Thanks,
Andrew Pinski
On Monday, November 5, 2001, at 10:40 , Markus Hitter wrote:
Am Montag den, 5. November 2001, um 15:54, schrieb email@hidden:
I have a log entry that says:
warning: <My App 0.3>My App 0.3 depends on itself
Sorry, can't explain it better than this text. For sure, it's no (g)cc
error but one detected by the build system ("make" or "pbxbuild")
There are two ways to create a dependency:
1) With the target selected, click to the left of a file to make the
little circle appear. This makes the target dependent on this file.
Newly added files have this circle by default.
2) You can create dependencies between two targets in the "target" tab.
Ctrl-drag(?) to do it.
So, open all your groups and folders and check where's you fault.
Markus