You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile this project using VS2017 and _compile.bat, there is an error
(_compile_raw.bat works fine) :
C:\Users\ckdnn\CK-MISC\ck-crowdnode>C:\Users\ckdnn\CK-MISC\ck-crowdnode_compile.bat
C:\Users\ckdnn\CK-MISC\ck-crowdnode>call ck set env tags=compiler,lang-c --local --bat_file=tmp-ck-env.bat --bat_new --print && call tmp-ck-env.bat && del /Q tmp-ck-env.bat
C:\Users\ckdnn\Anaconda3\lib\runpy.py:125: RuntimeWarning: 'ck.kernel' found in sys.modules after import of package 'ck', but prior to execution of 'ck.kernel'; this may result in unpredictab
le behaviour
warn(RuntimeWarning(msg))
More than one environment found for required software with tags="compiler,lang-c" and setup={"host_os_uoa": "windows-64", "target_os_uoa": "windows-64", "target_os_bits": "64"}:
Microsoft C compiler - v19.10.25017 (64bits,compiler,host-os-windows-64,lang-c,lang-cpp,mcl,microsoft,target-os-windows-64,v19,v19.10,v19.10.25017 (fb528ca2021d4c9b))
Depends on "mvsc" (env UOA=fb528ca2021d4c9b, tags="microsoft,compiler", version=19.10.25017)
GNU C compiler - v6.3.0 (64bits,compiler,gcc,host-os-windows-64,lang-c,lang-cpp,target-os-windows-64,v6,v6.3,v6.3.0 (7cab70c651968ea8))
Select one of the options for required software with tags="compiler,lang-c" and setup={"host_os_uoa": "windows-64", "target_os_uoa": "windows-64", "target_os_bits": "64"} or press Enter for 0
:
CK environment found using tags "compiler,lang-c" : fb528ca2021d4c9b
** Visual Studio 2017 Developer Command Prompt v15.0.26228.9
** Copyright (c) 2017 Microsoft Corporation
** Visual Studio 2017 Developer Command Prompt v15.0.26228.9
** Copyright (c) 2017 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64'
C:\Users\ckdnn\Anaconda3\lib\runpy.py:125: RuntimeWarning: 'ck.kernel' found in sys.modules after import of package 'ck', but prior to execution of 'ck.kernel'; this may result in unpredictab
le behaviour
warn(RuntimeWarning(msg))
CK environment found using tags "tool,cmake" : 23ac3bf54fbf90bb
A subdirectory or file build already exists.
CMake Warning at C:/Program Files/CMake/share/cmake-3.7/Modules/InstallRequiredSystemLibraries.cmake:453 (message):
system runtime library file does not exist:
'MSVC14_REDIST_DIR-NOTFOUND/x64/Microsoft.VC140.CRT/msvcp140.dll'
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
CMake Warning at C:/Program Files/CMake/share/cmake-3.7/Modules/InstallRequiredSystemLibraries.cmake:453 (message):
system runtime library file does not exist:
'MSVC14_REDIST_DIR-NOTFOUND/x64/Microsoft.VC140.CRT/vcruntime140.dll'
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/ckdnn/CK-MISC/ck-crowdnode/build
Microsoft (R) Build Engine version 15.1.548.43366
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: Project.sln
The text was updated successfully, but these errors were encountered:
When trying to compile this project using VS2017 and _compile.bat, there is an error
(_compile_raw.bat works fine) :
C:\Users\ckdnn\CK-MISC\ck-crowdnode>C:\Users\ckdnn\CK-MISC\ck-crowdnode_compile.bat
C:\Users\ckdnn\CK-MISC\ck-crowdnode>call ck set env tags=compiler,lang-c --local --bat_file=tmp-ck-env.bat --bat_new --print && call tmp-ck-env.bat && del /Q tmp-ck-env.bat
C:\Users\ckdnn\Anaconda3\lib\runpy.py:125: RuntimeWarning: 'ck.kernel' found in sys.modules after import of package 'ck', but prior to execution of 'ck.kernel'; this may result in unpredictab
le behaviour
warn(RuntimeWarning(msg))
More than one environment found for required software with tags="compiler,lang-c" and setup={"host_os_uoa": "windows-64", "target_os_uoa": "windows-64", "target_os_bits": "64"}:
Microsoft C compiler - v19.10.25017 (64bits,compiler,host-os-windows-64,lang-c,lang-cpp,mcl,microsoft,target-os-windows-64,v19,v19.10,v19.10.25017 (fb528ca2021d4c9b))
LLVM compiler - v4.0.0 (64bits,compiler,host-os-windows-64,lang-c,lang-cpp,llvm,target-os-windows-64,v4,v4.0,v4.0.0 (7048a5075ccd4687))
GNU C compiler - v6.3.0 (64bits,compiler,gcc,host-os-windows-64,lang-c,lang-cpp,target-os-windows-64,v6,v6.3,v6.3.0 (7cab70c651968ea8))
Select one of the options for required software with tags="compiler,lang-c" and setup={"host_os_uoa": "windows-64", "target_os_uoa": "windows-64", "target_os_bits": "64"} or press Enter for 0
:
CK environment found using tags "compiler,lang-c" : fb528ca2021d4c9b
** Visual Studio 2017 Developer Command Prompt v15.0.26228.9
** Copyright (c) 2017 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64'
** Visual Studio 2017 Developer Command Prompt v15.0.26228.9
** Copyright (c) 2017 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64'
C:\Users\ckdnn\Anaconda3\lib\runpy.py:125: RuntimeWarning: 'ck.kernel' found in sys.modules after import of package 'ck', but prior to execution of 'ck.kernel'; this may result in unpredictab
le behaviour
warn(RuntimeWarning(msg))
CK environment found using tags "tool,cmake" : 23ac3bf54fbf90bb
A subdirectory or file build already exists.
CMake Warning at C:/Program Files/CMake/share/cmake-3.7/Modules/InstallRequiredSystemLibraries.cmake:453 (message):
system runtime library file does not exist:
'MSVC14_REDIST_DIR-NOTFOUND/x64/Microsoft.VC140.CRT/msvcp140.dll'
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
CMake Warning at C:/Program Files/CMake/share/cmake-3.7/Modules/InstallRequiredSystemLibraries.cmake:453 (message):
system runtime library file does not exist:
'MSVC14_REDIST_DIR-NOTFOUND/x64/Microsoft.VC140.CRT/vcruntime140.dll'
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/ckdnn/CK-MISC/ck-crowdnode/build
Microsoft (R) Build Engine version 15.1.548.43366
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: Project.sln
The text was updated successfully, but these errors were encountered: