What's next after cmake install process? #73
Replies: 9 comments
-
in the bin directory should be a |
Beta Was this translation helpful? Give feedback.
-
Thanks @marcomeyerVFX about the reply 😃 |
Beta Was this translation helpful? Give feedback.
-
@MikHaiLz69 That means there were some errors during the build process. Unfortunately the build process doesn't stop then so it might be not obvious that there was an error. |
Beta Was this translation helpful? Give feedback.
-
Thanks @RichardFrangenberg , I will check the log and find the error and fix it. |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem, convo here: #3 In the end I used an Azure VM to build OpenRV. There was something weird with the settings on my laptop so it was better just to start with a clean system. |
Beta Was this translation helpful? Give feedback.
-
I did compile open-rv and did not get any error. I am also facing same issue. No rv.exe file in bin folder. Window 11 Command: Log: rajiv@zb MINGW64 /e/OpenRV/git_repo/OpenRV cmake -B cmake-build -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_WIN_PERL_ROOT=/c/Strawberry/perl/bin -DRV_DEPS_QT5_LOCATION=/c/Qt/5.15.2/msvc2019_64-- Build type: Release Checking Build System Checking Build System |
Beta Was this translation helpful? Give feedback.
-
Hi @rajiv-hqvfx. There are three commands there. The first one configures cmake, the second one builds the dependencies and the third builds RV. It looks like the output you pasted is coming from the configure command, which completed successfully. Were there any errors from either of the two build commands? If the build did not complete successfully, the error is likely within one of these. Note that if it is easier for you, you can do |
Beta Was this translation helpful? Give feedback.
-
I don't have JOM installed in my pc. Is this mandatory for build? jom: C:\openrv\OpenRV\cmake-build_deps\rv_deps_pyside2-src\pyside3_build\py3.9-qt5.15.2-64bit-release\shiboken2\Makefile [all] Error 2 |
Beta Was this translation helpful? Give feedback.
-
Hi @rajiv-hqvfx. Yes jom is needed to build. If you don't have it installed, you can find instructions her in the Windows build instructions on how to do it : https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/doc/build_system/config_windows.md Specifically here:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry everyone for a silly question, But I'm a fresh of code compile process.
At first I already got a build with a command below
cmake --install cmake-build --config Release
Also, after looking around in the target folder, I couldn't figure out how to run the open RV.
I have included folder structure that was created after the build for you to see. Please explain the next step to me.
Best
Beta Was this translation helpful? Give feedback.
All reactions