Hi Bo,

I have some problem with the "restore cached option" functionality. I have passed fast_cache=no and I have erased env.cache but I still get this error:

D:\devel\lyx\trunk\development\scons>scons use_vc=yes build_dir=msvc frontend=qt4 qt_dir=d:/program/Qt/4.1 ext a_inc_path=d:/program/GnuWin32/include extra_lib_path=d:/program/GnuWin32/lib boost=included nls=no warnings=n
 -j3 prefix=d:/program/lyx-msvc fast_start=no install
scons: Reading SConscript files ...
AttributeError: 'NoneType' object has no attribute 'split':
  File "SConstruct", line 401:
    env.Tool('msvc')
  File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 1108:
    tool(self)
File "D:\program\Python24\scons-0.96.92\SCons\Tool\__init__.py", line 135:
    apply(self.generate, ( env, ) + args, kw)
  File "D:\program\Python24\scons-0.96.92\SCons\Tool\msvc.py", line 728:
    env.PrependENVPath('INCLUDE', include_path)
  File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 1022:
    nv = SCons.Util.PrependPath(orig, newpath, sep)
  File "D:\program\Python24\scons-0.96.92\SCons\Util.py", line 672:
    paths = string.split(paths, sep)
  File "D:\program\Python24\lib\string.py", line 292:
    return s.split(sep, maxsplit)

Reply via email to