Re: [Plplot-devel] [Swig-user] swig 3.0.6 breaks plplot builds

2015-07-08 Thread Alan W. Irwin
On 2015-07-07 22:32-0600 Orion Poplawski wrote: > On 07/07/2015 04:15 PM, Orion Poplawski wrote: >> Updating from 3.0.5 to 3.0.6 in Fedora Rawhide has broken plplot builds. >> New >> error: >> >> cd /builddir/build/BUILD/plplot-5.11.0/fedora/bindings/python && >> /usr/bin/swig >> -python -DPL_D

Re: [Plplot-devel] patch 31 which contains wincairo fixes

2015-07-08 Thread Hazen Babcock
On 07/06/2015 01:26 PM, Greg Jung wrote: > I have been using the calls > -SetWindowLong( aStream->hwnd, GWL_USERDATA, (long) pls ); > +SetWindowLongPtr( aStream->hwnd, GWLP_USERDATA, (LONG_PTR) pls ); > > in both 32- and 64-bit compiled wincairo application for months, as well as > in wingc

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-08 Thread Arjen Markus
Hi Alan, Well, I tried it with Octave allowed, but I get build errors - see the tarball. It does not seem to be complaining about 2 versus 4 arguments anymore, but something is definitely wrong. Could that be the SWIG version? (Note: I did not use the very latest checkout, but the commits I s

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-08 Thread Alan W. Irwin
On 2015-07-08 15:46- Arjen Markus wrote: > Well, I tried it with Octave allowed, but I get build errors - see the tarball. It does not seem to be complaining about 2 versus 4 arguments anymore, but something is definitely wrong. Could that be the SWIG version? (Note: I did not use the very lat

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-08 Thread Alan W. Irwin
On 2015-07-08 14:36-0700 Alan W. Irwin wrote: > In sum, it appears build issues like you encountered above will not > allow us to even try Octave-4.0.0 until swig fixes their Octave-4.0.0 > #include issues, and that swig fix propagates to swig versions we are > using. So for now (commit id 2ad5ae

Re: [Plplot-devel] Comprehensive testing on Cygwin with Tcl/Tk/Itcl/Itk

2015-07-08 Thread Arjen Markus
Hi Alan, I uninstalled Octave 4 and installed 3.8, but when I ran the comprehensive test script, it got stuck somehow in the Cmake step, when it came to Octave. It did not advance for several minutes, so I broke it off. I then tried the ordinary Cmake and Make steps - without the X Window ser