• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Errors Using Framework-style Rez Includes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Errors Using Framework-style Rez Includes
      • From: Kevin Grant <email@hidden>
References: 
 >Errors Using Framework-style Rez Includes (From: Kevin Grant <email@hidden>)

  • Prev by Date: Re: Strange Xcode messages in console
  • Next by Date: gdb can't find class info
  • Previous by thread: Errors Using Framework-style Rez Includes
  • Next by thread: Re: Errors Using Framework-style Rez Includes
  • Index(es):
    • Date
    • Thread