<?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: Can I use Linux version of FGDB API on a Mac? in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57493#M122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It was worth a shot, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 15:44:01 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2011-08-01T15:44:01Z</dc:date>
    <item>
      <title>Can I use Linux version of FGDB API on a Mac?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57490#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried loading the 64-bit version in xcode 4 on a Mac OS 10.6 (Snow Leopard), but I'm getting multiple "semantic issue" and "parse issue" errors, most of which seem to relate to dllimport. I've attached a screenshot of my header/library search paths. Is there a linker flag I should be using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also can't seem to be able to build the samples either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the following errors when running make after adding $LD_LIBRARY_PATH to my profile&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;odoemac:samples odoe$ make
make -C Domains
g++ -fPIC -O2 -m32 -W -fexceptions -fno-inline&amp;nbsp; -D_CONSOLE -DUNICODE -D_UNICODE -DLINUX -D_REENTRANT -DFILEGDB_API -D__USE_FILE_OFFSET64 -DLINUX_FILEGDB_API -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I../../include -I.&amp;nbsp; -c Domains.cpp
In file included from ../../include/FileGDBAPI.h:25,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Domains.cpp:25:
../../include/GeodatabaseManagement.h:56: error: expected constructor, destructor, or type conversion before ???(??? token
../../include/GeodatabaseManagement.h:64: error: expected constructor, destructor, or type conversion before ???(??? token
../../include/GeodatabaseManagement.h:69: error: expected constructor, destructor, or type conversion before ???(??? token
../../include/GeodatabaseManagement.h:77: error: expected constructor, destructor, or type conversion before ???(??? token
In file included from ../../include/FileGDBAPI.h:26,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from Domains.cpp:25:
../../include/Geodatabase.h:55: error: expected initializer before ???Geodatabase???
Domains.cpp:156: error: expected `}' at end of input
make[1]: *** [Domains.o] Error 1
make: *** [Domains] Error 2
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is Mac dev just a flat out no go?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not a C++ dev, so maybe there is stuff I am missing, but any help is appreciated, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 03:10:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57490#M119</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2011-07-31T03:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Linux version of FGDB API on a Mac?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57491#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd bet that this is not possible (different compilers?), but I'd be very interested if it were... especially because VirtualBox doesn't want to play nice with Lion. Can anyone out there give us a more definitive answer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 03:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57491#M120</guid>
      <dc:creator>MitchAttig</dc:creator>
      <dc:date>2011-08-01T03:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Linux version of FGDB API on a Mac?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57492#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would be amazed if there was any possibility that this would work.&amp;nbsp; MacOS is not Linux - not even close.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a chance that there might eventually be a MacOS version of the API, but it would be dangerous to guess as to when that might occur.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 15:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57492#M121</guid>
      <dc:creator>DavidSousa</dc:creator>
      <dc:date>2011-08-01T15:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use Linux version of FGDB API on a Mac?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57493#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It was worth a shot, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 15:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/can-i-use-linux-version-of-fgdb-api-on-a-mac/m-p/57493#M122</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2011-08-01T15:44:01Z</dc:date>
    </item>
  </channel>
</rss>

