Re: [Plplot-devel] findAgg

2014-02-25 Thread Alan W. Irwin
On 2014-02-25 14:11-0800 phil rosenberg wrote: > [ T]he FindFreetype module [...] fails to find freetype unless it is in the expected Redhat install location (based on my Centos work PC). It failed to find freetype on my Ubuntu PC and on my Windows system Hi Phil: Your patched version failed

Re: [Plplot-devel] findAgg

2014-02-25 Thread phil rosenberg
Possibly not.Unless of course I hit a snag with the wxWidgets changes and it takes me longer than expected to provide the patch.Just so that you know where I'm coming from I'm trying to "organise" my various libraries into a Linux style usr/local directory structure. Windows doesn't have any standa

Re: [Plplot-devel] findAgg

2014-02-25 Thread Werner Smekal
Hi Phil, this was way back, when we switched to the cmake build system and my knowledge about cmake was not that good (is not that good either, since the peak was 3 years ago ;). Anyway pkg_config is not needed but useful if it's always there. I think gtk libraries are found that way as well a

Re: [Plplot-devel] findAgg

2014-02-25 Thread Alan W. Irwin
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, a