Thanks, now it works! So in order to build and run blender using Xcode I had to get another darwin version (https://svn.blender.org/svnroot/bf-blender/trunk/lib/darwin) and turn cmake WITH_CXX11 on, and WITH_CYCLES_* off
Also, had to install Sierra update and update Xcode in order to run blender. Should we update https://wiki.blender.org/index.php/Dev:Doc/Building_Blender/Mac, at least to add the reference to c11 darwin library? Thanks 2016-11-18 14:01 GMT+00:00 Gruber Aurel <[email protected]>: > Yeah that is really annoying, it’s a bug i think. Are you on MacOS Sierra > already? I think that solves it. Also, update to latest Xcode version. I > thinks I had the same problem and that solved the problem. > > Aurel > > > On 18 Nov 2016, at 14:59, Valentin Rueda <[email protected]> > wrote: > > > > Thanks, > > After I turn WITH_CYCLES* off - it builds successfully. > > > > But now, when I run blender.app it fails with critical error(as I > consider > > when it tries to init python) http://prntscr.com/d8v4a2 > > > > I have python 2. and 3. installed. > > Here is make cmake python settings http://prntscr.com/d8v2e3 > > > > If I turn WITH_PYTHON off build fails with http://prntscr.com/d8v7jn > > > > Am I missing something? > > > > -- > > Best regards > > Rueda Valentin > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > https://lists.blender.org/mailman/listinfo/bf-committers > > _______________________________________________ > Bf-committers mailing list > [email protected] > https://lists.blender.org/mailman/listinfo/bf-committers > -- Best regards Rueda Valentin _______________________________________________ Bf-committers mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-committers
