Re: Xcode 3 - Rez compile errors?
Re: Xcode 3 - Rez compile errors?
- Subject: Re: Xcode 3 - Rez compile errors?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 27 Mar 2008 07:47:07 -0700
On Mar 27, 2008, at 4:12 AM, Thomas Engelmeier <email@hidden
> wrote:
Hi,
I moved some crufty code from CodeWarrior to Xcode 3.x. Right now
the Rez phase fails. For me it seems everything is working but Xcode
flags 123 errors (every line where the Rez output contains ###). Is
there any setting I am missing?
Rez is invoked with the commandline
Rez /XCodeTemp/kat_gen_XT.build/i386/Debug.build/
ResourceManagerResources/Objects/Resource-68A4A88C.rsrc res/mac/
Resource.r
cd /Development/XTensions/kat_gen
/Developer/Tools/Rez -o /XCodeTemp/kat_gen_XT.build/i386/
Debug.build/ResourceManagerResources/Objects/Resource-68A4A88C.rsrc -
d SystemSevenOrLater=1 -useDF -script Roman -progress -define mw_rez
-undef ./res/ -undef ./res/mac -arch i386 -i /XCodeBuild/i386 -i /
Development/XTensions/kat_gen -i /XCodeBuild/i386 -i /XCodeBuild/
i386/include -i src -i res -i ../../XTheaders -i "../../XTheaders/
Component Headers" -isysroot /Developer/SDKs/MacOSX10.4u.sdk /
Development/XTensions/kat_gen/res/mac/Resource.r
/Developer/Tools/Rez V3.7B1
Copyright Apple Computer, Inc. 1986-2007
[snip... sample error follows...]
/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/
ApplicationServices.framework/Frameworks/HIServices.framework/
Headers/Icons.r:228: ### /Developer/Tools/Rez - Type 'cicn'
[snip...]
returning to /Development/XTensions/kat_gen/res/mac/Resource.r
looking for /Development/XTensions/kat_gen/res/mac/Resource.r
/Development/XTensions/kat_gen/res/mac/Resource.r:12: ### /Developer/
Tools/Rez - Resource 'vers' (1, purgeable).
Resource size (57) bytes
/Development/XTensions/kat_gen/res/mac/Resource.r:18: ### /Developer/
Tools/Rez - Resource 'vers' (2, purgeable).
Resource size (31) bytes
/Development/XTensions/kat_gen/res/mac/Resource.r:22: ### /Developer/
Tools/Rez - Resource 'STR#' (29000, "Owner").
Resource size (164) bytes
/Development/XTensions/kat_gen/res/mac/Resource.r:32: ### /Developer/
Tools/Rez - Read 'TEXT' (20000).
...read data fork (1163 bytes) from /Development/XTensions/kat_gen/
res/mac/defaults.xml
Resource size (1163) bytes
### /Developer/Tools/Rez - Elapsed time 0 seconds
Xcode flags the -progress output as errors. Remove that flag.
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