1: error: error: /FS: No such file or directory
-
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
@Mathan-M And what is shown in "Compile Output" tab?
-
wrote on 19 Jul 2016, 12:32 last edited by
Nothing else, Just this message only.
-
wrote on 19 Jul 2016, 12:40 last edited by
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.
-
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.
@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. -
wrote on 20 Jul 2016, 08:23 last edited by
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
-
@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?
-
@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?
-
- Delete build folder (see in your screen-shot "Entering directory" - that is the folder to delete
- Right click on your project in QtCreator and run qmake from the pop-up menu
- Build