Bo Peng schrieb:
Yes. Have a look at INSTALL.scons. Basically, you need to
1. go to the scons directory.
2. build lyx in debug mode (default)
3. scons msvs_projects
4. double click the generated lyx.vcproject (name might be wrong) then
use F5 etc.
There's a problem: The lyx.vcproject isn't created:
Building all targets recursively
Processing files in boost/libs/signals/src...
Processing files in boost/libs/regex/src...
Processing files in boost/libs/filesystem/src...
Processing files in boost/libs/iostreams/src...
<type 'exceptions.AttributeError'>: 'SConsEnvironment' object has no attribute '
MSVSProject':
File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1898:
build_project('boost', src = boost_src)
File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1882:
proj = env.MSVSProject(
Then it breaks.
Uwe