Re: new icons in master are not found by the LyX executable

2015-03-22 Thread Enrico Forestieri
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):

Re: new icons in master are not found by the LyX executable

2015-03-22 Thread Enrico Forestieri
On Thu, Mar 19, 2015 at 11:24:16PM +0100, Enrico Forestieri wrote: > On Wed, Mar 18, 2015 at 08:53:53PM -0400, Richard Heck wrote: > > On 03/18/2015 07:43 PM, Enrico Forestieri wrote: > > >On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote: > > >>Le 18/03/15 19:14, Enrico Foresti

Re: new icons in master are not found by the LyX executable

2015-03-19 Thread Enrico Forestieri
On Wed, Mar 18, 2015 at 08:53:53PM -0400, Richard Heck wrote: > On 03/18/2015 07:43 PM, Enrico Forestieri wrote: > >On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote: > >>Le 18/03/15 19:14, Enrico Forestieri a écrit : > >>>LyX uses gunzip for uncompressing a gzipped file. Most pr

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Richard Heck
On 03/18/2015 07:43 PM, Enrico Forestieri wrote: On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote: Le 18/03/15 19:14, Enrico Forestieri a écrit : LyX uses gunzip for uncompressing a gzipped file. Most probably, that could be also directly done in memory by using zlib, but I

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Enrico Forestieri
On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote: > Le 18/03/15 19:14, Enrico Forestieri a écrit : > >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 t

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Jean-Marc Lasgouttes
Le 18/03/15 19:14, Enrico Forestieri a écrit : 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 ;) We have support/gzstream.h for that, and I would b

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Enrico Forestieri
On Wed, Mar 18, 2015 at 05:40:54PM +0100, Jürgen Spitzmüller wrote: > 2015-03-18 17:32 GMT+01:00 Scott Kostyshak: > > > 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

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Enrico Forestieri
On Wed, Mar 18, 2015 at 06:22:52PM +0100, Stephan Witt wrote: > Am 18.03.2015 um 18:05 schrieb Jean-Marc Lasgouttes : > > > 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 proble

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Scott Kostyshak
On Wed, Mar 18, 2015 at 2:08 PM, Enrico Forestieri wrote: > On Wed, Mar 18, 2015 at 01:09:09PM -0400, Scott Kostyshak wrote: >> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote: >> >> > I suppose you have /qtbase/bin in your PATH already? >> >> No I did not. I added this and recompiled and no

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Enrico Forestieri
On Wed, Mar 18, 2015 at 01:09:09PM -0400, Scott Kostyshak wrote: > On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote: > > > I suppose you have /qtbase/bin in your PATH already? > > No I did not. I added this and recompiled and now the icons seem to > show correctly. > > > Other than this I d

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Scott Kostyshak
On Wed, Mar 18, 2015 at 1:40 PM, Kornel Benko wrote: > Am Mittwoch, 18. März 2015 um 13:09:09, schrieb Scott Kostyshak > >> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote: >> >> > I suppose you have /qtbase/bin in your PATH already? >> >> No I did not. I added this and recompiled and now

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Kornel Benko
Am Mittwoch, 18. März 2015 um 13:09:09, schrieb Scott Kostyshak > On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote: > > > I suppose you have /qtbase/bin in your PATH already? > > No I did not. I added this and recompiled and now the icons seem to > show correctly. > > > Other than this I

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Stephan Witt
Am 18.03.2015 um 18:05 schrieb Jean-Marc Lasgouttes : > 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

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Scott Kostyshak
On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote: > I suppose you have /qtbase/bin in your PATH already? No I did not. I added this and recompiled and now the icons seem to show correctly. > Other than this I don't know. > >> Do I need to install libqt5svg5-dev and recompile Qt 5? > > Defin

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Jean-Marc Lasgouttes
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

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Kornel Benko
Am Mittwoch, 18. März 2015 um 12:32:54, schrieb Scott Kostyshak > On Wed, Mar 18, 2015 at 12:01 PM, 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:

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Jürgen Spitzmüller
2015-03-18 17:32 GMT+01:00 Scott Kostyshak: > 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? > Yes, you need the qt5svg headers (where ever they

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Scott Kostyshak
On Wed, Mar 18, 2015 at 12:01 PM, 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

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Enrico Forestieri
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 verif

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Jürgen Spitzmüller
2015-03-18 8:53 GMT+01:00 Uwe Stöhr: > Qt 4.8.6 > Does your qt build contain the qtsvg headers? Jürgen > > regards Uwe >

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Uwe Stöhr
Am 18.03.2015 um 11:39 schrieb Jürgen Spitzmüller: 2015-03-18 8:20 GMT+01:00 Uwe Stöhr: 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/l

Re: new icons in master are not found by the LyX executable

2015-03-18 Thread Jürgen Spitzmüller
2015-03-18 8:20 GMT+01:00 Uwe Stöhr: > 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! >

new icons in master are not found by the LyX executable

2015-03-18 Thread Uwe Stöhr
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 s