You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to compile on Ubuntu 22.04 with all dependencies (USD, openexr, imath) installed but still get an error:
~/RadeonProRenderUSD/build$ cmake ..
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring usdview plugin
-- Found Rpr: /home/goetzmoritz/RadeonProRenderUSD/deps/RPR/RadeonProRender/inc
-- Found Rif: /home/goetzmoritz/RadeonProRenderUSD/deps/RIF/include
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.10.6", minimum required is "3.7")
-- Using default system allocator because PXR_MALLOC_LIBRARY is unspecified
CMake Error at cmake/defaults/Packages.cmake:183 (message):
Failed to find Half library
Call Stack (most recent call first):
CMakeLists.txt:11 (include)
-- Configuring incomplete, errors occurred!
half.h is present in /usr/local/include/Imath/
openexr is also present in /usr/local/include/OpenEXR
Both versions are cloned and compiled today.
Any help with that? Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
we are trying to compile on Ubuntu 22.04 with all dependencies (USD, openexr, imath) installed but still get an error:
half.h is present in /usr/local/include/Imath/
openexr is also present in /usr/local/include/OpenEXR
Both versions are cloned and compiled today.
Any help with that? Thanks!
The text was updated successfully, but these errors were encountered: