Manveru wrote:
Sorry, anybody else with a helpful tip?
You are replying to me personally - please keep the list on recipients
list. I do not have enough VS experience to help you.
2010/1/27 Janwillem van Dijk <[email protected]>:
Thanks for replying,
I specially installed Visual C++ Express for this. So I followed points 1-5
in INSTALL.Win32. After entering build_msvc.bat it says:
Reading SConscript files ...
....
Checking for C header file windows.h ...
and then complains. The config.log is below:
file C:\Utilities\lyx-devel\development\scons\SConstruct,line 563:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file windows.h...
.sconf_temp\conftest_0.c <-
|
|#include "windows.h"
|
|
cl /Fo.sconf_temp\conftest_0.obj /c .sconf_temp\conftest_0.c /nologo /EHsc
/wd4819 /wd4996 /nologo /MD /O2
/IC:\Utilities\lyx-devel\lyx-windows-deps-msvc2008\include
conftest_0.c
C:\Utilities\lyx-devel\lyx-windows-deps-msvc2008\include\windows.h(161) :
fatal error C1083: Cannot open include file: 'windef.h': No such file or
directory
scons: Configure: no
Janwillem