Re: scons error building LyX under Win

2006-11-10 Thread Uwe Stöhr
Bo Peng schrieb: I get also the same errors with SCons 0.96.92: I do not know what build.bat you are using, but please remove all compiler options like CCFLAGS= for now. I'm using Joost's "build_msvc.bat" which is in trunk in ~/development/Win32/packaging This doesn't contain compiler flag

Re: scons error building LyX under Win

2006-11-09 Thread Bo Peng
I get also the same errors with SCons 0.96.92: I do not know what build.bat you are using, but please remove all compiler options like CCFLAGS= for now. Bo

Re: scons error building LyX under Win

2006-11-09 Thread Uwe Stöhr
Bo Peng schrieb: File "C:\Python25\scons-0.96.93\SCons\Environment.py", line I can not investigate this now but you are using the newest scons-0.96.93, not 0.96.92. Maybe there is some backward compatibility problem. I get also the same errors with SCons 0.96.92: --- scons: Reading SCons

Re: scons error building LyX under Win

2006-11-08 Thread Bo Peng
File "C:\Python25\scons-0.96.93\SCons\Environment.py", line I can not investigate this now but you are using the newest scons-0.96.93, not 0.96.92. Maybe there is some backward compatibility problem. I will update SConstruct with 0.96.93 when I get back. Bo

scons error building LyX under Win

2006-11-08 Thread Uwe Stöhr
When I want to compile LyX using the build_msvc.bat script, I get the following error: --- scons: Reading SConscript files ... : 'NoneType' object has no attribute 'split': File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 425: env.Tool('msvc') File "C:\Python25\scons-0.96.