Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. 1: error: error: /FS: No such file or directory

1: error: error: /FS: No such file or directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt 5.6
17 Posts 3 Posters 8.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Mathan M
    19 Jul 2016, 11:17

    Hi @jsulm ,

    Warning Message : Display name is not unique.

    I had not added any thing in .pro file. Just left as it is.

    Compiler Output:
    12:14:31: Running steps for project MMPKAndroid...
    12:14:31: Starting: "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" clean
    D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug clean
    mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
    del debug\qrc_qml.cpp debug\qrc_Resources.cpp
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\qrc_qml.cpp
    del debug\main.o debug\qrc_qml.o debug\qrc_Resources.o
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\main.o
    del debug\Resources_res.o
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\Resources_res.o
    mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
    D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release clean
    mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
    del release\qrc_qml.cpp release\qrc_Resources.cpp
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\qrc_qml.cpp
    del release\main.o release\qrc_qml.o release\qrc_Resources.o
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\main.o
    del release\Resources_res.o
    Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\Resources_res.o
    mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
    12:14:32: The process "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" exited normally.
    12:14:32: Elapsed time: 00:01.

    Thanks

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 19 Jul 2016, 11:33 last edited by
    #6

    @Mathan-M I cannot see "1: error: error: /FS: No such file or directory" in the compiler output you posted.
    Try to execute qmake and then do a rebuild.

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mathan M
      wrote on 19 Jul 2016, 12:05 last edited by
      #7

      Hi,

      I execute Qmake and rebuild the project.

      The Error shown under Issues Tab with Red exclamatory symbol.:

      :-1: error: error: /FS: No such file or directory

      Thanks

      J 1 Reply Last reply 19 Jul 2016, 12:31
      0
      • M Mathan M
        19 Jul 2016, 12:05

        Hi,

        I execute Qmake and rebuild the project.

        The Error shown under Issues Tab with Red exclamatory symbol.:

        :-1: error: error: /FS: No such file or directory

        Thanks

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 19 Jul 2016, 12:31 last edited by
        #8

        @Mathan-M And what is shown in "Compile Output" tab?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mathan M
          wrote on 19 Jul 2016, 12:32 last edited by
          #9

          Nothing else, Just this message only.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Mathan M
            wrote on 19 Jul 2016, 12:40 last edited by
            #10

            I just created an app using ESRI ArcGIS SDK runtime Quartz in Qt 5.6
            I had not added/modified single line of code. Just compile
            The error show up.

            :-1: error: error: /FS: No such file or directory

            Thanks.

            J 1 Reply Last reply 20 Jul 2016, 04:15
            0
            • M Mathan M
              19 Jul 2016, 12:40

              I just created an app using ESRI ArcGIS SDK runtime Quartz in Qt 5.6
              I had not added/modified single line of code. Just compile
              The error show up.

              :-1: error: error: /FS: No such file or directory

              Thanks.

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 20 Jul 2016, 04:15 last edited by
              #11

              @Mathan-M /FS is a flag used by MS Visual C++ compiler, see https://msdn.microsoft.com/en-us/library/dn502518.aspx
              I'm wondering why it is passed to your MinGW (GCC) compiler. Something is wrong with your configuration. You should check the Kit you're using, especially the compiler settings.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Mathan M
                wrote on 20 Jul 2016, 08:23 last edited by
                #12

                Thanks for the help.

                I unistall and reinstall the qt 5.6 along with ESRI ArcGIS.
                The error goes away.

                Thanks for the tip.

                Mathan

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  ayoub
                  wrote on 29 Sept 2021, 11:38 last edited by ayoub
                  #13

                  Hi @jsulm ,
                  I have same error , can you help!
                  overall it's my first time to using these.
                  Screenshot 2021-09-29 133516.png

                  J 1 Reply Last reply 29 Sept 2021, 11:45
                  0
                  • A ayoub
                    29 Sept 2021, 11:38

                    Hi @jsulm ,
                    I have same error , can you help!
                    overall it's my first time to using these.
                    Screenshot 2021-09-29 133516.png

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 29 Sept 2021, 11:45 last edited by
                    #14

                    @ayoub Try to delete the build folder, then run qmake and then build. It's strange that this is happening, never had such an issue. Did you by any chance build with Microsoft compiler before?

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    A 1 Reply Last reply 29 Sept 2021, 11:49
                    0
                    • J jsulm
                      29 Sept 2021, 11:45

                      @ayoub Try to delete the build folder, then run qmake and then build. It's strange that this is happening, never had such an issue. Did you by any chance build with Microsoft compiler before?

                      A Offline
                      A Offline
                      ayoub
                      wrote on 29 Sept 2021, 11:49 last edited by
                      #15

                      @jsulm sorry, can you explain the steps ,please..
                      no I didn't.

                      J 1 Reply Last reply 29 Sept 2021, 11:55
                      0
                      • A ayoub
                        29 Sept 2021, 11:49

                        @jsulm sorry, can you explain the steps ,please..
                        no I didn't.

                        J Offline
                        J Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on 29 Sept 2021, 11:55 last edited by
                        #16

                        @ayoub

                        1. Delete build folder (see in your screen-shot "Entering directory" - that is the folder to delete
                        2. Right click on your project in QtCreator and run qmake from the pop-up menu
                        3. Build

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          ayoub
                          wrote on 29 Sept 2021, 12:12 last edited by
                          #17

                          @jsulm
                          unfortunately, same error...

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved