<?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: Problem using QtCreator with RHEL 6.5 in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-using-qtcreator-with-rhel-6-5/m-p/149134#M700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've now managed to get round this by building Qt and then QtCreator from source, following the instructions given here: &lt;/SPAN&gt;&lt;A href="http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html"&gt;http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QtCreator can then be associated with the version of the Qt libraries supplied by ArcGIS, by following the instructions here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm"&gt;https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 13:20:25 GMT</pubDate>
    <dc:creator>SharonBullimore</dc:creator>
    <dc:date>2014-06-06T13:20:25Z</dc:date>
    <item>
      <title>Problem using QtCreator with RHEL 6.5</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-using-qtcreator-with-rhel-6-5/m-p/149133#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to follow the instructions to set up ArcGIS SDK on 32 bit RHEL 6.5 which are given here: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm"&gt;https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm&lt;/A&gt;&lt;SPAN&gt;. I have installed the latest version of QtCreator using the qt-creator-opensource-linux-x86-3.1.1.run file downloaded from &lt;/SPAN&gt;&lt;A href="http://qt-project.org/downloads"&gt;http://qt-project.org/downloads&lt;/A&gt;&lt;SPAN&gt;. However, when I try to run QtCreator I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to load core: /home/user/Qt5.1.1/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libCore.so: Cannot load library /home/user/Qt5.1.1/Tools/QtCreator/lib/qtcreator/plugins/QtProject/libCore.so: (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/user/Qt5.1.1/Tools/QtCreator/lib/qtcreator/plugins/QtProject/../.././libQt5CLucene.so.5)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have searched forums and tried several approaches to fixing this. I have tried updating glibc using the following rpm: glibc-2.12-7.2.src.rpm. I have also tried updating gcc to version 4.7 by installing the Red Hat Developer Toolkit but I still do not have a version of libstdc++ containing GLIBCXX_3.4.15 (the highest version number I have is GLIBCXX_3.4.13).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next thing I am considering trying is to build QtCreator from source. The problem I have is that this requires private headers from the Qt library (as explained here: &lt;/SPAN&gt;&lt;A href="http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html"&gt;http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html&lt;/A&gt;&lt;SPAN&gt;) so Qt should be configured with the -developer-build option. However I do not want to rebuild the Qt libraries because I want to use the version supplied by ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be grateful if anyone has suggestions as to the best thing to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SB&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-using-qtcreator-with-rhel-6-5/m-p/149133#M699</guid>
      <dc:creator>SharonBullimore</dc:creator>
      <dc:date>2014-06-06T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using QtCreator with RHEL 6.5</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-using-qtcreator-with-rhel-6-5/m-p/149134#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've now managed to get round this by building Qt and then QtCreator from source, following the instructions given here: &lt;/SPAN&gt;&lt;A href="http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html"&gt;http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QtCreator can then be associated with the version of the Qt libraries supplied by ArcGIS, by following the instructions here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm"&gt;https://developers.arcgis.com/qt/guide/install-and-set-up-on-linux.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 13:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-using-qtcreator-with-rhel-6-5/m-p/149134#M700</guid>
      <dc:creator>SharonBullimore</dc:creator>
      <dc:date>2014-06-06T13:20:25Z</dc:date>
    </item>
  </channel>
</rss>

