> Do you mean INSTALL.Win32 using lyx-windows-deps-msvc-qt4.zip? Last
> time I tried, it worked.
Yes.
>> Runtime Error!
>> Program: C:\bla\foo\lyx.exe
>> R6034
>> An application has made an attempt to load the C runtime library
>> incorrectly.
>> Please contact the application's support team for more information.
I have this problem too since this wednesday, so the problem must be introduced after SVN revision 16343, this was the last time I could compile
LyX1.5.0SVN without this problems.
> This is the old manifest problem, but I can not reproduce it. Do you
> have lyx.exe.manifest in the build (most likely debug) directory?
Yes, I have it in
~\lyx-devel\development\scons\release
It contains this:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
</assembly>
I hope you have an idea how to fix this.
thanks and regards
Uwe