Re: [Plplot-devel] windows binaries and/or installer

2009-07-23 Thread Werner Smekal
Hi Hazen, On 24.07.2009, at 02:06, Hazen Babcock wrote: I'd like to start offering a Windows binary and/or an installer along with our source releases. I now have access to a Windows box which I can put pretty much anything on to, i.e. Qt, WxWidgets, Cairo(?), etc... so I'm volunteering m

Re: [Plplot-devel] plgwid()

2009-07-23 Thread Hezekiah M. Carty
On Thursday, July 23, 2009, Hazen Babcock wrote: > > Should we add a function that returns the current pen width? Or does > such a function already exist? > > How about the index of the current color? > > -Hazen I think that each of these functions would be useful. I wrote short C stubs for the

[Plplot-devel] windows binaries and/or installer

2009-07-23 Thread Hazen Babcock
I'd like to start offering a Windows binary and/or an installer along with our source releases. I now have access to a Windows box which I can put pretty much anything on to, i.e. Qt, WxWidgets, Cairo(?), etc... so I'm volunteering myself to generate whatever binaries needs to be generated to

Re: [Plplot-devel] windows/mingw32 build questions

2009-07-23 Thread Hazen Babcock
Alan W. Irwin wrote: > Hi Hazen: > > This is mostly addressed to you, but there is a question at the end for all > our developers. > > On 2009-07-23 12:23-0400 Hazen Babcock wrote: > >> [...]I think I managed to figure out a few things. Maybe the problem >> is with the cmake command that is use

Re: [Plplot-devel] windows/mingw32 build questions

2009-07-23 Thread Alan W. Irwin
Hi Hazen: This is mostly addressed to you, but there is a question at the end for all our developers. On 2009-07-23 12:23-0400 Hazen Babcock wrote: > [...]I think I managed to figure out a > few things. Maybe the problem is with the cmake command that is used to test > the c++ compiler (the on

[Plplot-devel] plgwid()

2009-07-23 Thread Hazen Babcock
Should we add a function that returns the current pen width? Or does such a function already exist? How about the index of the current color? -Hazen -- ___ Plplot-devel mail

Re: [Plplot-devel] windows/mingw32 build questions

2009-07-23 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-07-22 22:51-0400 Hazen Babcock wrote: > >> Alan W. Irwin wrote: >>> I believe I have now (revision 10157) finished this saga. The new >>> soft-landing method (issue a warning message, disable that component of >>> PLplot, and continue) when compilers are missing/bro

Re: [Plplot-devel] windows/mingw32 build questions

2009-07-23 Thread Alan W. Irwin
On 2009-07-22 22:51-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> I believe I have now (revision 10157) finished this saga. The new >> soft-landing method (issue a warning message, disable that component of >> PLplot, and continue) when compilers are missing/broken seems to work well. > [..