Re: [Plplot-devel] wxwidgets error when building plplot 5.11.0 on FreeBSD

2015-04-16 Thread Alan W. Irwin
On 2015-04-16 22:48- Ben Woods wrote: > Hey everyone, > > I'm trying to build plplot 5.11.0 on FreeBSD with wxwidgets support. I > have wx28-gtk2-2.8.12 and agg-2.5_11 installed, and am compiling with > the following options: > -DPLD_wxpng:BOOL=ON > -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH="/usr

[Plplot-devel] wxwidgets error when building plplot 5.11.0 on FreeBSD

2015-04-16 Thread Ben Woods
Hey everyone, I'm trying to build plplot 5.11.0 on FreeBSD with wxwidgets support. I have wx28-gtk2-2.8.12 and agg-2.5_11 installed, and am compiling with the following options: -DPLD_wxpng:BOOL=ON -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH="/usr/local/bin/wxgtk2-2.8-config" Compiler output is below

Re: [Plplot-devel] Minimum allowed cmake version is now bumped to 3.0.2

2015-04-16 Thread Alan W. Irwin
On 2015-04-16 14:54-0700 Alan W. Irwin wrote: > I don't think the requirement of CMake-3.0.2 or later is going to > cause issues for distributions of modern versions of free software. [...] > If anyone else here has problems moving from CMake-2 to CMake-3.0.2 or > later please let me know. I just

[Plplot-devel] Minimum allowed cmake version is now bumped to 3.0.2

2015-04-16 Thread Alan W. Irwin
In order to solve some issues with our build system (see the commit message for commit id = 8972f92 for the details) CMake 3 features will be required. Accordingly as a preliminary step before solving those issues I have bumped (as of commit id 8972f92) the minimum cmake version used in our build

Re: [Plplot-devel] bug 159

2015-04-16 Thread Andrew Ross
Alan, I'll try and take a look. Just to confirm, I also see the issue with example 27. I also tried different drivers, and they all segfault with non-zero orientation. Exactly where the segfault occurs does depend on the driver though so this will require a bit more digging. Andrew On Thu, Apr

[Plplot-devel] bug 159

2015-04-16 Thread Alan W. Irwin
Hi Andrew: James Tappin reported a bug with using orientation and plfill with a large number of points in bug 159 for every device driver he looked at. I didn't bother with his fortran example, but I did remember our standard example 27 uses a large number of points with plfill so tried the follo