Replies: 1 comment
-
|
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to generate the project files for Visual Studio 2013 then I get the following error from CMake:
CMake Error at poco/cmake/PocoMacros.cmake:30 (message):
message compiler not found: required to build
Steps to reproduce the problem
cd POCO
mkdir build_poco
cd build_poco
cmake -G "Visual Studio 12 2013" ..
POCO version
1.8.0.1 and master
Compiler and version
CMake version 3.10.1
Visual Studio 2013 Update 5
Other relevant information
When I try to compile it without CMake, with Foundation_vs120.sln, it works.
regedit:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows;CurrentInstallFolder]
-> C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A
-> No mc.exe
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Kits\Installed Roots;KitsRoot]
-> Not exist
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Kits\Installed Roots;KitsRoot81]
-> C:\Program Files (x86)\Windows Kits\8.1
-> No mc.exe
But I have also additional items:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1A]
InstallationFolder: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A
ProductVersion: 7.1.51106
-> here exist a mc.exe
some other but without mc.exe
Beta Was this translation helpful? Give feedback.
All reactions