Compilation fail due to missing headers.
I attached a patch for compilation.
Please also note that building of OSL require cmake 2.6.4, however on
Ubuntu 8.10 cmake 2.6.0 is installed by default. There is no check for
2.6.4. The required feature of cmake is in src/shaders/CMakeLists.txt:
add_custom_target (shaders ALL
DEPENDS ${shader_objs}
SOURCES ${shader_source} ${shader_headers})
SOURCES keyword is not supported in cmake 2.6.0, so I manually installed 2.6.4.
Original issue reported on code.google.com by dmitri.r...@googlemail.com on 22 Feb 2010 at 10:34
Original issue reported on code.google.com by
dmitri.r...@googlemail.com
on 22 Feb 2010 at 10:34Attachments: