1a. I automatically downloaded the 2010-msvc dependencies. They were
installed properly. However, if I check LYX_INSTALL, CMake can't find
gettext.
Seems now all the binaries are in there own bin dirs, I'll change the
readme:
or use the option LYX_DEPENDENCIES_DOWNLOAD, then you
have to add
these paths to your PATH variable:
<build-dir>\msvc2010-deps\deps20\bin
<build-dir>\msvc2010-deps\deps20\python
<build-dir>\msvc2010-deps\deps20\imagemagick
<build-dir>\msvc2010-deps\deps20\ghostscript
<build-dir>\msvc2010-deps\deps20\gettext-tools
It would be nice if CMake could find the binaries it downloaded itself.
2. msgmerge.exe repeatedly crashes for every .po file.
doesn't crash here. maybe it's also fixed by the correct PATH var.
The problem is that cyggomp-1.dll is missing. I guess this should be
included in the msvc10-deps package.
Thanks for the other fixes.
I hope one day, we can make the installer easily from MSVC.
Vincent