Re: [Bf-committers] Compositor linker error

2013-04-22 Thread Martin Bürbaum
Martin Bürbaum wrote: > Anyway, to be sure I did a clean checkout in a fresh directory and the > compiled again. > Unfortunately I still get an error with libbf_composite.a. > > user-config.py: http://pastebin.com/H4ZKFq3H > > Console output of scons: http://pastebin.com/i6Hnte9c Nevermind, I've

Re: [Bf-committers] Compositor linker error

2013-04-19 Thread Martin Bürbaum
Antony Riakiotakis wrote > The easiest way is to delete the "build" and "install" directories, next to > the blender svn directory. Thank you for the hints, I just realized why the "clean" command didn't work. My build directory was set wrong. scons tried to delete a lot more (e.g. ".svn" stuff).

Re: [Bf-committers] Compositor linker error

2013-04-18 Thread Antony Riakiotakis
The easiest way is to delete the "build" and "install" directories, next to the blender svn directory. ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Compositor linker error

2013-04-18 Thread Martin Bürbaum
Antony Riakiotakis wrote: > Is this on a clean build? The directory structure is kind of old, so I'd have to say no. Is there a way to tell scons to "make clean"? "scons clean" just gives me errors (see below). Otherwise I'll try to checkout everything in a separate tree - That might take some

Re: [Bf-committers] Compositor linker error

2013-04-18 Thread Antony Riakiotakis
Is this on a clean build? ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Compositor linker error

2013-04-18 Thread Martin Bürbaum
Antony Riakiotakis wrote: > Scons builds fine here. There have been a few fixes there. Is this on > latest svn version? Yes, the latest svn revision from when I wrote the previous mail was r56106 (trunk & lib/mingw32). Just checked out the most recent revision (r56125) to make sure. Same error(s

Re: [Bf-committers] Compositor linker error

2013-04-17 Thread Antony Riakiotakis
Scons builds fine here. There have been a few fixes there. Is this on latest svn version? Can you share your configuration file? Also, don't forget, for MinGW 32bit we support only gcc 4.6. ___ Bf-committers mailing list Bf-committers@blender.org http://l

Re: [Bf-committers] Compositor linker error

2013-04-17 Thread Martin Bürbaum
uote 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

Re: [Bf-committers] Compositor linker error

2012-06-12 Thread Martin Bürbaum
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

[Bf-committers] Compositor linker error

2012-05-25 Thread Justin Dailey
Hi all, 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 p