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 flags:
---
cd ..\..\scons
scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4
mode=release version_suffix=15 gettext=system nls=yes
extra_inc_path=..\..\lyx-windows-deps-msvc-qt4\include
extra_lib_path=..\..\lyx-windows-deps-msvc-qt4\lib
extra_bin_path=..\..\lyx-windows-deps-msvc-qt4\bin
qt_dir=..\..\lyx-windows-deps-msvc-qt4\qt-4
---
Uwe