<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 47: CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/</link><description>Recent changes to 47: CMake problems with PLplot 5.13 in the gtk-fortran project</description><atom:link href="https://sourceforge.net/p/plplot/support-requests/47/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 03 Jun 2019 19:17:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/support-requests/47/feed.rss" rel="self" type="application/rss+xml"/><item><title>#47 CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/?limit=25#6dc3</link><description>&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;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Mon, 03 Jun 2019 19:17:07 -0000</pubDate><guid>https://sourceforge.net49a4555149cd12c20bd9348f49637d9936031825</guid></item><item><title>#47 CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/?limit=25#c904</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Vincent:&lt;/p&gt;
&lt;p&gt;I have reclassified this ticket as a support request.  I am willing to continue here, but my first request of you is to follow up on the plplot-general mailing list since e-mail is a much better interface than this one for discussing the gtkfortran issues you have discovered relative to modern versions of PLplot.  &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Mon, 04 Feb 2019 21:41:04 -0000</pubDate><guid>https://sourceforge.netb6257a779154deba07f2645af92f3a170db97d76</guid></item><item><title>#47 CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/?limit=25#2125</link><description>&lt;div class="markdown_content"&gt;&lt;ul&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Mon, 04 Feb 2019 21:40:26 -0000</pubDate><guid>https://sourceforge.net2bfc59f50eecf310aad8a58781f9b272c8714045</guid></item><item><title>#47 CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/?limit=25#851d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket moved from /p/plplot/bugs/192/&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Mon, 04 Feb 2019 21:29:24 -0000</pubDate><guid>https://sourceforge.netf7783c65a3873f328ba0265e5333fa6029896b87</guid></item><item><title>CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/bugs/192/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear PLplot developers,&lt;/p&gt;
&lt;p&gt;as you may know, since 2012 the gtk-fortran project (https://github.com/vmagnin/gtk-fortran/) is offering to Fortran developers an access to PLplot in a GTK+ window. Everything was OK with PLplot 5.10 but since PLplot 5.12 and 5.13 the interface between gtk-fortran and PLplot is broken. I am now working on that problem. Please find below the report of that problem (https://github.com/vmagnin/gtk-fortran/issues/116):&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;I have worked with Kubuntu 18.10 (64 bits), PLplot 5.13.0, GTK+ 2.24.32.&lt;br/&gt;
I have created and pushed a gtk2devel branch to github.&lt;br/&gt;
@ax006ho, I have applied your patch diff.txt to the gtk2devel branch:&lt;br/&gt;
&lt;code&gt;git apply --ignore-space-change --ignore-whitespace 00git.diff&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The name of the package under Ubuntu is plplot, so I was obliged to modify the following lines in the main CMakeLists.txt file:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;142    #  find_package(PlplotF95 QUIET)
143    find_package(plplot)
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;But I obtained the following error:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;gtk-fortran/build$ cmake ..
-- Compiler: GNU 8.2.0 /usr/bin/f95
-- Build type is: release
-- Compilation flags: -pthread -O3 -mtune=native -march=native
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/plplot/export_plplot.cmake:279 (message):
  The imported target "tclmatrix" references the file

     "/usr/lib/x86_64-linux-gnu/libtclmatrix.so.10.3.0"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib/x86_64-linux-gnu/cmake/plplot/export_plplot.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/plplot/plplotConfig.cmake:20 (include)
  CMakeLists.txt:143 (find_package)

-- Configuring incomplete, errors occurred!
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The missing file is in the plplot-tcl package:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ apt-file search libtclmatrix.so.10.3.0
plplot-tcl: /usr/lib/x86_64-linux-gnu/libtclmatrix.so.10.3.0
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;So, I have installed the plplot-tcl-dev package.&lt;br/&gt;
But there is now the following error:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;gtk-fortran/build$ cmake ..
-- Compiler: GNU 8.2.0 /usr/bin/f95
-- Build type is: release
-- Compilation flags: -pthread -O3 -mtune=native -march=native
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/plplot/export_plplot.cmake:279 (message):
  The imported target "_Pltk_init2.7" references the file

     "/usr/lib/python2.7/dist-packages/_Pltk_init.so"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib/x86_64-linux-gnu/cmake/plplot/export_plplot.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/plplot/plplotConfig.cmake:20 (include)
  CMakeLists.txt:143 (find_package)

-- Configuring incomplete, errors occurred!
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I have searched that file in Ubuntu:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ apt-file search _Pltk_init
python-plplot: /usr/lib/python2.7/dist-packages/_Pltk_init.x86_64-linux-gnu.so
python3-plplot: /usr/lib/python3/dist-packages/_Pltk_init.cpython-36m-x86_64-linux-gnu.so
python3-plplot: /usr/lib/python3/dist-packages/_Pltk_init.cpython-37m-x86_64-linux-gnu.so
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I have installed the python-plplot package, but the problem is that PLplot needs the file _Pltk_init.so which is named Pltk_init.x86_64-linux-gnu.so in my distribution...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent</dc:creator><pubDate>Mon, 04 Feb 2019 08:57:50 -0000</pubDate><guid>https://sourceforge.net967e6ec756c9245dbe90608e2f139dcad0be854c</guid></item><item><title>CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 47 has been modified: CMake problems with PLplot 5.13 in the gtk-fortran project&lt;br/&gt;
Edited By: Alan W. Irwin (airwin)&lt;br/&gt;
Owner updated: None =&amp;gt; u'airwin'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent</dc:creator><pubDate>Mon, 04 Feb 2019 08:57:50 -0000</pubDate><guid>https://sourceforge.net18422d3e32e5b0df82b07974099b18e318fbc4d9</guid></item><item><title>CMake problems with PLplot 5.13 in the gtk-fortran project</title><link>https://sourceforge.net/p/plplot/support-requests/47/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 47 has been modified: CMake problems with PLplot 5.13 in the gtk-fortran project&lt;br/&gt;
Edited By: Alan W. Irwin (airwin)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'pending'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent</dc:creator><pubDate>Mon, 04 Feb 2019 08:57:50 -0000</pubDate><guid>https://sourceforge.nete43d7d5733fbb5f1974747bcb2d07d647424dc4d</guid></item></channel></rss>