Re: [Plplot-devel] troubles using LIB_TAG under Windows with msvc

2009-04-23 Thread Arjen Markus
Hello Vadim, On 2009-04-23 18:42, Vadim Zeitlin wrote: > Hello, > > I noticed that plplot build supported optionally appending a suffix to all > the libraries being built via the setting of LIB_TAG option. This seemed to > be exactly what I needed to make it possible to use both debug and relea

Re: [Plplot-devel] patch: disable tons of mostly harmless warnings in msvc build

2009-04-23 Thread Alan W. Irwin
Hi Vadim: I plan to add some functionality to qsastime.c within the next couple of days and will try to deal with the compile warnings you have found that are still relevant at that stage as part of finishing it up. At that point I will ask you to try your test again. Thanks for your current re

Re: [Plplot-devel] patch: disable tons of mostly harmless warnings in msvc build

2009-04-23 Thread Vadim Zeitlin
On Thu, 23 Apr 2009 19:18:56 +0100 Andrew Ross wrote: AR> Thanks for your bug report. Are you using plplot 5.9.2? Most of these AR> warnings have already been fixed in the latest svn version of plplot. AR> Could you try with that and see if any are still outstanding? Sorry for not thinking to

Re: [Plplot-devel] GTK/extcairo example?

2009-04-23 Thread Alan W. Irwin
On 2009-04-23 14:28-0400 Hezekiah M. Carty wrote: > On Mon, Apr 20, 2009 at 4:11 PM, Alan W. Irwin > wrote: >> ext-cairo-test.c was written by Hazen a year ago.  It builds without issues, >> but it also demonstrates there is an important bug with the extcairo device. >> No text appears in the tes

Re: [Plplot-devel] GTK/extcairo example?

2009-04-23 Thread Hezekiah M. Carty
On Mon, Apr 20, 2009 at 4:11 PM, Alan W. Irwin wrote: > ext-cairo-test.c was written by Hazen a year ago.  It builds without issues, > but it also demonstrates there is an important bug with the extcairo device. > No text appears in the test.ps result, and there is a status code of 127 > returned

Re: [Plplot-devel] patch: disable tons of mostly harmless warnings in msvc build

2009-04-23 Thread Andrew Ross
Vadim, Thanks for your bug report. Are you using plplot 5.9.2? Most of these warnings have already been fixed in the latest svn version of plplot. Could you try with that and see if any are still outstanding? Many thanks Andrew On Thu, Apr 23, 2009 at 06:53:13PM +0200, Vadim Zeitlin wrote: >

[Plplot-devel] xcairo text bug

2009-04-23 Thread Alan W. Irwin
Hi Hazen: I have found a text bug that affects -dev xcairo. To demonstrate the bug run any example with -dev xcairo and change focus off the window and back or make an attempt to resize the window. On Linux, at least, all the text disappears from the window created by xcairo. I am pretty sure th

[Plplot-devel] patch: disable tons of mostly harmless warnings in msvc build

2009-04-23 Thread Vadim Zeitlin
Hello, When building PLplot using Microsoft Visual C++ 7.1 (a.k.a. 2003) there are tons of mostly harmless warnings about possible loss of data in implicit conversions, e.g. to give example of just one file: src\plsym.c(179) : warning C4244: 'function' : conversion from 'PLFLT' to 'PLINT', pos

[Plplot-devel] troubles using LIB_TAG under Windows with msvc

2009-04-23 Thread Vadim Zeitlin
Hello, I noticed that plplot build supported optionally appending a suffix to all the libraries being built via the setting of LIB_TAG option. This seemed to be exactly what I needed to make it possible to use both debug and release builds of it at the same time (and looking at the archives, thi