GPUOpen-LibrariesAndSDKs / RadeonProRender-Baikal

MIT License
334 stars 78 forks source link

Error building on OpenSuse Tumbleweed #206

Open mbmattos1113 opened 5 years ago

mbmattos1113 commented 5 years ago

Everything goes on fine until i reach 63% of make

[ 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?

Hugobros3 commented 5 years ago

Same issue here.

Edit: On Debian sid