Yeah, that looks much better now. Thanks for fixing that. Now CMake no longer complains and i only see the message "OSL not found" in the cmake log.
However i see there is another issue with ffmpeg: CMake Warning at CMakeLists.txt:1300 (find_package): By not providing "FindFFMPEG.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "FFMPEG", but CMake did not find one. Building Blender results in "unresolved externals" in that case. I can configure/generate when i disable the 2 parameters: WITH_CODEC_FFMPEG WITH_IMAGE_REDCODE then i an step further. thanks for fixing. Gaia On 21.11.2014 13:11, Campbell Barton wrote: > On Fri, Nov 21, 2014 at 12:45 PM, Gaia <[email protected]> wrote: >> Hi; >> >> I have an issue with building blender from a fresh setup: >> >> fetch the blender sources and the runtime libraries for windows-7 (64 bit) >> install CMake-2.8.12.2 >> generate the build environment for visual studio community edition >> >> Now i run into a cmake error when i try to configure: >> >> http://www.pasteall.org/55288 >> >> However, when i disable WITH_CYCLES_OSL then i can build blender. >> >> So my question is: >> Why does CMake complain about missing cmake variables? >> And what can i do to fix this ? >> Maybe i forgot to install something ? >> >> thanks, >> Gaia > Committed > https://developer.blender.org/rB62e9435dbc890de30181d4b20d190a656e96fd0b > When OSL isn't found its disabled (as with other libs). > > Though it is a bit strange this isn't using relative paths to the lib > directory as with other windows libs. > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
