<?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: undefined references of libEsriRuntimeQt.so in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381117#M1912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maximilian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you remove "-lGL" from the LIBS? Also, what happens if you add the Qt framework's "lib" folder to LD_LIBRARY_PATH within Qt Creator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 18:02:02 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2015-12-10T18:02:02Z</dc:date>
    <item>
      <title>undefined references of libEsriRuntimeQt.so</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381116#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed the ArcGIS Qt SDK in my Ubuntu 14.04.3 LTS virtual machine and now I'm trying to compile the ArcGIS template project. I already fixed the problem with the libc++.so.1 (see &lt;A href="https://community.esri.com/thread/138336"&gt;Error when compiling simple program&lt;/A&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are still some errors (check screenshot). I tried the solution of &lt;A href="https://community.esri.com/migrated-users/3398"&gt;Drew Dowling&lt;/A&gt;​ in &lt;A href="https://community.esri.com/thread/90136"&gt;sample project not compliing, map.h not found&lt;/A&gt; :&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14497385775252221 jive_text_macro" data-renderedposition="134_8_912_16" jivemacro_uid="_14497385775252221" modifiedtitle="true"&gt;&lt;P&gt;sudo apt-get install mesa-common-dev freeglut3 freeglut3-dev libglu1-mesa libglu1-mesa-dev libglui-dev binutils-gold packaging-dev build-essential&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The errors are still there. I have no idea how to fix these errors. Please help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance! Please feel free to contact me if you need any further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maximilian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 09:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381116#M1911</guid>
      <dc:creator>MaximilianSchönenberg</dc:creator>
      <dc:date>2015-12-10T09:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: undefined references of libEsriRuntimeQt.so</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381117#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maximilian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you remove "-lGL" from the LIBS? Also, what happens if you add the Qt framework's "lib" folder to LD_LIBRARY_PATH within Qt Creator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 18:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381117#M1912</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-12-10T18:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: undefined references of libEsriRuntimeQt.so</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381118#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for that late answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't worked for me. I switched now to a real machine and installed ubuntu 14.04.3 LTS and did the same steps as before (didn't need to fix the problem libc++.so.1). Now it works without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this isn't the solution for the problem, but now I can start my development with a working environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Maximilian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/undefined-references-of-libesriruntimeqt-so/m-p/381118#M1913</guid>
      <dc:creator>MaximilianSchönenberg</dc:creator>
      <dc:date>2016-01-05T09:05:11Z</dc:date>
    </item>
  </channel>
</rss>

