Re: Rez hanging.
Re: Rez hanging.
- Subject: Re: Rez hanging.
- From: Chris Espinosa <email@hidden>
- Date: Thu, 27 Oct 2005 12:02:42 -0700
On Oct 27, 2005, at 11:35 AM, Robert Smith, MSD wrote: I have a very simple Carbon.r file like this:
data 'plst' (0) { $"00" /* . */ };
It has Unix, not Mac, line endings. The command /Developer/Tools/Rez Carbon.r just hangs. Any invocation of Rez hangs except for those that give an immediate error or usage text. I have reinstalled the Developer tools. I have Xcode 1.5 on OSX 10.3.9. I can email someone an output from sample if this would help.
That built for me in 1.5 on 10.3.9. Do you have Rez Header Paths or #include directives that might be inclining Xcode to go looking for /System/Library/Frameworks/Carbon.framework/Headers/Carbon.r when it's trying to build your resource file? Or maybe it's accidentally #including itself, meaning to include the Carbon resource header?
In Xcode 1.5 you can add the -p option to OTHER_REZ_FLAGS to get progress diagnostics to see what's happening. In later Xcodes there's a checkbox for this in the Rez build settings.
As always, file a bug and provide a complete build transcript, and if possible your project file.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Rez hanging. (From: "Robert Smith, MSD" <email@hidden>) |