Re: Error compiling .r resource file with XCode 2.5 on Intel and OS X 10.5.6
Re: Error compiling .r resource file with XCode 2.5 on Intel and OS X 10.5.6
- Subject: Re: Error compiling .r resource file with XCode 2.5 on Intel and OS X 10.5.6
- From: Chris Espinosa <email@hidden>
- Date: Mon, 11 May 2009 07:52:19 -0700
On May 11, 2009, at 6:16 AM, Ed Gronenschild wrote:
Hi,
I just installed XCode 2.5 on a Mac PowerPC using
OS X 10.4.11 and my project builds fine.
However, with XCode 2.5 installed on a Mac Intel
using OS X 10.5.6 I get an error when compiling two .r
resource files. The build error message is
"Merging resources into /../ResourceManagerResources/MyAppl.rsrc"
eofErr.
One of the compiled .rsrc files in /../ResourceManagerResources/
Objects
is extremely large (64 MByte compared to 56 KByte for the
PowerPC project).
In the .r file the first line reads #include <Carbon/Carbon.r>.
In the project settings I set the Rez Search Paths
to "/XCode2.5/Headers/FlatCarbon"
The cross-develop target SDK is Mac OS X 10.3.9.
I noticed something strange in this respect:
if I turn on "Show Diagnostic Output" in the project
settings for Rez I get a lot of errors and the project
will not even build on a PowerPC. If I turn it off
(default setting) then it will build fine on a PowerPC.
Have you compiled these resource files for Intel before, even on a
PowerPC?
Do you have custom resources defined with a resource template?
Having the size of something go above 64Mb is a typical symptom of
having an int being interpreted in the wrong byte order.
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