Hey Valentin I’m not an expert on this, but let me try with my 5 cents:
- What precompiled libraries do you use? What happens if you use these darwin libraries: https://svn.blender.org/svnroot/bf-blender/trunk/lib/darwin instead of darwin-9.x.universal? I got that link from Brecht because I need c++11 features. But then you need to se WITH_CXX11 = on. I think. Hope that helps Aurel On 15 Nov 2016, at 16:54, Jens Verwiebe <[email protected]<mailto:[email protected]>> wrote: Try adding -lc++ to the cmake_exe_linkerflags. Jens Am 15.11.2016 um 14:22 schrieb Aaron Carlisle: Hi Rueda, Email attachments get deleted on the mailing list, please paste the log to http://hastebin.com/ and share the link here. In best regards, Aaron Carlisle On Mon, Nov 14, 2016 at 6:55 PM, Валентин Руэда <[email protected]<mailto:[email protected]>> wrote: Hello all, I'm trying to build blender on Os X (10.11.6) using Xcode. After I run cmake and change Standard library to libc++ it successfully compiles, but the linker fails I've tried different deployment targets. I'm wondering if I need to change any parameters in Cmake? Please find the build log attached -- Best regards Valentin -- Best regards Rueda Valentin _______________________________________________ Bf-committers mailing list [email protected]<mailto:[email protected]> https://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected]<mailto:[email protected]> https://lists.blender.org/mailman/listinfo/bf-committers -- Jens Verwiebe Allerskehre 44 - 22309 Hamburg Tel.: +49 40 68 78 50 mobile: +49 172 400 49 07 mailto: [email protected]<mailto:[email protected]> web: http://www.jensverwiebe.de _______________________________________________ Bf-committers mailing list [email protected]<mailto:[email protected]> https://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-committers
