Selon [email protected]: > Selon Lukas Tönne <[email protected]>: > > > On Sun, Jan 16, 2011 at 6:34 PM, <[email protected]> wrote: > > > Reminder: On Win32 systems, the build of this branch always fails on > > > makesrna.exe since early December. > > > > This seems to be a general problem with windows build systems: the > > linker fails because the command line gets too long. I am not a > > windows coder, so any help in fixing this would be appreciated! > > Not sure : around 6800 characters for the link line of makesrna in the main > trunc (that builds correctly) and only 6600 in the particules branch (I > should > compare these two lines to see where are the differences). In the two cases, > the > executable works but the one created for the particules branch seems to start > with an overflow of the memory allocated. >
I think the problem lies on these two lines : Revision: 33537 Modified: branches/particles-2010/source/blender/makesrna/intern/rna_nodetree_types.h =================================================================== --- branches/particles-2010/source/blender/makesrna/intern/rna_nodetree_types.h 2010-12-07 11:57:34 UTC (rev 33536) +++ branches/particles-2010/source/blender/makesrna/intern/rna_nodetree_types.h 2010-12-07 12:17:23 UTC (rev 33537) @@ -172,7 +172,7 @@ -DefNode( SimulationNode, SIM_NODE_PARTICLEDYNAMICS, 0, "PARTICLEDYNAMICS", ParticleDynamics, "Particle Dynamics", "" ) +DefNode( SimulationNode, SIM_NODE_PARTICLEDYNAMICS, def_sim_particledynamics, "PARTICLEDYNAMICS", ParticleDynamics, "Particle Dynamics", "" ) If we return to the previous form, the file makesrna.exe works without problem. There are other problems later on but this one goes. jms _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
