Re: [Plplot-devel] Planned change to the minimum CMake version.

2011-10-21 Thread Maurice LeBrun
On Friday, October 21, 2011 at 19:43:14 (-0700) Alan W. Irwin writes: > Hi Maurice: > > On 2011-10-21 18:32-0600 Maurice LeBrun wrote: > > > On Friday, October 21, 2011 at 10:43:56 (-0700) Alan W. Irwin writes: > > > If I don't hear any strong objections to changing the minimum version > >

Re: [Plplot-devel] Planned change to the minimum CMake version.

2011-10-21 Thread Alan W. Irwin
Hi Maurice: On 2011-10-21 18:32-0600 Maurice LeBrun wrote: > On Friday, October 21, 2011 at 10:43:56 (-0700) Alan W. Irwin writes: > > If I don't hear any strong objections to changing the minimum version > > of CMake to 2.8.6 for Windows and 2.8.2 for all other platforms, I > > plan to make this

Re: [Plplot-devel] Planned change to the minimum CMake version.

2011-10-21 Thread Maurice LeBrun
On Friday, October 21, 2011 at 10:43:56 (-0700) Alan W. Irwin writes: > If I don't hear any strong objections to changing the minimum version > of CMake to 2.8.6 for Windows and 2.8.2 for all other platforms, I > plan to make this important change to our build system early next week > (probably

[Plplot-devel] Planned change to the minimum CMake version.

2011-10-21 Thread Alan W. Irwin
The current minimum version of CMake that our build system will accept is 2.6.4. That is a concern for the following reasons: 1. There are a lot of known bugs in that ancient version of CMake. 2. Language support is quite different for 2.6.x compared to 2.8.x so there is a lot of special log

Re: [Plplot-devel] -std-c99 generates lots of warnings and a Java example segfault

2011-10-21 Thread Andrew Ross
On Fri, Oct 21, 2011 at 09:45:47AM +0100, Andrew Ross wrote: > > I'd independently spotted this doing the same test as you. > > The problem is that the "internal" plplotP.h header is actually used > indirectly in the qt examples. In this case HAVE_CONFIG_H is not set to > some of the defines (e

Re: [Plplot-devel] -std-c99 generates lots of warnings and a Java example segfault

2011-10-21 Thread Andrew Ross
On Thu, Oct 20, 2011 at 05:08:50PM -0700, Alan Irwin wrote: > On 2011-10-20 15:23+0100 Andrew Ross wrote: > > > Gcc with no standards flags is now warning free again. > > Thanks, Andrew, for those changes which did solve the broken build for > > export CFLAGS='-O3 -fvisibility=hidden' > export C

Re: [Plplot-devel] -std-c99 generates lots of warnings and a Java example segfault

2011-10-21 Thread José Luis García Pallero
Hello, I put here different sets of compiler flags for many different compilers. Some of them are not free software, but I think that can be used by someone in order to check a clean compilation for them. I've tried that the flags (when exist) were equivalent to the used gcc ones: Free compilares