Closed Bader22 closed 4 years ago
I cannot reproduce, but I think you want to upgrade your Visual Studio.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.10.25017
Here's what I have (I might have not updated it for a couple weeks):
C:\projects>cl
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
C:\projects>where cl
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\cl.exe
Your version may be a couple years too old. The C++ compiler have seen some substantial improvements since then.
Let me know if this fixes your problem.
I cannot reproduce, but I think you want to upgrade your Visual Studio.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.10.25017
Here's what I have (I might have not updated it for a couple weeks):
C:\projects>cl Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x64 Copyright (C) Microsoft Corporation. All rights reserved. usage: cl [ option... ] filename... [ /link linkoption... ] C:\projects>where cl C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\cl.exe
Your version may be a couple years too old. The C++ compiler have seen some substantial improvements since then.
Let me know if this fixes your problem.
Yes that did work thanks a lot, I had the version 15, I upgraded to version 15.9 and everything went good.
Thanks alot
I build the project with visual studio 2017, and I build solution the libfst first in both debug 64 and release 64.
Here are the output and the 36 errors.
May you please help me to solve that.
Thanks alot