On 2007-12-18 02:14-0700 Jerry wrote: > When cmake runs while installing plplot on OS X with Ada bindings > enabled, the following message is returned: > > -- WARNING: gnat library not found. Disabling ada bindings > > (GNAT is GNU Ada.) Does anybody know what's going on here? This might > not be new.
Jerry, that message means what it says. On my Linux system, I don't get that message because CMake finds the gnat library which allows the ada bindings to be enabled/built. So the key question is what has been changed from your previous successful detections of the gnat library? Do you have a new PLplot version? Do you have a new OS X or new gnat version? Have you forgotten to set environment variables to help your CMake system find the gnat library? 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); PLplot scientific plotting software package (plplot.org); 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 __________________________ ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
