Bo Peng wrote:
Attached is a snapshot patch of what I am doing.
Please use the attached updated patch. It is been tested under msvc.
This patch generates three config.h under src, intl and boost/libs.
Please have a look at them and remove extra tests.
Sconstruct fails with msvv:
Processing files in po...
KeyError: 'DEST_DIR':
File "SConstruct", line 2189:
bin_dest_dir = os.path.join(env['DEST_DIR'], 'bin')
File "D:\program\Python24\scons-0.96.92\SCons\Environment.py", line 295:
return self._dict[key]
I used:
scons use_vc=yes log_file=yes mode=release build_dir=msvc frontend=qt4
qt_dir=d:/program/Qt/4.1 extra_inc_path=d:/program/GnuWin32/include
extra_lib_path=d:/program/GnuWin32/lib boost=included nls=no warnings=no
-j3 prefix=d:/program/lyx-msvc fast_start=no install
Abdel.