[Bf-committers] Scons again...

Michel Selten bf-committers@blender.org
Wed, 25 Feb 2004 21:10:34 +0100


On Wed, 2004-02-25 at 18:49, Meino Christian Cramer wrote:
> Hi,
> 
>  since several days after every build of cvs-blender I get the same
>  blender-binary despite the fact, that there are a lot of changes in
>  the source tree.

Hi,

one more thing. If you run scons, and get the following output, then
nothing has been compiled:

scons: Reading SConscript files ...
Using config file: config.opts
scons: done reading SConscript files.
scons: Building targets ...
scons: `.' is up to date.
scons: done building targets.

If you see more output (meaning c files being compiled, blender being
linked), then everything is working.

Btw. Almost all latest cvs updates are bug fixes. No major new features
have been added yet! (If that's what you're expecting).

With regards,
	Michel