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):
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
>
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
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!
>
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
23 matches
Mail list logo