Issue with RV_DEPS_OIIO because of Boost #355
-
Hi so I'm compiling using a fresh new Win10 installation and so far I only have 1 more issue because of Error 135>CustomBuild:
-- �[31mBoost library not found �[m
-- �[31m Boost_ROOT was: C:/OpenRV/_build/RV_DEPS_BOOST/install �[m
CMake Error at src/cmake/checked_find_package.cmake:177 (message):
�[31mBoost is required, aborting.�[m
Call Stack (most recent call first):
src/cmake/externalpackages.cmake:65 (checked_find_package)
CMakeLists.txt:155 (include) Build FAILED.
"C:\OpenRV\_build\main_executable.vcxproj" (default target) (1) ->
"C:\OpenRV\_build\src\bin\apps\rv\rv.vcxproj" (default target) (3) ->
"C:\OpenRV\_build\cmake\dependencies\dependencies.vcxproj" (default target) (17) ->
"C:\OpenRV\_build\cmake\dependencies\RV_DEPS_OPENSSL-stage-target.vcxproj" (default target) (64) ->
(CustomBuild target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): warning MSB8065: Custom build for item "C:\OpenRV\_build\CMakeFiles\d2708addcadbb8629f109d12d3d452c4\crypto.1.1.dll.rule" succeeded, but specified output "c:\openrv\_build\stage\app\lib\crypto.1.1.dll" has not been created. This may cause incremental build to work incorrectly. [C:\OpenRV\_build\cmake\dependencies\RV_DEPS_OPENSSL-stage-target.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): warning MSB8065: Custom build for item "C:\OpenRV\_build\CMakeFiles\d2708addcadbb8629f109d12d3d452c4\crypto.1.1.dll.rule" succeeded, but specified output "c:\openrv\_build\stage\app\lib\ssl.1.1.dll" has not been created. This may cause incremental build to work incorrectly. [C:\OpenRV\_build\cmake\dependencies\RV_DEPS_OPENSSL-stage-target.vcxproj]
"C:\OpenRV\_build\main_executable.vcxproj" (default target) (1) ->
"C:\OpenRV\_build\src\bin\apps\rv\rv.vcxproj" (default target) (3) ->
"C:\OpenRV\_build\executables_with_plugins.vcxproj" (default target) (77) ->
"C:\OpenRV\_build\src\bin\imgtools\makeFBIOformats\makeFBIOformats.vcxproj" (default target) (80) ->
"C:\OpenRV\_build\image_formats.vcxproj" (default target) (83) ->
"C:\OpenRV\_build\src\lib\image\io_oiio\io_oiio.vcxproj" (default target) (130) ->
"C:\OpenRV\_build\cmake\dependencies\RV_DEPS_OIIO.vcxproj" (default target) (135) ->
(CustomBuild target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\OpenRV\_build\CMakeFiles\8ee4f4c54760efb4952012afe155ac77\RV_DEPS_OIIO-configure.rule;C:\OpenRV\_build\CMakeFiles\8ee4f4c54760efb4952012afe155ac77\RV_DEPS_OIIO-build.rule;C:\OpenRV\_build\CMakeFiles\8ee4f4c54760efb4952012afe155ac77\RV_DEPS_OIIO-install.rule;C:\OpenRV\_build\CMakeFiles\ddfe0fbca828d26d63401d1d79fd8a3b\RV_DEPS_OIIO-complete.rule;C:\OpenRV\_build\CMakeFiles\dc0b82080efe119cccb8b58ef9885864\RV_DEPS_OIIO.rule' exited with code 1. [C:\OpenRV\_build\cmake\dependencies\RV_DEPS_OIIO.vcxproj]
2 Warning(s)
1 Error(s) Specs:
log_build_main_executable.log Commands I used:
|
Beta Was this translation helpful? Give feedback.
Answered by
AlsonEntuna
Jan 10, 2024
Replies: 1 comment 22 replies
-
Two days ago, a fix have been merged to fix the Boost build. It seems like they have issues with their file server. The fix: aa34e83 Please make sure you are on the latest commit. |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution to my issue:
export ACLOCAL_PATH=/usr/share/aclocal/
QT_HOME
to point to the location because the default was pointing to an extraQT
dir, the correct directory should be/c/Qt/${QT_VERSION}/msvc2019_64
the one inrvcmds.sh
is wrong (QT_HOME="${QT_HOME:-c:/Qt/${QT_VERSION}/msvc201…