Code: Select all
> scons -v
SCons by Steven Knight et al.:
script: v0.98.3.r2928, 2008/04/29 22:44:09, by knight on bangkok
engine: v0.98.3.r2928, 2008/04/29 22:44:09, by knight on bangkok
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation
> ls source/blender/blenpluginapi/documentation.h
source/blender/blenpluginapi/documentation.h
> scons
==8<-- a lot of output
Linking program ==> 'blender'
Install file: "/home/ildar/src/.build/blender-svn/bin/blender" as "/home/ildar/opt/blender-svn/blender"
Install file: "source/blender/blenpluginapi/documentation.h" as "/home/ildar/opt/blender-svn/plugins/include/documentation.h"
scons: *** [/home/ildar/opt/blender-svn/plugins/include/documentation.h] source/blender/blenpluginapi/documentation.h: No such file or directory
scons: building terminated because of errors.
> ls source/blender/blenpluginapi/documentation.h
ls: cannot access source/blender/blenpluginapi/documentation.h: No such file or directory
On arch linux all works fine.
Any suggestions?