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
-
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. -
@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?