[Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Jürgen Herrmann
Hi there, I realized that there seems to be a problem with the MinGW64 Buildbots lately. I could spare some more processing power to provide an additional one, if needed. I use rubenvb's MinGW-w64 4.7.4 on my machine and everything seems to work well so far. /Jürgen _

Re: [Bf-committers] Blender roadmap article on code blog

2013-06-24 Thread David Jeske
I like the overall structure of this roadmap. It prompted me to cleanup and post my own 2013 Roadmap Wishlist, in-case it helps anyone's thinking/brainstorming. If Blender does only four things in the next few years, I would pers

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Jeffrey H
I am also using 4.7.4 (as well as every other version of 4.7) and getting useful results for my own purposes, but the buildbot configuration is introducing some problems we have not figured out yet. I build normally with my personal builds, but as soon as I use buildbot, it fails at libbf_composite

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Brecht Van Lommel
The mingw64 buildbot was just set up along with the vs 2008 buildbot. I don't really care who runs it, you can figure that out with Jeffrey, I can change the buildbot configuration if needed. Regarding the error: Linking library ==> 'libbf_composite.a' scons: building terminated because of error

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Brecht Van Lommel
Regarding the command length limit, the windows limitation is 32767. Dividing that by 272 .cpp files in this module gives you less than 120 characters per file. A line like this is 121 characters. I'm not sure if that's the exact path that would be used, but you can see how we're pushing against th

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Brecht Van Lommel
I had to disable the fix again, seems to give link errors still on windows/linux while it built fine on mac. On Tue, Jun 25, 2013 at 1:56 AM, Brecht Van Lommel wrote: > Regarding the command length limit, the windows limitation is 32767. > Dividing that by 272 .cpp files in this module gives you

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Jürgen Herrmann
Hmm that's strange, I did a buildbot test with my mingw and it compiled fine. I have no idea what causes this problem with your BB. I can't reproduce this error on my system. Am 25.06.2013 um 02:51 schrieb Brecht Van Lommel : > I had to disable the fix again, seems to give link errors still on

Re: [Bf-committers] MinGW Win64 Buildbot

2013-06-24 Thread Jürgen Herrmann
Just one question ;) Do you start the buildbot from MSYS or windows console? Am 25.06.2013 um 06:35 schrieb Jürgen Herrmann : > Hmm that's strange, I did a buildbot test with my mingw and it compiled fine. > I have no idea what causes this problem with your BB. I can't reproduce this > error on

[Bf-committers] render percentage and compositor behavior?

2013-06-24 Thread David Jeske
I wanted a quicker render+composite for proofing, so I set render-percentage to 50% expecting it to work, and poof, my composite started doing very weird things and crashing. I'm sure there are some bugs here, but I'm not sure what the intended behavior is, so I'm not sure what test-case to reprodu

Re: [Bf-committers] render percentage and compositor behavior?

2013-06-24 Thread David Jeske
oops, forgot the blend... http://www.pasteall.org/blend/22318 ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Builders: please upgrade to CUDA 5.0

2013-06-24 Thread Jürgen Herrmann
Just a little update: The bug report is out to NVidia and they could reproduce the issue. It is filed as [CBS] 298362 and they are trying to find a solution. Until then MSVC 2012 x86 builds without sm_35 kernels. /Jürgen Am 23.06.2013 um 20:18 schrieb Jürgen Herrmann : > Hi Brecht, > > When bu