Vincent van Ravesteijn
2011-03-20 17:07:19 UTC
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 theinstalled properly. However, if I check LYX_INSTALL, CMake can't find
gettext.
or use the option LYX_DEPENDENCIES_DOWNLOAD, then you
have to add
<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
2. msgmerge.exe repeatedly crashes for every .po file.
doesn't crash here. maybe it's also fixed by the correct PATH var.included in the msvc10-deps package.
Thanks for the other fixes.
I hope one day, we can make the installer easily from MSVC.
Vincent