<?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: Building AC11 add-on on ppc-Mac with CodeWarrior 9 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64893#M7580</link>
    <description>I had the same problems when trying to build in CodeWarrior9.0. I've switched to CodeWarrior9.6 and problems went away...&lt;BR /&gt;
&lt;BR /&gt;
Pavol</description>
    <pubDate>Wed, 28 Nov 2007 10:22:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-28T10:22:52Z</dc:date>
    <item>
      <title>Building AC11 add-on on ppc-Mac with CodeWarrior 9</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64891#M7578</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;We have a problem building example add-on (Attribute_Test) using CodeWarrior 9 and ArchiCAD 11 devkit. We are using macOS X 10.4 on ppc-Mac. &lt;BR /&gt;There was also a problem with math.h header file, which is used by CodeWarrior for some reason (isn't /usr/include/architecture/ppc/math.h for gcc?). The fix was to not use _scalb$UNIX2003 when CodeWarrior is used:&lt;BR /&gt;&lt;BR /&gt;/* maps to _scalb$UNIX2003 on __ppc__ and _scalb elsewhere */&lt;BR /&gt;#if defined( __ppc__ ) &amp;amp;&amp;amp; ! defined(__MWERKS__)&lt;BR /&gt;extern double scalb ( double, double ) __asm("_scalb$UNIX2003" );&lt;BR /&gt;#else&lt;BR /&gt;extern double scalb ( double, double );&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;When in linking phase, the following error is outputted by the linker:&lt;BR /&gt;Link Error : Can't load object data for file 'bundle1.o'&lt;BR /&gt;&lt;BR /&gt;This happens even though the bundle1.o is included in the add-on project.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Aug 2023 14:23:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64891#M7578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-04T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Building AC11 add-on on ppc-Mac with CodeWarrior 9</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64892#M7579</link>
      <description>&lt;BLOCKQUOTE&gt;jyrki.saarinen wrote:&lt;BR /&gt;When in linking phase, the following error is outputted by the linker:&lt;BR /&gt;
Link Error   : Can't load object data for file 'bundle1.o'&lt;BR /&gt;
This happens even though the bundle1.o is included in the add-on project.&lt;BR /&gt;
Any ideas?&lt;/BLOCKQUOTE&gt;
Does the CodeWarrior project still have a valid link to the library? You can check by right-clicking on the file and selecting "File Path" (see the attached image).</description>
      <pubDate>Tue, 30 Oct 2007 16:44:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64892#M7579</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-10-30T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Building AC11 add-on on ppc-Mac with CodeWarrior 9</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64893#M7580</link>
      <description>I had the same problems when trying to build in CodeWarrior9.0. I've switched to CodeWarrior9.6 and problems went away...&lt;BR /&gt;
&lt;BR /&gt;
Pavol</description>
      <pubDate>Wed, 28 Nov 2007 10:22:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Building-AC11-add-on-on-ppc-Mac-with-CodeWarrior-9/m-p/64893#M7580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-28T10:22:52Z</dc:date>
    </item>
  </channel>
</rss>

