Re: Project Builder Problems
Re: Project Builder Problems
- Subject: Re: Project Builder Problems
- From: Mark T <email@hidden>
- Date: Sun, 24 Mar 2002 17:51:51 -0500
>
I recently got a new PowerBook G4. Project Builder occasionally fails to
>
build a target. It goes something like this:
>
...blah blah blah
>
don't know how to make SomeObjectiveCSourceFile.m
...blah blah blah
>
>
It always worked fine on my old iBook. This even happens on my PowerBook
>
with some of the projects I transferred directly to the PowerBook from
>
the iBook.
>
>
It also happens if I do /usr/bin/pbxbuild through the shell.
>
>
What it seems to be saying is that it can't for some reason compile
>
SomeObjectiveCSourceFile.m into an object file. That sort of creates a
>
domino effect, preventing it from combining them into master.o, and with
>
no master.o, it can't link the frameworks and libraries to create the
>
stand-alone executable.
>
>
Anybody have any idea why this is happening?
I would check the creation and modification dates on
SomeObjectiveCSourceFile.m ... Gcc has a problem where it does just this if
the file seems to have been created or modified before 0 on the UNIX
clock(ie, Jan 1, 1970). Don't ask me how files get that way but I had the
same exact problem a few weeks ago. Merely resaving new copies of the
affected files fixed it for me.
Good luck,
Mark T.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.