Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2013-03-19 Thread Morten Mikkelsen
Good idea. Let's drop VS2008 :) Cheers, Morten. On Sun, Mar 17, 2013 at 3:32 AM, Thomas Dinges blen...@dingto.org wrote: Hi, I was never a fan of those mixed repositories, and the few vc2010 libs we have only work with cmake as well. Whatever we do, one day we really need to get rid of

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2013-03-17 Thread Thomas Dinges
Hi, I was never a fan of those mixed repositories, and the few vc2010 libs we have only work with cmake as well. Whatever we do, one day we really need to get rid of the old VC2008 crap... Most Blender users use Windows and we use a 6 year old compiler here. I have no idea if current VC20112

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2013-03-16 Thread Morten Mikkelsen
Errr...I actually use msvc2010. Whatever contributions I've made to blender have been from a vs2010 setup. It's still how I build blender. On Fri, Mar 15, 2013 at 4:28 PM, Dalai Felinto dfeli...@gmail.com wrote: Hi, is there any update on this? If we can't have all the libs working for

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2013-03-16 Thread Dalai Felinto
Hi Morten, Are you building with Python 3.3? If so which libraries are you using? Thanks, Dalai 2013/3/16 Morten Mikkelsen mikkels...@gmail.com Errr...I actually use msvc2010. Whatever contributions I've made to blender have been from a vs2010 setup. It's still how I build blender. On

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2013-03-15 Thread Dalai Felinto
Hi, is there any update on this? If we can't have all the libs working for vc10 I propose we simply drop support for msvc10 and remove the other libs for vc10 that are already in the repository. Better than mislead people to download the libs and frustrating them with a half-working setup.

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-23 Thread Chad Fraleigh
And to be thorough, the VS2012 scripted builds I could manage at this time: http://www.triularity.org/download/blender/install-vs11.0-x32.zip (141M) http://www.triularity.org/download/blender/install-vs11.0-x64.zip (154M) install-vs11.0-x32: boost freetype jack

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-22 Thread Chad Fraleigh
On Thu, Dec 20, 2012 at 7:03 AM, Dalai Felinto dfeli...@gmail.com wrote: I tried in a different machine (windows 7 x64 running a 32 bits MSVC 9.0) and things are even worse there. Lots of errors. Bottomline for me: I don't think I can spend much more time testing this. So although I

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-20 Thread Dalai Felinto
Hi Chad, I tried in a different machine (windows 7 x64 running a 32 bits MSVC 9.0) and things are even worse there. Lots of errors. Bottomline for me: I don't think I can spend much more time testing this. So although I appreciate the efforts into streamlining the libraries build, it would be

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-19 Thread Dalai Felinto
New round of errors: http://www.pasteall.org/38201 It's actually the same as before but instead of complaining about LIB Debug|x64 been invalid, it complains of Debug|x64. One thing that strike me as a surprise is that Freetype build folder is named win32. Isn't this suspicious? I'll try to

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-19 Thread Morten Mikkelsen
Doesn't matter if it's win32 or win64. Either way the pyth3.3 libs are missing for vs2010. On Wed, Dec 19, 2012 at 11:15 AM, Dalai Felinto dfeli...@gmail.com wrote: New round of errors: http://www.pasteall.org/38201 It's actually the same as before but instead of complaining about LIB

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-19 Thread Dalai Felinto
Anyway, this file should replace the one under build/Makefile.nmake: http://www.triularity.org/download/blender/Makefile.nmake With a bit more testing I found out that almost nothing builds in either 32 or 64 bits (on msvc2010). It would be nice if someone else with MSVC2010 could test this

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-19 Thread Chad Fraleigh
Hmm.. I've been able to get most everything (building so far in VS2008) to work for VS2010/32-bit except the ilmbase/openexr ones (even VS2012/32-bit gets that far after a missing win32.mak kludge for jpeg). I've tweaked the config some (mostly for VS2012), but I didn't think it was that much.

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-18 Thread Dalai Felinto
Hi Chad, Thanks for waving in. I get the following error after commenting the proper lines for x64/vc2010 and installing Python 2.7: http://www.pasteall.org/38156 -- Dalai ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-18 Thread Chad Fraleigh
On Tue, Dec 18, 2012 at 9:40 AM, Dalai Felinto dfeli...@gmail.com wrote: Hi Chad, Thanks for waving in. I get the following error after commenting the proper lines for x64/vc2010 and installing Python 2.7: http://www.pasteall.org/38156 Yeah, unless you're compiling for 2008 there's only a

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-18 Thread Mitchell Stokes
I can do 2010 x64, so let me know on IRC (nick is Moguri) if you need some help compiling libs. Cheers, Mitchell On Tue, Dec 18, 2012 at 3:00 PM, Chad Fraleigh ch...@triularity.org wrote: On Tue, Dec 18, 2012 at 9:40 AM, Dalai Felinto dfeli...@gmail.com wrote: Hi Chad, Thanks for waving

[Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-17 Thread Dalai Felinto
Hello everyone. Is there anyone actively maintaining the MSVC2010 platform? It would be nice if the docs [1] could account for this platform too. Sure, we have the msvc10 folders for some of the libs, does that mean I have to move those libs to their top folder? and how about the python issue, do

Re: [Bf-committers] MSVC2010 maintainer? Python 3.3 libs missing, or only me?

2012-12-17 Thread Chad Fraleigh
On Mon, Dec 17, 2012 at 11:48 AM, Dalai Felinto dfeli...@gmail.com wrote: Hello everyone. Is there anyone actively maintaining the MSVC2010 platform? It would be nice if the docs [1] could account for this platform too. Sure, we have the msvc10 folders for some of the libs, does that mean I