Re: [Bf-committers] CUDA not compiling after tomato branch merge

2012-09-06 Thread Daniel Salazar - 3Developer.com
Dammit! Daniel Salazar patazstudio.com On Thu, Sep 6, 2012 at 10:54 PM, PabloVazquez.org wrote: > Yep, I'm a mad svnup-per but still happens to me. Even after make > clean, re-configuring cmake, and all that. > > /me disables compiling CUDA binaries for now > > On Fri, Sep 7, 2012 at 1:24 AM, D

Re: [Bf-committers] CUDA not compiling after tomato branch merge

2012-09-06 Thread PabloVazquez.org
Yep, I'm a mad svnup-per but still happens to me. Even after make clean, re-configuring cmake, and all that. /me disables compiling CUDA binaries for now On Fri, Sep 7, 2012 at 1:24 AM, Daniel Salazar - 3Developer.com wrote: > Still? This got fixed for me since this morning, maybe svn up! > > ch

Re: [Bf-committers] CUDA not compiling after tomato branch merge

2012-09-06 Thread Daniel Salazar - 3Developer.com
Still? This got fixed for me since this morning, maybe svn up! cheers Daniel Salazar patazstudio.com On Thu, Sep 6, 2012 at 9:58 PM, PabloVazquez.org wrote: > Same here. > > Log: http://www.pasteall.org/35011 > > System: Ubuntu 12.04 64bit, NVIDIA GeForce GTX 460M (driver 295.40) > > Thanks! >

Re: [Bf-committers] CUDA not compiling after tomato branch merge

2012-09-06 Thread PabloVazquez.org
Same here. Log: http://www.pasteall.org/35011 System: Ubuntu 12.04 64bit, NVIDIA GeForce GTX 460M (driver 295.40) Thanks! -- Pablo Vazquez CG Artist - Blender Foundation Certified Trainer Twitter: http://twitter.com/venomgfx E-Mail: cont...@pablovazquez.org Website: http://www.pablovazquez.org

[Bf-committers] CUDA not compiling after tomato branch merge

2012-09-06 Thread James Wrigley
Hi everyone, After the tomato branch merge CUDA isn't compiling for me. I've pasted the build errors here: http://www.pasteall.org/35010/text. If I disable CUDA then everything works as normal. I'm compiling using cmake on Fedora 17 64bit, and my GPU is a GeForce 8400M GS. Any help is appreciated

Re: [Bf-committers] Cuda kernel compilation error

2012-09-06 Thread Julien Duroure
Thanks Sergey, I saw your commit :) Regards, Julien On Thu, Sep 6, 2012 at 6:21 PM, Julien Duroure wrote: > Hi all, > > In last svn version (50454), I can't compile cuda kernel. I've got the > following error : > > Compiling CUDA kernel ... > nvcc warning : Option '--opencc-options (-Xopencc)'

[Bf-committers] Cuda kernel compilation error

2012-09-06 Thread Julien Duroure
Hi all, In last svn version (50454), I can't compile cuda kernel. I've got the following error : Compiling CUDA kernel ... nvcc warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when targeting compute_20, sm_20, or higher In file included from /home/ju/Programmes/blender/svn

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50446] trunk/blender/source/blender: fix for crash in sequencer introduced with recent cache addition,

2012-09-06 Thread Sergey Sharybin
Hi, I don't think introducing do_cache for external API is actually a nice idea -- cache should be completely transparent for all areas. I would say the way to go is: - Use different functions for usage inside sequencer.c and all other areas. External areas would use BKE_sequence_free which woul