> Compiling 1.5.2 with Qt 4.3.2 works fine for me. Offical MSVC support is really a big
improvement. > Maybe you can try to remove everything and recompile from scratch.
Here's what I did:
- starting from a clean tree, I configured Qt with
configure - platform msvc2005
- After the configuration was completed and I compiled Qt using the command
nmake
The compilation finished without errors after about half an hour.
- Then I removed the subfolders of
D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc-qt4\qt-4
and replaced them by the ones I just have compiled
When I now start to build LyX I get at first a lot of errors that the includes in the Qt header
files point to ../../src/...
- I therefore also added the "src" folder I have just compiled to
D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc-qt4\qt-4
When I now compile LyX the header file error are gone but I get the one I
posted in my initial mail.
What is wrong or what were your steps?
thanks and regards
Uwe