On 2015-02-23 10:48-0500 Jim Dishaw wrote:

>
> On Feb 23, 2015, at 12:23 AM, "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> 
> wrote:
>
>> On 2015-02-22 22:04-0500 Jim Dishaw wrote:
>>
>> The ctest and cmake commands are part of what you get when you build
>> the CMake software package.  So I presume you did have success
>> building CMake and that is a really good result.
>>
>> What version of CMake?
>>
>
> cmake version 3.1.3
>
> I used the version that is in MacPorts.

I haven't yet had a chance to try that version myself, but I think it
should be okay because I haven't heard any problems concerning 3.1.3
on the CMake mailing lists.

>
>
>>> When I run "test-plplot.sh" and
>> "test_diff.sh", I get a message about missing stdout for all the
>> examples.
>>
>> Thanks for trying some testing, but I believe the errors you have gotten
>> are because you haven't set up everything first.  So here is
>> what I suggest you do instead of running that bare bash script:
>>
>> # In a fresh empty build tree....
>> cmake <cmake options including -DBUILD_TEST=ON> <path to pristine PLplot 
>> source tree> >& cmake.out
>> make test_diff_psc >& test_diff_psc.out
>>
>

> The tests appear to run correctly; however, there were several
compiler warnings (Apple LLVM version 5.0) that I have not seen with
gcc (version 4.7.2).  I have attached the test_diff_psc.out.

Thanks for that.  Many of those warnings turned out to be about
long-standing real issues (e.g., incorrect use of the logical AND
operator rather than the correct bitwise AND operator) in the code.  I
have already fixed a couple of these issue on a local topic branch,
and I will work through the others later today before I push the
result.  Anyhow, this has already turned out to be a very beneficial
exercise so my thanks for that.

Your final result (all propagation tests passed for the languages you
have enabled, i.e., c++, f95, and tcl) is good, and I look forward
to your further wxwidgets test results.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to