On 2017-05-18 01:43+0200 Thomas Gläßle wrote:

> Yes, with the following flags, plplot builds successfully:
>
>    cmake .. -G 'MSYS Makefiles' -DENABLE_qt=OFF
>    make

Hi Thomas:

That is encouraging news you reported to Jim.  What happens if you
drop that last option, i.e., use default options for all bindings and
device drivers (as I just recommended in my previous post)?

I would also advise specifying the -DBUILD_TEST=ON option (to allow
you to run-time test your results in the build tree).

Then afterward run some overall run-time test targets such as

make test_c_qtwidget

(which tests that particular interactive qt device for a subset of our C 
examples)

make test_c_svgqt

(which tests that particular noninteractive qt device for all our C
examples)

and

make test_noninteractive

(which tests all bindings for all our 33 standard examples written in
each of our supported languages for the psc device, and which also
tests our C examples for _all_ our noninteractive devices).

N.B. all the above test targets should be convenient to use because
our build system is implemented in such a way that all prerequisites
(such as libplplot) should be automatically built before any of such
test targets.

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
__________________________

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to