Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc.

2014-10-29 Thread phil rosenberg
Hi AlanThe points 1 and 3 that you mentioned have been addressed by my latest  commit. Feel free to comment on or change the notice in the the README.developers file if you think it is not suitable. Regarding the use or the cxx_pltr family of classes, these are a totally separate object oriented

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-29 Thread Arjen Markus
Hi Greg, I was away from my keyboard for a couple of days, hence my somewhat delayed reaction. If I understand it correctly, the problems you were facing have now been solved? (That is also the problem with the PLGraphicsIn struct in the wingcc driver?) As for the linking of incompatible l

Re: [Plplot-devel] Why is the set_stream() call commented outforplstream::fill, etc.

2014-10-29 Thread Alan W. Irwin
On 2014-10-29 11:01- phil rosenberg wrote: > Hi AlanThe points 1 and 3 that you mentioned have been addressed by my latest commit. Feel free to comment on or change the notice in the the README.developers file if you think it is not suitable. > Regarding the use or the cxx_pltr family of clas

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-29 Thread Greg Jung
I've been perusing mailing lists etc. about this, I don't understand enough to pass on what I might have learned, but I'll write a few lines just to help get it straight in my own mind. Newer versions of GCC for win32, 4.8.1, ... 4.9.1, come in four flavors: split on threads. (win32 .vs. posix),

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-29 Thread Alan W. Irwin
On 2014-10-29 13:06-0700 Greg Jung wrote: > I've been perusing mailing lists etc. about this, I don't understand > enough to pass on what I might have learned, but I'll write a few lines > just to help get it straight in my own mind. Newer versions > of GCC for win32, 4.8.1, ... 4.9.1, come in f

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-29 Thread Greg Jung
The gcc -v I get from my default setup: COLLECT_LTO_WRAPPER=e:/mingw/mingw32/bin/../libexec/gcc/i686-w64-mingw32/ Target: i686-w64-mingw32 Configured with: ../../../src/gcc-4.8.2/configure --host=i686-w64-mingw32 << etc. snip >> 32-static/lib -Wl,--large-address-aware' Thread model: win32 gcc ve

Re: [Plplot-devel] C++ examples broken in mingw

2014-10-29 Thread Alan W. Irwin
On 2014-10-29 16:23-0700 Greg Jung wrote: > The gcc -v I get from my default setup: > COLLECT_LTO_WRAPPER=e:/mingw/mingw32/bin/../libexec/gcc/i686-w64-mingw32/ > Target: i686-w64-mingw32 ^^^ > Configured with: ../../../src/gcc-4.8.2/configure --host=i686-w64-mingw32 > << etc. sn