<?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: g++: error: /FS: No such file or directory in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/g-error-fs-no-such-file-or-directory/m-p/213630#M1071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see 2 issues in your screenshot from the post installer. The first is that for x86, you have the minGW kit selected, but we require the MSVC 2015 kit instead. The second is that for x64, you have the winRT kit selected, but we require the regular MSVC 2015 kit (not Windows RT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the 64 bit kit - &lt;A href="https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-msvc2015_64-5.8.0.exe"&gt;qt-opensource-windows-x86-msvc2015_64-5.8.0.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the 32 bit kit - &lt;A href="https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-msvc2015-5.8.0.exe"&gt;qt-opensource-windows-x86-msvc2015-5.8.0.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the install guide for windows -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/install-and-set-up-on-windows.htm" title="https://developers.arcgis.com/qt/latest/qml/guide/install-and-set-up-on-windows.htm"&gt;Install and set up on Windows—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2017 16:32:49 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2017-03-20T16:32:49Z</dc:date>
    <item>
      <title>g++: error: /FS: No such file or directory</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/g-error-fs-no-such-file-or-directory/m-p/213629#M1070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use the ArcGIS Runtime 100 Qt Quick c++ app &amp;nbsp;template to create a project. But It shows the&amp;nbsp;/FS error when I build it. I have not write a line in the new project. So it must be my wrong configuration. But I don't know how to fix it. This is my post Installer configuration. The IDE is Qt Creator 5.8.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/343195_pastedImage_1.png" style="width: 620px; height: 454px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000aa;"&gt;when I build. The message is like this below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000aa;"&gt;22:32:27: 为项目demo320执行步骤 ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000aa;"&gt;22:32:27: 配置没有改变, 跳过 qmake 步骤。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000aa;"&gt;22:32:27: 正在启动 "D:\Qt\Tools\mingw530_32\bin\mingw32-make.exe" &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #0000aa;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;D:/Qt/Tools/mingw530_32/bin/mingw32-make -f Makefile.Debug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;mingw32-make[1]: Entering directory 'E:/programing/c++/qt/build-demo320-Desktop_Qt_5_8_0_MinGW_32bit-Debug'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;g++ -c -pipe -fno-keep-inline-dllexport -g -std=gnu++11 /FS -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_QML_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_SENSORS_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I..\demo320 -I. -I"D:\Program Files (x86)\ArcGIS SDKs\Qt100.0\sdk\include" -I"D:\Program Files (x86)\ArcGIS SDKs\Qt100.0\sdk\include\LocalServer" -ID:\Qt\5.8\mingw53_32\include -ID:\Qt\5.8\mingw53_32\include\QtOpenGL -ID:\Qt\5.8\mingw53_32\include\QtWidgets -ID:\Qt\5.8\mingw53_32\include\QtQuick -ID:\Qt\5.8\mingw53_32\include\QtGui -ID:\Qt\5.8\mingw53_32\include\QtANGLE -ID:\Qt\5.8\mingw53_32\include\QtXml -ID:\Qt\5.8\mingw53_32\include\QtQml -ID:\Qt\5.8\mingw53_32\include\QtNetwork -ID:\Qt\5.8\mingw53_32\include\QtPositioning -ID:\Qt\5.8\mingw53_32\include\QtSensors -ID:\Qt\5.8\mingw53_32\include\QtCore -Idebug -ID:\Qt\5.8\mingw53_32\mkspecs\win32-g++ -o debug\main.o ..\demo320\main.cpp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000;"&gt;g++: error: /FS: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Makefile.Debug:517: recipe for target 'debug/main.o' failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000;"&gt;mingw32-make[1]: *** [debug/main.o] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;mingw32-make[1]: Leaving directory 'E:/programing/c++/qt/build-demo320-Desktop_Qt_5_8_0_MinGW_32bit-Debug'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Makefile:34: recipe for target 'debug' failed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000;"&gt;mingw32-make: *** [debug] Error 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000; font-weight: 600;"&gt;22:32:28: 进程"D:\Qt\Tools\mingw530_32\bin\mingw32-make.exe"退出，退出代码 2 。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000;"&gt;Error while building/deploying project demo320 (kit: Desktop Qt 5.8.0 MinGW 32bit)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #aa0000;"&gt;When executing step "Make"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000aa;"&gt;22:32:28: Elapsed time: 00:01.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="343194" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/343194_pastedImage_1.png" style="width: 620px; height: 191px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Has anyone else had issues like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/g-error-fs-no-such-file-or-directory/m-p/213629#M1070</guid>
      <dc:creator>ShaLi</dc:creator>
      <dc:date>2017-03-20T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: g++: error: /FS: No such file or directory</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/g-error-fs-no-such-file-or-directory/m-p/213630#M1071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see 2 issues in your screenshot from the post installer. The first is that for x86, you have the minGW kit selected, but we require the MSVC 2015 kit instead. The second is that for x64, you have the winRT kit selected, but we require the regular MSVC 2015 kit (not Windows RT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the 64 bit kit - &lt;A href="https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-msvc2015_64-5.8.0.exe"&gt;qt-opensource-windows-x86-msvc2015_64-5.8.0.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the 32 bit kit - &lt;A href="https://download.qt.io/archive/qt/5.8/5.8.0/qt-opensource-windows-x86-msvc2015-5.8.0.exe"&gt;qt-opensource-windows-x86-msvc2015-5.8.0.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the install guide for windows -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/guide/install-and-set-up-on-windows.htm" title="https://developers.arcgis.com/qt/latest/qml/guide/install-and-set-up-on-windows.htm"&gt;Install and set up on Windows—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:32:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/g-error-fs-no-such-file-or-directory/m-p/213630#M1071</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-03-20T16:32:49Z</dc:date>
    </item>
  </channel>
</rss>

