From: Alan W. I. <Ala...@gm...> - 2018-06-27 20:21:23
|
On 2018-06-27 16:21+0100 W. Miah wrote: > Hi, > > I am trying to build PLplot with pngcairo driver and I have the following > RPMs installed: > > # rpm -qa | grep png > texlive-dvipng-20170520-37.fc28.x86_64 > libpng-1.6.34-3.fc28.x86_64 > libpng-devel-1.6.34-3.fc28.x86_64 > libpng12-1.2.57-5.fc28.x86_64 > > # rpm -qa | grep cairo > python3-cairo-1.16.3-1.fc28.x86_64 > cairo-devel-1.15.12-2.fc28.x86_64 > cairomm-1.12.0-7.fc28.x86_64 > cairo-1.15.12-2.fc28.x86_64 > python2-cairo-1.16.3-1.fc28.x86_64 > cairomm-devel-1.12.0-7.fc28.x86_64 > cairo-gobject-1.15.12-2.fc28.x86_64 > > However, when I type cmake, it does not list cairo/png: > > $ cmake .. > ENABLE_DYNDRIVERS: OFF > DRIVERS_LIST: mem;null;ps;svg;xfig;xwin > DEVICES_LIST: mem;null;ps;svg;xfig;xwin > > Any help will be greatly appreciated. Hi Wadud: The "cairo" PLplot device driver (which implements the pngcairo PLplot device and others) is a bit of a misnomer since it depends on both the pango AND cairo subset of the GTK+ suite of libraries. So my guess is your issue will be solved if you install the development version of the pango library package. Alan __________________________ Alan W. Irwin 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 __________________________ |