Issues with building boost dependency in Windows 11 #470
Replies: 4 comments 15 replies
-
Hello @loorthu ! I apologize for the delay in getting back to you. I just rebuilt from scratch the latest Open RV commit on my Windows system and it built without errors. (Typical it works on my system answer sorry!). When you get the chance, could you please confirm that you still have this build issue ? I will use a brand new windows machine and reinstall everything from scratch. Sometimes MSYS2 gets updated and it can cause issues with the Open RV build. You might be experiencing that... |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response. We have tried different permutations (Windows 11 vs Windows 10, VS 2022 vs VS 2019 etc) and have ended up in different dead-ends with dependency build issues. One related issue could be that the latest build instructions refer to using VS 2022 but the screen shots in https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/docs/build_system/win_microsoft_visual_studio_features_to_install.png refer to VS 2019. Is it possible to give us a verified build environment with:
This way, we can spin off a vanilla Windows VM with the above specifications and see if we are able to build it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, My system specs are below:
The build fails with the following message at the end:
I am also attaching the console output of both rvcfg and rvbuild for your reference. Do you think the Professional vs Community version of Visual Studio might be making a difference? |
Beta Was this translation helpful? Give feedback.
-
I am trying to build openrv on a Windows 11 system and getting stuck where the boost build fails. The build abruptly ends with this cryptic error:
I am attaching the complete log of
rvbuildt RV_DEPS_BOOST
for reference. I tried the fixes mentioned in #458 but no luck so far.Appreciate any guidance.. thanks!
openrv_build_boost.log
Beta Was this translation helpful? Give feedback.
All reactions