On Wed, Mar 18, 2015 at 05:01:11PM +0100, Enrico Forestieri 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.
This should not be necessary anymore after 7da981b3. However, gunzip is still used to uncompress other gzipped files and it would be better to include it with the installer, otherwise the Windows version would not be able to deal with compressed files. -- Enrico