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
