On 2015-04-04 11:43-0700 Greg Jung wrote:

> I've been gzip-tarring the whole output directories as I get them, I
> dont know where else to find outputs.

Hi Greg:

Those *.out files are quite useful, but to completely understand what you
did, I also need the stderr and stdout output from the script itself
that normally just gets printed out to your screen.

Capture both stderr and stdout by running

scripts/comprehensive_test.sh >& comprehensive_test.sh.out

(Note that command will just hang until you remember to respond to the question 
that will be at
the end of that output file when you first run that command).

My diagnosis of your cmake.out file shows that ENABLE_wxwidgets was
OFF, but the wxwidgets device was still there. To suppress both, you
must specify both -DENABLE_wxwidgets=OFF and -DPLD_wxwidgets=OFF with
the appropriate script option, and I believe you only specified the
first of those (although the script output from now on will help me to
confirm exactly what you specify each time).

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
__________________________

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to