Sorry to resurrect this thread, but I recently tried to compile Blender again with scons & win32-mingw and still encountered this problem. Between my last post and now I used a workaround for the problem: WITH_BF_COMPOSITOR=False.
This workaround worked fine until recently (introduction of freestyle into trunk). Now I have the same problem with freestyle and THAT I can't ignore. ------------------- ... Linking library ==> 'libbf_freestyle.a' scons: *** [source\lib\libbf_freestyle.a] Error 1 scons: building terminated because of errors. ------------------- Again, I can find no further error messages that would help narrowing the problem down. Any tips on what to look out for? The second thing I noticed is that when disabling freestyle (WITH_BF_FREESTYLE=False) I get the following error: ------------------- ... Linking program ==> 'makesrna.exe' source\source\blender\makesrna\intern\makesrna.o:makesrna.c:(.data+0x140): undefined reference to `RNA_def_linestyle' collect2: ld returned 1 exit status scons: *** [source\makesrna.exe] Error 1 scons: building terminated because of errors. ------------------- Cheers, Martin Fullquote FYI: > Betreff: RE: [Bf-committers] Compositor linker error > Gesendet: Dienstag, 12. Juni 2012 um 11:55 Uhr > > I also ran into this problem on my Windows machine. My setup is pretty much > identical to Justin's. > > I'm not sure how to debug errors like this (or simply get more info about the > error). > > Is there anybody who got this to compile/link yet? or at least give a hint > where the problem may be? > > Thanks in advance, > Martin > Justin Dailey wrote: >> I haven't tried building blender in a week or two. Now when I try >> to build it, I get a linker error trying to link "libbf_composite". >> I'm using XP-32bit, mingw32, and scons. If I missed something on >> the mailing list that already addressed this, I apologize. >> Everything builds fine just prior to the merge of the Tiles branch. >> I don't get any errors prior to: >> >> Linking library ==> 'libbf_composite.a' >> scons: *** [C:\BlenderSVN\build\lib\libbf_composite.a] Error 1 >> scons: building terminated because of errors. >> >> I am just wanting a simple build of blender so any way I can either >> fix this issue or configure it some way to bypass it would be great. >> Any help would be appreciated. _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
