<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 191: plplot does not compile nicely with cmake 3.13</title><link href="https://sourceforge.net/p/plplot/bugs/191/" rel="alternate"/><link href="https://sourceforge.net/p/plplot/bugs/191/feed.atom" rel="self"/><id>https://sourceforge.net/p/plplot/bugs/191/</id><updated>2019-02-04T21:47:31.205000Z</updated><subtitle>Recent changes to 191: plplot does not compile nicely with cmake 3.13</subtitle><entry><title>#191 plplot does not compile nicely with cmake 3.13</title><link href="https://sourceforge.net/p/plplot/bugs/191/?limit=25#9ffc" rel="alternate"/><published>2019-02-04T21:47:31.205000Z</published><updated>2019-02-04T21:47:31.205000Z</updated><author><name>Alan W. Irwin</name><uri>https://sourceforge.net/u/airwin/</uri></author><id>https://sourceforge.net86c28b2fa28eeec6ba53bca2950ce4f39a1f363c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; pending&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Alan W. Irwin&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#191 plplot does not compile nicely with cmake 3.13</title><link href="https://sourceforge.net/p/plplot/bugs/191/?limit=100#b276" rel="alternate"/><published>2018-12-06T12:42:43.668000Z</published><updated>2018-12-06T12:42:43.668000Z</updated><author><name>Ole Streicher</name><uri>https://sourceforge.net/u/olestreicher/</uri></author><id>https://sourceforge.net40102b37458c022ac0915a3a8ad8c56807cfd981</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The correct lines are&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;-- Looking for qh_new_qhull
-- Looking for qh_new_qhull - found
-- Checking for module 'pango'
--   Found pango, version 1.42.3
-- Checking for module 'pangoft2'
--   Found pangoft2, version 1.42.3
-- Found LTDL: /usr/lib/x86_64-linux-gnu/libltdl.so
-- LTDL_INCLUDE_DIR = /usr/include
-- LTDL_LIBRARY_DIR = /usr/lib/x86_64-linux-gnu
-- LTDL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libltdl.so
-- Checking for module 'pangocairo'
--   Found pangocairo, version 1.42.3
-- Not a Windows platform so setting wincairo driver to OFF.
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I cross-checked this by downgrading cmake to 3.12.3 in Debian testing (buster).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>plplot does not compile nicely with cmake 3.13</title><link href="https://sourceforge.net/p/plplot/bugs/191/" rel="alternate"/><published>2018-12-06T11:02:04.003000Z</published><updated>2018-12-06T11:02:04.003000Z</updated><author><name>Ole Streicher</name><uri>https://sourceforge.net/u/olestreicher/</uri></author><id>https://sourceforge.net0b8bf145a864d02e66e8ab73456f246a5e554932</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Compilation of plplot (5.13) fails now on Debian after cmake was upgraded to 3.13.1. What I found is the calling "pkgconfig" does not work anymore for pango &amp;amp; Co., leaving the cairo driver diabled:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;-- Looking for qh_new_qhull
-- Looking for qh_new_qhull - found
-- Checking for modules ''
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
-- WARNING: pkg-config does not find pango.
-- Checking for modules ''
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
-- WARNING: pkg-config does not find pangoft2.
-- Found LTDL: /usr/lib/x86_64-linux-gnu/libltdl.so
-- LTDL_INCLUDE_DIR = /usr/include
-- LTDL_LIBRARY_DIR = /usr/lib/x86_64-linux-gnu
-- LTDL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libltdl.so
-- Checking for modules ''
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
Must specify package names on the command line
includedir = 
linkdir = 
linkflags = 
cflags = 
-- WARNING: pango and/or cairo not found with pkg-config.
   Disabling cairo drivers.  To enable these drivers you must install
   development versions of pango and cairo and/or set
   the environment variable PKG_CONFIG_PATH appropriately.
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The first modules check line should however be&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;-- Checking for modules ''
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I don't know whether this is just an incompatibility or maybe a bug in cmake.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>plplot does not compile nicely with cmake 3.13</title><link href="https://sourceforge.net/p/plplot/bugs/191/" rel="alternate"/><published>2018-12-06T11:02:04.003000Z</published><updated>2018-12-06T11:02:04.003000Z</updated><author><name>Ole Streicher</name><uri>https://sourceforge.net/u/olestreicher/</uri></author><id>https://sourceforge.netf4765633ab63519d055295a31d587ca7b6ac98a8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 191 has been modified: plplot does not compile nicely with cmake 3.13&lt;br/&gt;
Edited By: Alan W. Irwin (airwin)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'pending'&lt;br/&gt;
Owner updated: None =&amp;gt; u'airwin'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>