Discussion:
CMake issues
(too old to reply)
Vincent van Ravesteijn
2011-03-20 17:07:19 UTC
Permalink
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
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
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
Joost Verburg
2011-03-20 20:53:57 UTC
Permalink
Post by Vincent van Ravesteijn
The problem is that cyggomp-1.dll is missing. I guess this should be
included in the msvc10-deps package.
Thanks. Will fix that.

Joost

Loading...