Hi,
I've just tried latest HEAD version installation on Windows XP, SP3, and
have next errors:
###############
F:\Instalacije\ray>C:\Python26\Scripts\scons build
scons: Reading SConscript files ...
Detected platform "win32" (nt).
Reading configuration "platform\mingw.cfg"
scons: warning: The Options class is deprecated; use the Variables class
instead
.
File "F:\Instalacije\ray\SConstruct", line 9, in set_opts
Checking for C library GL... no
Checking for TIFFInitSGILog() in C library tiff... no
TypeError: can only concatenate list (not "str") to list:
File "F:\Instalacije\ray\SConstruct", line 81:
SConscript(os.path.join('src', 'common', 'SConscript'))
File
"C:\Python26\Lib\site-packages\scons-1.3.0\SCons\Script\SConscript.py", l
ine 616:
return apply(method, args, kw)
File
"C:\Python26\Lib\site-packages\scons-1.3.0\SCons\Script\SConscript.py", l
ine 553:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File
"C:\Python26\Lib\site-packages\scons-1.3.0\SCons\Script\SConscript.py", l
ine 262:
exec _file_ in call_stack[-1].globals
File "F:\Instalacije\ray\src\common\SConscript", line 47:
ALL = RTSCENE + RTPIC + STD + RTNET + env.get('RAD_COMPAT',[])
Also it doesn't want to start building if supplementary files aren't
included (previous version of Scons script build and installed even without
lib files).
#####
What I have tried to do:
****
If I replace line:
opts = Options(OPTFILE, ARGUMENTS) with
opts = Variables(OPTFILE, ARGUMENTS)
only depreciation warning is removed, and the rest of the error remains.
******
For error in line 81, I've tried to replace this path string with list in
SConscript(), but the same errors again.
****
Comment out line 81. I've got next error during building:
F:\Instalacije\ray>C:\Python26\Scripts\scons build
scons: Reading SConscript files ...
Detected platform "win32" (nt).
Reading configuration "platform\mingw.cfg"
Checking for C library GL... (cached) no
Checking for TIFFInitSGILog() in C library tiff... (cached) no
meta
cv
gen
ot
rt
File "F:\Instalacije\ray\src\rt\SConscript", line 21
raycalls = env.Object(source="raycalls.c')
^
SyntaxError: EOL while scanning string literal
****
Yse old SConstruct file from 25th May instead of current one.
The same error as previous one:
...
SyntaxError: EOL while scanning string literal
################
I'm using Python 2.6 and installed scons 1.3.0
Any ideas?
Marija
_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev