[Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-18 Thread Campbell Barton
I hope there is some way around this but from what I can tell there is no way to compile a debug build of blender with free tools on windows right now. On my XP system running on VirtualBox I can't at least. This is a real shame because it basically means you cant develop blender on windows - at l

[Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Sergey Kurdakov
Hi All. concerning vs2010 support, python team might not support it, but it is possible to compile python with vs2010 with http://svn.python.org/view/python/trunk/PCbuild/ and distribute it as a lib Regards Sergey ___ Bf-committers mailing list Bf-co

[Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Sergey Kurdakov
Hi >@Sergey, good to see they added support but we need to use release >builds. From looking in the source I could only find msvc2008 project >files. actually svn for 3.2 is here http://svn.python.org/projects/python/branches/release32-maint and while there are only msvc2008 projects files they

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-18 Thread Daniel Stokes
In order to build a debug build of blender with MSVC 2010, I need to have 2008 installed as well. I would think having the express editions of both would be enough, but I can't say for certain as I have the professional version of both. -- Daniel Stokes On Mon, Apr 18, 2011 at 6:33 PM, Campbell B

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-18 Thread Nathan Letwory
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As told many times on IRC, the easiest/best way around this is through building your own debug dll. /Nathan On 19.4.2011 4:33, Campbell Barton wrote: > I hope there is some way around this but from what I can tell there is > no way to compile a debug

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Campbell Barton
Can any free tools build python32_d.dll ? MinGW and MSVC2010 are both not supported and no support is planned for either (reading the python ML). Anyone tried to build debug python3.2 debug on MSVC Express 2008? No luck finding this info here: http://docs.python.org/devguide/ On Tue, Apr 19, 201

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Campbell Barton
installed msvc 2008 Express and magically MinGW and MSVC2010 debug builds both run now. Corrected the wiki docs. http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows/Troubleshooting#Debug_Builds - Campbell On Tue, Apr 19, 2011 at 7:26 AM, Campbell Barton wrote: > Can any free

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Nathan Letwory
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19.4.2011 11:27, Campbell Barton wrote: > installed msvc 2008 Express and magically MinGW and MSVC2010 debug > builds both run now. > > Corrected the wiki docs. > http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Windows/Troubleshootin

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Campbell Barton
@Sergey, good to see they added support but we need to use release builds. From looking in the source I could only find msvc2008 project files. @Nathan, This is really not obvious stuff ( == magic :-) ) -- Build blender fine with GCC --> Start blender errors out with "The application failed to ini

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Dalai Felinto
Campbell, if instead of installing the whole MSVC you install the Microsoft Visual C++ 2008 Redistributable Package (x86) [1] would that work too? As far as magic goes my blind guess is that by installing the MSVC you ended up adding their redistributable pack. (not sure if this apply for python

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Ρυακιωτάκης Αντώνης
Dalai, no debugging needs the debug runtime dlls and they are not part of the redistributable. I have installed MSVC 2008 and at last I enjoy debugging in MinGW/codeblocks :) ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.or

Re: [Bf-committers] Windows Debug Build (possible with free tools?)

2011-04-19 Thread Campbell Barton
On Tue, Apr 19, 2011 at 12:35 PM, Sergey Kurdakov wrote: > Hi > >>@Sergey, good to see they added support but we need to use release >>builds. From looking in the source I could only find msvc2008 project >>files. > > actually svn for 3.2 is here > > http://svn.python.org/projects/python/branches/