On Wed, Mar 18, 2015 at 06:22:52PM +0100, Stephan Witt wrote: > Am 18.03.2015 um 18:05 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>: > > > Le 18/03/2015 17:01, Enrico Forestieri a écrit : > >>> 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. > > > > Is this needed at build time or at run time? > > At runtime - unless the SVG files were installed uncompressed.
LyX uses gunzip for uncompressing a gzipped file. Most probably, that could be also directly done in memory by using zlib, but I don't know if that's a bigger problem in the native Windows world ;) -- Enrico