Re: [Plplot-devel] Recent (c)test system changes

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 23:27+0100 Werner Smekal wrote: > Hi Alan, > > thank you for ironing out my mistakes with the last cvs commits. Yes, ctest > is still working, and now even a little bit better, since before tcl test > passed, though none examples was run correctly. Now, c, c++ and java pass in > W

Re: [Plplot-devel] Recent (c)test system changes

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 13:58-0800 Alan W. Irwin wrote: > I will deal with the SH_EXECUTABLE stuff for autotools later today. Done and tested. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uv

Re: [Plplot-devel] Recent wxwidgets change makes g++ choke

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 23:33+0100 Werner Smekal wrote: > Hi Alan, > > thanks for the bug report - I cvsed a fix, but don't know if it really fixes > the bug. If not I will take a closer look in my Linux box. With your latest bug fix the error message is slightly different but still an error: /home/softw

Re: [Plplot-devel] Recent wxwidgets change makes g++ choke

2006-12-02 Thread Werner Smekal
Hi Alan, thanks for the bug report - I cvsed a fix, but don't know if it really fixes the bug. If not I will take a closer look in my Linux box. Just for the records, apart from the ctest changes, I also made changes to the c/c++ example 20. The variable "gin" was declared at the beginning of

Re: [Plplot-devel] Recent (c)test system changes

2006-12-02 Thread Werner Smekal
Hi Alan, thank you for ironing out my mistakes with the last cvs commits. Yes, ctest is still working, and now even a little bit better, since before tcl test passed, though none examples was run correctly. Now, c, c++ and java pass in Windows producing lot of postscript files. Btw, the java e

[Plplot-devel] Recent (c)test system changes

2006-12-02 Thread Alan W. Irwin
Hi Werner: I have fixed the introduced chmod issue and dispensed with the unconfigured DIRNAME logic. It all works fine on Linux with our CBS. Please let me know if these small changes have introduced any problems for you on windows. I will deal with the SH_EXECUTABLE stuff for autotools later

[Plplot-devel] Recent wxwidgets change makes g++ choke

2006-12-02 Thread Alan W. Irwin
Hi Werner: The error message is /usr/bin/c++ -Dwxwidgets_EXPORTS -fPIC -I/home/software/plplot_cvs/HEAD/plplot_cmake/include -I/home/software/plplot_cvs/HEAD/build_dir -I/home/software/plplot_cvs/HEAD/build_dir/include -DHAVE_CONFIG_H -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/in

Re: [Plplot-devel] ctest passes even though there were problems running plplot-test.sh

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 13:01-0800 Alan W. Irwin wrote: > Andrew (Ross), I have an interesting question for you. There is something > going on where ctest reports a test pass even when the script fails. > > Here is an example: > > Before I fixed the chmod problem in plplot-test.sh I got the following outpu

[Plplot-devel] ctest passes even though there were problems running plplot-test.sh

2006-12-02 Thread Alan W. Irwin
Andrew (Ross), I have an interesting question for you. There is something going on where ctest reports a test pass even when the script fails. Here is an example: Before I fixed the chmod problem in plplot-test.sh I got the following output: [EMAIL PROTECTED]> ctest --verbose --tests-regex octa

Re: [Plplot-devel] plplot-5.7.1: results

2006-12-02 Thread wim van hoydonck
On 12/2/06, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > >[...] Warnings during cmake: > > > > -- WARNING: swig not found. Disabling java bindings > > -- WARNING: swig not found. Disabling python bindings > > > > while I do have swig installed (v 1.3.27, below /usr) > > > > this disables the python

Re: [Plplot-devel] plplot-5.7.1: results

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 17:31+0100 wim van hoydonck wrote: > Hi all, > > I've got plplot-5.7.1 working on Arch Linux :) Thanks for your positive report. We have now already had more than 130 downloads of plplot-5.7.1 from SourceForge since its release last Sunday, and everybody seems pretty happy with it

Re: [Plplot-devel] cmake version for Unix in INSTALL file

2006-12-02 Thread Alan W. Irwin
On 2006-12-02 12:40+0100 wim van hoydonck wrote: > Hi all, > > I just downloaded the latest sources of plplot (v. 5.7.1). > In the INSTALL file, it says: > > On Unix systems, cmake-2.4.3 is a prerequisite[] > Could this be updated in the INSTALL file? Thanks, Wim, for spotting how far out of

[Plplot-devel] plplot-5.7.1: results

2006-12-02 Thread wim van hoydonck
Hi all, I've got plplot-5.7.1 working on Arch Linux :) Both fortran 77 and fortran 95 bindings work (with Intel Fortran compiler), gcw driver works too and with better looking fonts than version 5.6.1. Summary of cmake: SWIG_FOUND: 0 PERL_FOUND: YES X11_FOUND:

Re: [Plplot-devel] cmake version for Unix in INSTALL file

2006-12-02 Thread Werner Smekal
Hi Wim, thanks for the report - I updated the INSTALL file accordingly. Werner wim van hoydonck wrote: > Hi all, > > I just downloaded the latest sources of plplot (v. 5.7.1). > In the INSTALL file, it says: > > On Unix systems, cmake-2.4.3 is a prerequisite. For windows systems you > will ne

[Plplot-devel] plplot-5.7.1: cmake in-source build errors

2006-12-02 Thread wim van hoydonck
Hi all, I am trying to get plplot-5.7.1 to compile on Arch LInux. I know that it is discouraged to do an in-source build with cmake, but that should not mean that it's not possible. Doing a cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=/usr . && make from within the top-level direct

[Plplot-devel] cmake version for Unix in INSTALL file

2006-12-02 Thread wim van hoydonck
Hi all, I just downloaded the latest sources of plplot (v. 5.7.1). In the INSTALL file, it says: On Unix systems, cmake-2.4.3 is a prerequisite. For windows systems you will need the cvs version of cmake since that has essential fixes for bugs that exist for the windows version of cmake. Then: