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
[ 63%] Building CXX object Rpr/CMakeFiles/RadeonProRender64.dir/WrapObject/FramebufferObject.cpp.o
In file included from /usr/include/CL/cl.h:32,
from /home/marlin/Downloads/RadeonProRender-Baikal/RadeonRays/CLW/./CLWExcept.h:31,
from /home/marlin/Downloads/RadeonProRender-Baikal/RadeonRays/CLW/./CLW.h:25,
from /home/marlin/Downloads/RadeonProRender-Baikal/Baikal/Output/clwoutput.h:4,
from /home/marlin/Downloads/RadeonProRender-Baikal/Rpr/WrapObject/FramebufferObject.h:25,
from /home/marlin/Downloads/RadeonProRender-Baikal/Rpr/WrapObject/FramebufferObject.cpp:24:
/usr/include/CL/cl_version.h:34:104: note: #pragma message: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2)
#pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2)")
^
/home/marlin/Downloads/RadeonProRender-Baikal/Rpr/WrapObject/FramebufferObject.cpp: In member function ‘void FramebufferObject::SaveToFile(const char*)’:
/home/marlin/Downloads/RadeonProRender-Baikal/Rpr/WrapObject/FramebufferObject.cpp:142:48: error: cannot convert ‘OpenImageIO_v2_0::ImageOutput::unique_ptr’ {aka ‘std::unique_ptr<OpenImageIO_v2_0::ImageOutput>’} to ‘OpenImageIO_v2_0::ImageOutput*’ in initialization
ImageOutput* out = ImageOutput::create(path);
^
make[2]: *** [Rpr/CMakeFiles/RadeonProRender64.dir/build.make:128: Rpr/CMakeFiles/RadeonProRender64.dir/WrapObject/FramebufferObject.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:723: Rpr/CMakeFiles/RadeonProRender64.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Any ideas on what to do now?
The text was updated successfully, but these errors were encountered:
Everything goes on fine until i reach 63% of make
Any ideas on what to do now?
The text was updated successfully, but these errors were encountered: