On Tue, Apr 20, 2010 at 7:09 AM, Matthew Kenworthy < [email protected]> wrote:
> Hi all, > > So, I'm having a go at Puneet's PLplot compile problem, and I seem to have > hit a circular dependency. > > cmake --with-double -DBUILD_TEST=ON -DENABLE_pdl=ON ../ > > I can't get cmake to get ENABLE_pdl to stick ON - the cmake command above > spits out: > > -- PDL_VERSION = 2.4.6 > -- WARNING: perl PDL::GRAPHICS_PLplot module not found. Disabling Perl/PDL > examples > > > ..but I (presumably) need plplot libraries installed so that PDL can pick > them up and compile PDL::Graphics::PLplot! > > What am I missing here? > > Thanks, > > Matt > > -- > Matthew Kenworthy / Assistant Professor / Leiden Observatory > Niels Bohrweg 2 (#463) / P.O. Box 9513 / 2300 RA Leiden / NL > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > > I'm not very familiar with PLplot's build process (it just works for me on Ubuntu) and I'm not sure what the -DENABLE_pdl=ON flag does, but it looks like at the moment the flag only disables the examples. The library itself looks like it should compile just fine. Does it compile and install if you remove the flag? If so, once you've got PLplot installed, try installing PDL::Graphics::PLplot from CPAN and let us know how it goes. David
_______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
