On 2014-12-06 19:13-0800 Greg Jung wrote:

>  I've been loading a revived dell-PIV XP with msys2,mingw32 - very full
> set of pre-made and up-to-date libraries (including plplot-5.10.0 with
> every bell and whistle).  So it occasioned that I loaded the latest Cmake
> 3.1-rlx and I had
> trouble building plplot with cairo-pango, relative to what I had going on
> my Win-7 machine, because they've made a change to
> _pkg_config_modules_internal
> which is called by plplot/pkg-config.cmake.  Its a single-line band-aide to
> add two 0s but now you know, and you'll be ready when it bites.
> ~~~~
> # This call is VERSION DEPENDENT.
>  _pkg_check_modules_internal(0 0 0 0 ${_prefix} "${_package}")
>  if(${_prefix}_FOUND)
> ~~~~

Hi Greg:

Thanks for that heads up.  Please try commit id = 772223c where I
have attempted to make a fix (tested only for CMake-3.0, but it should
work for CMake-3.1 as well based on what you said above).

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=164703151&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