On Wed, Mar 18, 2015 at 12:01 PM, Enrico Forestieri <for...@lyx.org> wrote: > On Wed, Mar 18, 2015 at 11:20:49AM +0400, Uwe Stöhr wrote: >> I just compiled master and started the resulting LyX.exe. As result >> I get tons of these warnings: >> >> ..\..\..\..\src\frontends\qt4\GuiApplication.cpp (612): Cannot load >> icon C:/LyXGit/Master/lib/images/index-insert.svgz please verify >> resource system! >> >> I use CMake. The icons are in the directory so it is not clear to me >> why they are not found. Naybe it is a problem with the slashes in >> the folder? > > No, you need gunzip in the PATH. You can download it from > http://www.gzip.org/gzip124xN.zip > > Simply rename gzip.exe as gunzip.exe and put it in the PATH.
And for Linux is there something I need in PATH? I have installed libqt5svg5 but that did not help (note that I am using a compiled Qt 5). Do I need to install libqt5svg5-dev and recompile Qt 5? Scott