Re: [Bf-committers] Fwd: Linker fails using Xcode

2016-11-15 Thread Martijn Berger
On Tue, Nov 15, 2016 at 5:01 PM, Gruber Aurel wrote: > 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: >

Re: [Bf-committers] Fwd: Linker fails using Xcode

2016-11-15 Thread Gruber Aurel
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

Re: [Bf-committers] Fwd: Linker fails using Xcode

2016-11-15 Thread Jens Verwiebe
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,

Re: [Bf-committers] Fwd: Linker fails using Xcode

2016-11-15 Thread 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, Валентин Руэда wrote: > Hello all, > > I'm trying to build blender on

[Bf-committers] Fwd: Linker fails using Xcode

2016-11-15 Thread Валентин Руэда
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