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, 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