<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Xcode 3.1 compile error for IntelMac 10.4/10.5 Add-on in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156763#M6465</link>
    <description>&lt;BLOCKQUOTE&gt;nikko wrote:&lt;BR /&gt;I'm  trying to compile some of the examples in API DevKit 11.21 on OSX Intel 10.5 using Xcode 3.1 and I consistantly get the following error:&lt;BR /&gt;
    &amp;gt; Rezzing RFIX.mac/Plan_Dump.r(1 error)&lt;BR /&gt;
        &amp;gt; SysError 0 during open of "ResTmpl.r"&lt;BR /&gt;
I get the same error whether compiling for 10.4 or 10.5&lt;/BLOCKQUOTE&gt;
"ResTmpl.r" is an include file bundled with the ArchiCAD API, and is required for compiling an add-on's resources. It can be found in the Support/Inc directory of your API dev kit. Jut add a path to this directory to the list of Rez Search Paths (see attached image)&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/14440i4392F52AEEE71667/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rez.jpg" title="rez.jpg" /&gt;</description>
    <pubDate>Tue, 02 Sep 2008 08:44:37 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2008-09-02T08:44:37Z</dc:date>
    <item>
      <title>Xcode 3.1 compile error for IntelMac 10.4/10.5 Add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156762#M6464</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I'm trying to compile some of the examples in API DevKit 11.21 on OSX Intel 10.5 using Xcode 3.1 and I consistantly get the following error:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Rezzing RFIX.mac/Plan_Dump.r(1 error)&lt;BR /&gt;&amp;gt; SysError 0 during open of "ResTmpl.r"&lt;BR /&gt;&lt;BR /&gt;I get the same error whether compiling for 10.4 or 10.5&lt;BR /&gt;&lt;BR /&gt;Has anyone ever encountered this problem? From what I can deduce from the Apple Developer Docs, the error is related to Carbon Libraries.&lt;BR /&gt;&lt;BR /&gt;Any suggestions would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Nicholas Rogers&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 12:59:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156762#M6464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Xcode 3.1 compile error for IntelMac 10.4/10.5 Add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156763#M6465</link>
      <description>&lt;BLOCKQUOTE&gt;nikko wrote:&lt;BR /&gt;I'm  trying to compile some of the examples in API DevKit 11.21 on OSX Intel 10.5 using Xcode 3.1 and I consistantly get the following error:&lt;BR /&gt;
    &amp;gt; Rezzing RFIX.mac/Plan_Dump.r(1 error)&lt;BR /&gt;
        &amp;gt; SysError 0 during open of "ResTmpl.r"&lt;BR /&gt;
I get the same error whether compiling for 10.4 or 10.5&lt;/BLOCKQUOTE&gt;
"ResTmpl.r" is an include file bundled with the ArchiCAD API, and is required for compiling an add-on's resources. It can be found in the Support/Inc directory of your API dev kit. Jut add a path to this directory to the list of Rez Search Paths (see attached image)&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/14440i4392F52AEEE71667/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rez.jpg" title="rez.jpg" /&gt;</description>
      <pubDate>Tue, 02 Sep 2008 08:44:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156763#M6465</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-09-02T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Xcode 3.1 compile error for IntelMac 10.4/10.5 Add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156764#M6466</link>
      <description>Thanks very much Ralph,&lt;BR /&gt;
&lt;BR /&gt;
It turned out that my installation of Xcode 3.1 was the problem.&lt;BR /&gt;
&lt;BR /&gt;
I reinstalled Xcode 3.1 without the iPhone SDK and everything is working as expected. (Code compiles)&lt;BR /&gt;
&lt;BR /&gt;
Thanks very much for the help,&lt;BR /&gt;
&lt;BR /&gt;
Nicholas Rogers</description>
      <pubDate>Tue, 02 Sep 2008 23:45:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Xcode-3-1-compile-error-for-IntelMac-10-4-10-5-Add-on/m-p/156764#M6466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-02T23:45:01Z</dc:date>
    </item>
  </channel>
</rss>

