On 2014-02-25 04:29-0800 phil rosenberg wrote: > I'm resorting my various libraries into a single directory, mostly because of the way visual studio now allows users to add directories, but also partly because of the discussion we had about depreciating the LIB_TAG option. However, when I do so, and when I specify this directory using -DCMAKE_LIBRARY_PATH the Agg library is not found. Checking the findAGG module it seems rather complex by comparison to e.g. findFreetype. It seems that AGG is not being found because on windows PKG_CONFIG_EXECUTABLE is false, so the variable _AGGLinkFlags isn't set and findAGG therefore doesn't ever look for the library. Commenting out the if(_AGGLinkFlags) line allows AGG to be found correctly.
> Is there any need for all the pkgconfig stuff? I agree there is an issue there that I would be willing to fix. However, is there a need for any agg fixups at all when you are about to deliver a patch (discussed prior to the last release and put off until now) that would remove the agg variant of the wxwidgets and thus all dependence of PLplot on agg? 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 __________________________ ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel