Hi all,
I've been having a bit of a headache lately...
My main dev machine is a recent G5 tower, and I dual boot Panther and Tiger, mostly doing my builds on Xcode 1.5 to give me backwards compatibility.
Lately I simply cannot build stuff on Xcode 1.5, Rez just hangs indefinitely (using 100% cpu) trying to rez resources for either applications or AudioUnit components. If I kill the build process and try again it sometimes finishes, but ends up producing a corrupt .rsrc file. I can successfully rez files with Xcode 2.1.
A sample run with -p gives:
/Developer/Tools/Rez V3.5D1
Copyright Apple Computer, Inc. 1986-2000
looking for mac/apprsrc.r
looking for /System/Library/Frameworks/Carbon.framework/Headers/Carbon.r
...reading from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.r
looking for /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.r
...reading from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.r
looking for /System/Library/Frameworks/CarbonCore.framework/Headers/CarbonCore.r
looking for /System/Library/Frameworks/CarbonCore.framework/PrivateHeaders/CarbonCore.r
looking for /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.r
...reading from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.r
looking for /System/Library/Frameworks/CarbonCore.framework/Headers/ConditionalMacros.r
looking for /System/Library/Frameworks/CarbonCore.framework/PrivateHeaders/ConditionalMacros.r
looking for /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/ConditionalMacros.r
...reading from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/ConditionalMacros.r
and then it gets no further.
I went as far as wiping my hard drive and reinstalling the OS and Xcode but still I cannot Rez files succesfully!