Build Fails on Windows 10 with EXECUTE_PROCESS error in rv_stage.cmake #902
Unanswered
juliengouz
asked this question in
Build Issues
Replies: 0 comments
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.
-
Hello,
I am trying to build OpenRV on Windows 10 using Visual Studio 2022. The build fails during the CMake configuration step with an
EXECUTE_PROCESS failed
error, even after following all troubleshooting steps.My setup:
D:\QT
C:\Strawberry
D:\rv_build
) and have added build folders to Windows Defender exclusions.My CMake Command:
cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION="D:/QT/5.15.2/msvc2019_64" -DRV_DEPS_WIN_PERL_ROOT="C:/Strawberry/perl/bin"
The Error:
The process always fails at the same point with this error:
CMake Error at cmake/macros/rv_stage.cmake:419 (EXECUTE_PROCESS):
EXECUTE_PROCESS failed command indexes: 1: "Child return code: 1"
Call Stack (most recent call first):
src/plugins/rv-packages/additional_nodes/CMakeLists.txt:11 (RV_STAGE)
It seems like the
cmake -E copy_directory
command inside theRV_STAGE
macro is failing for an unknown reason.Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions