Last active
October 6, 2020 21:22
-
-
Save justinmoon/2a3f9901948cf990bdcfc5abf9cf05eb to your computer and use it in GitHub Desktop.
error.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: failed to run custom build command for `openpnp_capture_sys v0.2.5` | |
Caused by: | |
process didn't exit successfully: `C:\Users\justin\dev\openpnp-capture-rs\target\debug\build\openpnp_capture_sys-9ea0caa12db65e95\build-script-build` (exit code: 101) | |
--- stdout | |
running: "cmake" "C:\\Users\\justin\\.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\openpnp_capture_sys-0.2.5\\vendor" "-G" "Visual Studio 16 2019" "-Thost=x64" "-Ax64" "-DCMAKE_INSTALL_PREFIX=C:\\Users\\justin\\dev\\openpnp-capture-rs\\target\\debug\\build\\openpnp_capture_sys-eb7127e5d878c1fb\\out" "-DCMAKE_C_FLAGS= -nologo -MD -Brepro" "-DCMAKE_C_FLAGS_DEBUG= -nologo -MD -Brepro" "-DCMAKE_CXX_FLAGS= -nologo -MD -Brepro" "-DCMAKE_CXX_FLAGS_DEBUG= -nologo -MD -Brepro" "-DCMAKE_ASM_FLAGS= -nologo -MD -Brepro" "-DCMAKE_ASM_FLAGS_DEBUG= -nologo -MD -Brepro" "-DCMAKE_BUILD_TYPE=Debug" | |
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041. | |
-- The C compiler identification is MSVC 19.26.28806.0 | |
-- The CXX compiler identification is MSVC 19.26.28806.0 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Using GIT tag: HEAD-HASH-NOTFOUND | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/Users/justin/dev/openpnp-capture-rs/target/debug/build/openpnp_capture_sys-eb7127e5d878c1fb/out/build | |
running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--" | |
Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Framework | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
MSBUILD : error MSB1009: Project file does not exist. | |
Switch: install.vcxproj | |
--- stderr | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
CMAKE_ASM_FLAGS | |
CMAKE_ASM_FLAGS_DEBUG | |
thread 'main' panicked at ' | |
command did not execute successfully, got: exit code: 1 | |
build script failed, must exit now', C:\Users\justin\.cargo\registry\src\github.com-1ecc6299db9ec823\cmake-0.1.44\src\lib.rs:885:5 | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment