[Bf-committers] Build Blender problem

Campbell Barton ideasman42 at gmail.com
Fri Mar 20 21:54:07 CET 2009


Hi, do you have a user-config.py file? Recently scons changed so some
settings need to be lists rather then strings.

CC_WARN = ['-Wall', '-Wextra'] # not...
CC_WARN = "-Wall -Wextra"

Same for C_WARN, BF_DEBUG_FLAGS, PLATFORM_LINKFLAGS etc.

2009/3/20 YongLi <liyong03 at gmail.com>:
> Hi all:
> When I build Blender using scons on Mac OS X 10.5.6, I met the following
> error:
> scons: done reading SConscript files.
> scons: Building targets ...
> Compiling ==> 'SND_DummyDevice.cpp'
> i686-apple-darwin9-g++-4.0.1:  -Wall  -Wno-long-double: No such file or
> directory
> scons: ***
> [/Users/***/blender/trunk/build/darwin/intern/SoundSystem/dummy/SND_DummyDevice.o]
> Error 1
> scons: building terminated because of errors.
> I can't find the reason, any body can help me?
> --
> Name: Yong Li
> E-mail: liyong03 at gmail.com
> Address: Room 3-523, FIT Building, Tsinghua University, Beijing, China.
> 100084.
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
>



-- 
- Campbell


More information about the Bf-committers mailing list