[Bf-committers] Linking issues on mingw/scons (booleanops.c)

Nathan Letwory jesterking at letwory.net
Tue Jun 24 20:25:22 CEST 2008


On Tue, Jun 24, 2008 at 9:04 PM, Carsten Wartmann <cw at blenderbuch.de> wrote:

> Nathan Letwory schrieb:
>
>> JFEI, I just successfully built trunk (just svn updated) with scons/mingw
>> . What might be the problem is the splitting of sources.
>>
>
> What do you mean with "splitting of sources"?
>
> Carsten
>
> You have BF_SPLIT_SRC set in either your config or on command-line. This is
needed on some machines, where MingW linker complains about too long
command-line. On my machine (and others) it is not necessary due to a
workaround I made. The workaround just doesn't seem to work for everybody.
You can try building with "scons BF_SPLIT_SRC=0" on command-line. If you get
either a complaint about too long command-line or scons just seems to abort
with no message at all, you unfortunately need BF_SPLIT_SRC=1. As I
suggested, this may be the problem for you. How to get around it ...
currently the best thing is to download and install msvc 9 (express). You
don't need the DirectX SDK anymore, so maybe the download is not too hefty.
At least you should be able to compile without problems then.

To really solve this would be a proper reorganisation of src/ in such a way
that it isn't one big compile anymore, but smaller libs.

/Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-committers/attachments/20080624/d3f3b11b/attachment.htm 


More information about the Bf-committers mailing list