Hmm that's strange, I did a buildbot test with my mingw and it compiled fine. I have no idea what causes this problem with your BB. I can't reproduce this error on my system.
Am 25.06.2013 um 02:51 schrieb Brecht Van Lommel <[email protected]>: > I had to disable the fix again, seems to give link errors still on > windows/linux while it built fine on mac. > > On Tue, Jun 25, 2013 at 1:56 AM, Brecht Van Lommel > <[email protected]> wrote: >> Regarding the command length limit, the windows limitation is 32767. >> Dividing that by 272 .cpp files in this module gives you less than 120 >> characters per file. A line like this is 121 characters. I'm not sure >> if that's the exact path that would be used, but you can see how we're >> pushing against the limit, the buildbot names make it quite long. >> >> C:\bb\mingw64-scons\mingw_win64_scons\build\mingw_win64_scons\source\blender\compositing\operations\COM_KeyingOperation.o >> >> I committed a possible fix now, splitting bf_composite into 3 parts. >> >> Brecht. >> >> On Tue, Jun 25, 2013 at 12:25 AM, Jeffrey H <[email protected]> >> wrote: >>> There is also supposedly a bug limiting the command line length in >>> mingw-w64, but I have my buildslaves in the drive's root. Not only that, >>> but I have built from far longer paths than where I have buildbot. >>> >>> Anyway, I hope this information helps in diagnosing some sort of problem. >>> >>> -- Jeffrey >>> >>> >>> On Mon, Jun 24, 2013 at 8:23 AM, Jürgen Herrmann <[email protected]> wrote: >>> >>>> Hi there, >>>> >>>> >>>> >>>> I realized that there seems to be a problem with the MinGW64 Buildbots >>>> lately. >>>> >>>> I could spare some more processing power to provide an additional one, if >>>> needed. >>>> >>>> >>>> >>>> I use rubenvb's MinGW-w64 4.7.4 on my machine and everything seems to work >>>> well so far. >>>> >>>> >>>> >>>> /Jürgen >>>> >>>> _______________________________________________ >>>> Bf-committers mailing list >>>> [email protected] >>>> http://lists.blender.org/mailman/listinfo/bf-committers >>> >>> >>> >>> -- >>> Jeffrey "Italic_" Hoover >>> _______________________________________________ >>> Bf-committers mailing list >>> [email protected] >>> http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
