[Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Damir Prebeg
Here's my build log for release with linker /VERBOSE:LIB option: http://www.pasteall.org/22692 As you can see for some reason, linker in release build searches for debug libs. ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Campbell Barton
r37809 fixed the error you reported for 32 bit. is your test from after this revision. On Sun, Jun 26, 2011 at 7:52 AM, Damir Prebeg wrote: > Here's my build log for release with linker /VERBOSE:LIB option: > http://www.pasteall.org/22692 > > As you can see for some reason, linker in release buil

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Damir Prebeg
Nope, it's not fixed for me, i get the same error on both x86 and x64. On 26 June 2011 10:21, Campbell Barton wrote: > r37809 fixed the error you reported for 32 bit. > is your test from after this revision. > > On Sun, Jun 26, 2011 at 7:52 AM, Damir Prebeg wrote: >> Here's my build log for rele

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Vox Lapin
I've been having this issue since roughly the 16th; been working around it with scons. Just updated to trunk, still fails in the same fashion. Another clue: if I unflag WITH_IMAGE_OPENEXR, msvc9ex throws this: http://www.pasteall.org/22709 I have to clear the build directory (then rebuild w/cmake,

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Campbell Barton
Try r37831. this should at least fix the original problem. r37809 was only working for me because I had some lines commented that ended up being important. On Sun, Jun 26, 2011 at 2:20 PM, Vox Lapin wrote: > I've been having this issue since roughly the 16th; been working around it > with scons.

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Vox Lapin
cmake msvc9 ex with openexr builds for me now, thanks! On Sun, Jun 26, 2011 at 1:20 PM, Campbell Barton wrote: > Try r37831. this should at least fix the original problem. > > r37809 was only working for me because I had some lines commented that > ended up being important. > > On Sun, Jun 26, 2

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-26 Thread Damir Prebeg
Well, cmake is quite messed. On linux I get CMake Error at source/creator/cmake_install.cmake:72 (FILE): file INSTALL cannot find "//python3.2". Call Stack (most recent call first): cmake_install.cmake:40 (INCLUDE). On 26 June 2011 19:51, Vox Lapin wrote: >  cmake msvc9 ex with openexr builds fo

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-27 Thread Campbell Barton
talked to Damir on IRC and removing the python cache entries and rebuilding works, though I'd like to solve properly its difficult if I cant redo the problem. On Mon, Jun 27, 2011 at 6:39 AM, Damir Prebeg wrote: > Well, cmake is quite messed. On linux I get CMake Error at > source/creator/cmake_i

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-27 Thread Damir Prebeg
Thanks Campbell, this Linux issue is solved. Still have to check how Win x64 breathes... On 27 June 2011 11:38, Campbell Barton wrote: > talked to Damir on IRC and removing the python cache entries and > rebuilding works, though I'd like to solve properly its difficult if I > cant redo the proble

Re: [Bf-committers] I still can't build release while debug passes without problems.

2011-06-27 Thread Damir Prebeg
Yes, it's alive :o) Thanks Campbell!!! On 27 June 2011 12:12, Damir Prebeg wrote: > Thanks Campbell, this Linux issue is solved. Still have to check how > Win x64 breathes... > > On 27 June 2011 11:38, Campbell Barton wrote: >> talked to Damir on IRC and removing the python cache entries and >>