On 2014-02-06 10:41-0000 Arjen Markus wrote:

> Hi Alan,
>
> after some initial hiccups (involving two independent but not quite detached 
> installations of
> MinGW/MSYS) the build is progressing. At least, I think it is. The task 
> manager indicates
> make.exe is using a lot of processor time, but no files seem to be produced. 
> Also no indication
> of the compiler(s) being run.
>
> I will let it continue for now ...

That sounds like good news.

If you are talking about the plplot_lite build (as opposed to one of
the buildtool targets available to you with -DBUILD_THE_BUILDTOOLS=ON
build), then the comprehensive results show up in
epa_build/Source/comprehensive_test_disposeable/ in the build tree.

In particular all the VERBOSE *.out files are collected in
epa_build/Source/comprehensive_test_disposeable/*/output_tree, (where
* is "shared", "nondynamic", and "static" by the time all the
comprehensive tests are done).  So you should be seeing progress in
those output_tree directories, and you can look for warnings and
errors in those *.out files with, e.g.,

grep -i warning \
epa_build/Source/comprehensive_test_disposeable/*/output_tree/*.out \
| less

grep -i error \
epa_build/Source/comprehensive_test_disposeable/*/output_tree/*.out \
|less

Signing off until after I can get some sleep.

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
__________________________

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&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