Re: Errors Using Framework-style Rez Includes
Re: Errors Using Framework-style Rez Includes
- Subject: Re: Errors Using Framework-style Rez Includes
- From: Chris Espinosa <email@hidden>
- Date: Mon, 8 Dec 2003 13:51:44 -0800
On Dec 6, 2003, at 8:41 PM, Kevin Grant wrote:
have placed these kinds of includes in my Rez files:
#include "Carbon/Carbon.r"
Can anyone tell me why Xcode gives me this error, and how it might be
avoided?
MyResources.r:15: SysError 0 during open of "Carbon/Carbon.r". Fatal
Error, can't recover.
I can say that I don't have "Rez search paths" set to anything, and
[in this example] Carbon.framework has been added to my project.
Also, unfortunately this does *not* seem to be a work-around:
#include
"/System/Library/Frameworks/Carbon.framework/Headers/Carbon.r"
I was sure this worked at one point; but this recently broke because
apparently a cached resource was forced to finally recompile. Arrrgh,
something in my setup must have changed.
Have you tried #include <Carbon/Carbon.r> ? The convention for quoting
system includes is angle brackets, not double-quotes.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.