On 14.03.2011 21:41, Vincent van Ravesteijn wrote:
Hi Peter,
I have encountered some questions/bugs/issues with CMake:
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
1b. The paths to the gettext tools do not appear in the cmake-gui, so I
can't correct it manually.
Should be fixed with a correct PATH var.
2. msgmerge.exe repeatedly crashes for every .po file.
doesn't crash here. maybe it's also fixed by the correct PATH var.
3. I still don't get why LYX_INSTALL_PREFIX is a boolean. Now, LyX got
installed in the directory ON.
fixed now.
4. The translations are installed in build/lyx/lyx/Resources/locale
instead of in build/lyx/Resources/local.
also this.
But is it also correct on linux?
5. The stuff from msvc-2010-deps/bin is not installed in build/lyx/bin.
This means I can't run LyX after installing.
Yes, this is missing. But you can run lyx from the shell with the fixed PATH
var.
Peter