Page MenuHome

Mssing OSL::RendererServices header
ClosedPublic

Authored by Piotr Barejko (bareya) on Jan 15 2021, 2:41 AM.

Details

Summary

Cycles OSL kernel fails to compile with OSL-1.12. Adding RenderServices header solves the problem.

FAILED: src/kernel/osl/CMakeFiles/cycles_kernel_osl.dir/osl_services.cpp.o 
error: invalid use of incomplete type ‘class OSL_v1_12::RendererServices’
   78 | class OSLRenderServices : public OSL::RendererServices {
      |                                       ^~~~~~~~~~~~~~~~

Diff Detail

Repository
rB Blender

Event Timeline

Piotr Barejko (bareya) requested review of this revision.Jan 15 2021, 2:41 AM
Piotr Barejko (bareya) created this revision.
This revision is now accepted and ready to land.Jan 15 2021, 3:39 PM
This revision was automatically updated to reflect the committed changes.