Re: [Bf-committers] compilation error at T27043b8e

2014-03-31 Thread Yousef Hurfoush
ok it seems there is no development for 2 days, when http://git.blender.org/gitweb/gitweb.cgi/blender.git/log just was jammed, i cleared the cache for it to work, sorry for the inconvenience, it compiles now ok. Regards Yousef Harfoush ba...@msn.com From: ba...@msn.com To: bf-committers@blen

[Bf-committers] compilation error at T27043b8e

2014-03-30 Thread Yousef Hurfoush
compilation error at T27043b8e windows 8.1 x64, scons, clean build. tested Tf449542d still not fixed. here is the error log: -- Compiling ==> 'attribute.cpp' intern\cycles\render\attribute.cpp: In static member function 'static ccl::AttributeSt

Re: [Bf-committers] Compilation error

2013-06-25 Thread Jürgen Herrmann
eaders. > > Thanks for the help ;) > > /Jürgen > > -Ursprüngliche Nachricht- > Von: bf-committers-boun...@blender.org > [mailto:bf-committers-boun...@blender.org] Im Auftrag von Brecht Van Lommel > Gesendet: Sonntag, 23. Juni 2013 15:59 > An: bf-blend

Re: [Bf-committers] Compilation error

2013-06-23 Thread Jürgen Herrmann
Brecht Van Lommel Gesendet: Sonntag, 23. Juni 2013 15:59 An: bf-blender developers Betreff: Re: [Bf-committers] Compilation error I've removed the comments for now. This file is ridiculously large anyway, will need some changes if we ever make this a public API. On Sat, Jun 22, 2013 at 8:

Re: [Bf-committers] Compilation error

2013-06-23 Thread Brecht Van Lommel
ldbots after my System is back in a useable state, I >>> think on Monday, just in case someone wants to test ;) >>> >>> /Jürgen >>> >>> -Ursprüngliche Nachricht- >>> Von: bf-committers-boun...@blender.org >>> [mailto:bf-committers-boun..

Re: [Bf-committers] Compilation error

2013-06-23 Thread Jürgen Herrmann
able state, I >>>> think on Monday, just in case someone wants to test ;) >>>> >>>> /Jürgen >>>> >>>> -Ursprüngliche Nachricht- >>>> Von: bf-committers-boun...@blender.org >>>> [mailto:bf-committers-bou

Re: [Bf-committers] Compilation error

2013-06-22 Thread Doug Gale
dbots after my System is back in a useable state, I >>> think on Monday, just in case someone wants to test ;) >>> >>> /Jürgen >>> >>> -Ursprüngliche Nachricht- >>> Von: bf-committers-boun...@blender.org >>> [mailto:bf-comm

Re: [Bf-committers] Compilation error

2013-06-22 Thread Jürgen Herrmann
ter my System is back in a useable state, I >> think on Monday, just in case someone wants to test ;) >> >> /Jürgen >> >> -Ursprüngliche Nachricht- >> Von: bf-committers-boun...@blender.org >> [mailto:bf-committers-boun...@blender.org] Im Auftrag

Re: [Bf-committers] Compilation error

2013-06-22 Thread Brecht Van Lommel
.@blender.org] Im Auftrag von Jürgen Herrmann > Gesendet: Samstag, 22. Juni 2013 11:37 > An: bf-blender developers > Betreff: Re: [Bf-committers] Compilation error > > Status update: > > Seems to be a problem with VS2012 Pro. > I did a complete clean reinstall of my comp

Re: [Bf-committers] Compilation error

2013-06-22 Thread Jürgen Herrmann
2. Juni 2013 11:37 An: bf-blender developers Betreff: Re: [Bf-committers] Compilation error Status update: Seems to be a problem with VS2012 Pro. I did a complete clean reinstall of my computer (Windows, VS 2012 and all the prerequisites) over night and it still fails to compile. /Jürgen Am 2

Re: [Bf-committers] Compilation error

2013-06-22 Thread Jürgen Herrmann
tters-boun...@blender.org] Im Auftrag von Jürgen Herrmann > Gesendet: Freitag, 21. Juni 2013 14:48 > An: bf-blender developers > Betreff: Re: [Bf-committers] Compilation error > > In in this case I'll first try to find the error on my side. I use vs 2012 > professional an

Re: [Bf-committers] Compilation error

2013-06-21 Thread Jürgen Herrmann
Herrmann Gesendet: Freitag, 21. Juni 2013 14:48 An: bf-blender developers Betreff: Re: [Bf-committers] Compilation error In in this case I'll first try to find the error on my side. I use vs 2012 professional and compile with the x64 native tool chain. Maybe using the x64 cross toolchain s

Re: [Bf-committers] Compilation error

2013-06-21 Thread Jürgen Herrmann
In in this case I'll first try to find the error on my side. I use vs 2012 professional and compile with the x64 native tool chain. Maybe using the x64 cross toolchain solves the problem. And a windows typical reboot might help too ;) Am 21.06.2013 um 14:07 schrieb Brecht Van Lommel : > Hi, >

Re: [Bf-committers] Compilation error

2013-06-21 Thread Brecht Van Lommel
Hi, I'm not sure what is causing this, could you post the RNA_blender_cpp.h file? It might give a clue. I don't see anything specifically wrong at the line numbers from that build log, in the RNA_blender_cpp.h that is generated here. I also tried this with a visual studio 2012 express build (64 b

Re: [Bf-committers] Compilation error

2013-06-21 Thread Jürgen Herrmann
Ok, this gets strange... when I do this in rna_scene.c Line 120-128: EnumPropertyItem proportional_editing_items[] = { {PROP_EDIT_OFF, "DISABLED", ICON_PROP_OFF, "Disable", "Proportional Editing disabled"}, {PROP_EDIT_ON, "ENABLED", ICON_PROP_ON, "Enable", "Proportional Editing enabled"

Re: [Bf-committers] Compilation error

2013-06-20 Thread Jürgen Herrmann
I tried to isolate the Problem and it seems to be r57608 that breaks the compilation on VC 2012.  Am 20. Juni 2013 um 23:24 schrieb Jürgen Herrmann : > Hi, > > > > somewhere between r57600 and r57620 a strange error creeped into my CMake > Builds: > > > > http://www.pasteall.org/43357 > > > > T

[Bf-committers] Compilation error

2013-06-20 Thread Jürgen Herrmann
Hi, somewhere between r57600 and r57620 a strange error creeped into my CMake Builds: http://www.pasteall.org/43357 This seems to be a problem with the RNA generated files, when I change RNA_blender_cpp.h lines 35299 – 35306 like this: /* Interpolation */ enum ts_interpolat