Re: [Bf-committers] Windows XP support

2016-01-29 Thread Sybren A . Stüvel
On Fri, Jan 29, 2016 at 11:03:07AM +0100, Thomas Dinges wrote: > If people are stuck with a 15! year old operating system (for > whatever reason), they have to accept, that they cannot run latest > software and have to stick with older versions. I think this says it all. -- Sybren A. Stüvel

Re: [Bf-committers] OSX 32bit builds

2016-01-29 Thread Sergey Sharybin
Disabled the builder now. We are now only 64bit OSX officially. On Fri, Jan 29, 2016 at 1:43 PM, Martijn Berger wrote: > Hi Sergey, > > I would think that since apple only produced a very limited number of > machines that x64 based and not x86-64 capable the cost of

[Bf-committers] OSX 32bit builds

2016-01-29 Thread Sergey Sharybin
Hey everyone, For quite some time now building of 32bit binaries for OSX is no longer happening [1]. Additionally; - We don't do official releases for 32bit OSX for quite some time now - OSL and OpenCollada are already simply disabled in the buildbot So does it make sense to keep trying to

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Thomas Dinges
Hi, first of all, I think it is up to Martijn, as he maintains the Windows platform. :) On the other hand, we dropped XP several times in the past already, because it failed somehow on users systems or e.g. Martijn said it's taking away too much of his time to keep it working. And now we again

Re: [Bf-committers] Blender not working.

2016-01-29 Thread skoti48
nie 29.01.2016 10:53 AM Thomas Dinges napisał(a): > > Hi, > > this sounds like your download is corrupt somehow. The files are being > downloaded a lot of times every day, if the file on our server would be > bad, we would have gotten several reports already. > >

Re: [Bf-committers] OSX 32bit builds

2016-01-29 Thread Martijn Berger
Hi Sergey, I would think that since apple only produced a very limited number of machines that x64 based and not x86-64 capable the cost of keeping this working could be better spend on other things. Martijn On Fri, Jan 29, 2016 at 9:39 AM, Sergey Sharybin wrote: > Hey

[Bf-committers] Blender not working.

2016-01-29 Thread Bhargav Bose
Hi, I am an avid user of blender and recently upgraded my PC. Now that I have another configuration (i.e Windows7 64-bit) I tried downloading the relevant installer (.msi) file from your website. I use mobile internet for downloading stuff so you might be knowing how difficult it is to wait for a

[Bf-committers] Windows XP support

2016-01-29 Thread Sergey Sharybin
Hey everyone, There are some difficulties in maintaining Windows XP and additionally there are some glitches in the toolset needed to compile Windows XP compatible binaries. So proposal is: make 2.77 a last release which officially supports Windows XP and for the further releases switch to

Re: [Bf-committers] Blender not working.

2016-01-29 Thread Knapp
Is there not an md5 he could check? On Fri, Jan 29, 2016 at 11:31 AM, wrote: > nie > > 29.01.2016 10:53 AM Thomas Dinges napisał(a): > > > > Hi, > > > > this sounds like your download is corrupt somehow. The files are being > > downloaded a lot of times

Re: [Bf-committers] Windows XP support

2016-01-29 Thread matmenu
HI Matijn, It's ok to drop xp for 2.8. It would be good to keep everyone on board for 2.7x but if it's really to much hassle, I think everyone can understand. Bliblubli on BA did a xp compatible build of latest master with OpenVDB. Maybe you can join forces? Mat On 29/01/2016 09:50, Martijn

Re: [Bf-committers] Blender not working.

2016-01-29 Thread Dan McGrath
There are only md5sum files for the source directory currently. I'm sure we could verify a checksum if he was so inclined as to provide us with one though. Dan On Fri, Jan 29, 2016 at 10:49 AM Knapp wrote: > Is there not an md5 he could check? > > On Fri, Jan 29, 2016 at

Re: [Bf-committers] blender failing to build

2016-01-29 Thread Bastien Montagne
Hi, just pushed a probable fix, please checkout latest master and try again :) Le 29/01/2016 14:56, Owen Hogarth II a écrit : > [ 90%] Building CXX object > src/libOpenImageIO/CMakeFiles/OpenImageIO.dir/__/ffmpeg.imageio/ffmpeginput.cpp.o > [ 91%] Building CXX object >

Re: [Bf-committers] blender failing to build

2016-01-29 Thread Owen Hogarth II
thanks, that did the trick. Best, Owen On Sat, Jan 30, 2016 at 12:07 AM, Bastien Montagne wrote: > Hi, just pushed a probable fix, please checkout latest master and try > again :) > > Le 29/01/2016 14:56, Owen Hogarth II a écrit : > > [ 90%] Building CXX object > > >

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Martijn Berger
Hi Mike, I am pretty sure it either works or can be made to work pretty easy. Martijn On Fri, Jan 29, 2016 at 10:39 PM, Mike Erwin wrote: > On Fri, Jan 29, 2016 at 3:14 PM, Sebastian A. Brachi < > sebastianbra...@gmail.com> wrote: > > > > > > > What newer APIs do we

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Mike Erwin
On Fri, Jan 29, 2016 at 3:14 PM, Sebastian A. Brachi < sebastianbra...@gmail.com> wrote: > > > > What newer APIs do we want to use but are being held back by XP? > > > > What about Python 3.5, which doesn't support XP anymore? > > As specified in PEP 11, a Python release only supports a Windows

Re: [Bf-committers] Windows XP support

2016-01-29 Thread patrick boelens
"I am happy to continue providing builds but I would really like to discontinue support after 2.77" I think would be the most optimal solution. I don't know how the current distribution is, but I seem to recall last time this was brought up that a lot of XP downloads (and there was a

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Mike Erwin
What newer APIs do we want to use but are being held back by XP? I know the jump from Win 2000 to XP was because of the RawInput API for keyboard and 3D mice. I'm not making the case for keeping XP support forever, just want a clear case for dropping it now instead of during 2.8. Thomas Dinges

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Martijn Berger
HI Mike, We could switch to PSAPI version 2 when targeting vista or above. I am sure there are others as just this one could have been handled without creating the **_xp variants of the toolchain. For me personally I think switching to mdvc 2015 is more important ( I know vc140_xp exists but

Re: [Bf-committers] Windows XP support

2016-01-29 Thread Sebastian A. Brachi
> > What newer APIs do we want to use but are being held back by XP? > What about Python 3.5, which doesn't support XP anymore? As specified in PEP 11, a Python release only supports a Windows platform > while Microsoft considers the platform under extended support. This means > that Python 3.5