<p><strong>What exactly was the "that" that worked?</strong></p>
<p>See the message above: "I am currently working on another approach that is showing promise"<br>
I started with a fairly clean virtual machine image <em>(gcc, g++ and make were already installed)</em>  and loaded the software as listed. Then I got the latest files from git huh and went through autogen.sh, etc. By the way, by the time I am done that adds about 500 MBytes to my file system  --- lightweight ???</p>
<p><strong>I'm  also interested in why it even tried to build debugger when the configure said "no".</strong><br>
Because I ran make in its subdirectory to determine if it was a minor problem that I could address.<br>
It was not.</p>
<p><strong>Can you run the Geany supplied by Ubuntu and post the line with GTK version from Menu->Help-Debug Messages</strong><br>
OK ... I started with another clean virtual machine  image and used synaptic package manager to install<br>
geany<br>
geany-plugins</p>
<pre><code>00:56:19: Geany INFO             : Creating configuration directory
00:56:19: Geany INFO            : Geany 1.32, en_US.UTF-8
00:56:19: Geany INFO            : GTK 3.22.30, GLib 2.56.1
00:56:19: Geany INFO            : System data dir: /usr/share/geany
00:56:19: Geany INFO            : User config dir: /home/lewis/.config/geany
00:56:19: Geany INFO            : System plugin path: /usr/lib/x86_64-linux-gnu/geany
00:56:19: Geany INFO            : No user config file found, trying to use global configuration.
00:56:19: Geany INFO            : Added filetype Graphviz (61).
00:56:19: Geany INFO            : Added filetype Arduino (62).
00:56:19: Geany INFO            : Added filetype JSON (63).
00:56:19: Geany INFO            : Added filetype CUDA (64).
00:56:19: Geany INFO            : Added filetype Cython (65).
00:56:19: Geany INFO            : Added filetype Scala (66).
00:56:19: Geany INFO            : Added filetype Clojure (67).
00:56:19: Geany INFO            : Added filetype Genie (68).
00:56:19: Geany INFO            : Loaded libvte from libvte-2.91.so.0
00:56:19: Geany INFO            : unknown : None (UTF-8)
00:56:19: (null) DEBUG  : Name com.canonical.AppMenu.Registrar does not exist on the session bus

</code></pre>
<p>You are correct: GTK 3.22.30</p>
<p><strong>You could try --enable-gtk3 on configure to build the GTK3 version from source if the installed version is gtk3 (as indicated by the debug messages).</strong><br>
I am not sure exactly what you mean. should the command be "./configure --enable-gtk3" ?<br>
OK .. I started with another clean virtual machine  image and copied the file geany-1.3.3.tar.gz to ~/Downloads. The folder geany-1.33 was extracted to the same directory. I opened a terminal window in that directory.</p>
<pre><code>cd /home/lewis/Downloads/geany-1.33 
./configure --enable-gtk3

</code></pre>
<p>no joy<br>
So I tried</p>
<pre><code>sudo apt-get install GTK3.0
./configure --enable-gtk3
</code></pre>
<p>Now the error message is:</p>
<pre><code>configure: error: Package requirements (gtk+-3.0 >= 3.0 glib-2.0 >= 2.32 gio-2.0 >= 2.32 gmodule-no-export-2.0) were not met:

No package 'gtk+-3.0' found
No package 'glib-2.0' found
No package 'gio-2.0' found
No package 'gmodule-no-export-2.0' found
</code></pre>
<p>One more time</p>
<pre><code>sudo apt-get install glib2.0
sudo apt-get install gtk2.0
./configure --enable-gtk3
</code></pre>
<p>and the error is:</p>
<pre><code>checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.32 gio-2.0 >= 2.32 gmodule-no-export-2.0... no
configure: error: Package requirements (gtk+-3.0 >= 3.0 glib-2.0 >= 2.32 gio-2.0 >= 2.32 gmodule-no-export-2.0) were not met:

No package 'gtk+-3.0' found

</code></pre>
<p>I am going to blow that image away and surender.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1916#issuecomment-410159528">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJzMvfViwFrOlEVN-xJGppmj3fdScks5uM--6gaJpZM4VtHeV">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ8L4dUmIv3K1ZYTDgfMV_OnGvGevks5uM--6gaJpZM4VtHeV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@lewtwo in #1916:  **What exactly was the \"that\" that worked?** \r\n\r\nSee the message above: \"I am currently working on another approach that is showing promise\"\r\nI started with a fairly clean virtual machine image _(gcc, g++ and make were already installed)_  and loaded the software as listed. Then I got the latest files from git huh and went through autogen.sh, etc. By the way, by the time I am done that adds about 500 MBytes to my file system  --- lightweight ???\r\n\r\n**I'm  also interested in why it even tried to build debugger when the configure said \"no\".** \r\nBecause I ran make in its subdirectory to determine if it was a minor problem that I could address.\r\nIt was not.\r\n\r\n**Can you run the Geany supplied by Ubuntu and post the line with GTK version from Menu-\u003eHelp-Debug Messages** \r\nOK ... I started with another clean virtual machine  image and used synaptic package manager to install \r\ngeany\r\ngeany-plugins\r\n```\r\n00:56:19: Geany INFO\t\t: Creating configuration directory\r\n00:56:19: Geany INFO\t\t: Geany 1.32, en_US.UTF-8\r\n00:56:19: Geany INFO\t\t: GTK 3.22.30, GLib 2.56.1\r\n00:56:19: Geany INFO\t\t: System data dir: /usr/share/geany\r\n00:56:19: Geany INFO\t\t: User config dir: /home/lewis/.config/geany\r\n00:56:19: Geany INFO\t\t: System plugin path: /usr/lib/x86_64-linux-gnu/geany\r\n00:56:19: Geany INFO\t\t: No user config file found, trying to use global configuration.\r\n00:56:19: Geany INFO\t\t: Added filetype Graphviz (61).\r\n00:56:19: Geany INFO\t\t: Added filetype Arduino (62).\r\n00:56:19: Geany INFO\t\t: Added filetype JSON (63).\r\n00:56:19: Geany INFO\t\t: Added filetype CUDA (64).\r\n00:56:19: Geany INFO\t\t: Added filetype Cython (65).\r\n00:56:19: Geany INFO\t\t: Added filetype Scala (66).\r\n00:56:19: Geany INFO\t\t: Added filetype Clojure (67).\r\n00:56:19: Geany INFO\t\t: Added filetype Genie (68).\r\n00:56:19: Geany INFO\t\t: Loaded libvte from libvte-2.91.so.0\r\n00:56:19: Geany INFO\t\t: unknown : None (UTF-8)\r\n00:56:19: (null) DEBUG\t: Name com.canonical.AppMenu.Registrar does not exist on the session bus\r\n\r\n```\r\nYou are correct: GTK 3.22.30\r\n\r\n**You could try --enable-gtk3 on configure to build the GTK3 version from source if the installed version is gtk3 (as indicated by the debug messages).**\r\nI am not sure exactly what you mean. should the command be \"./configure --enable-gtk3\" ?\r\nOK .. I started with another clean virtual machine  image and copied the file geany-1.3.3.tar.gz to ~/Downloads. The folder geany-1.33 was extracted to the same directory. I opened a terminal window in that directory. \r\n\r\n```\r\ncd /home/lewis/Downloads/geany-1.33 \r\n./configure --enable-gtk3\r\n\r\n```\r\nno joy\r\nSo I tried \r\n\r\n```\r\nsudo apt-get install GTK3.0\r\n./configure --enable-gtk3\r\n```\r\nNow the error message is:\r\n```\r\nconfigure: error: Package requirements (gtk+-3.0 \u003e= 3.0 glib-2.0 \u003e= 2.32 gio-2.0 \u003e= 2.32 gmodule-no-export-2.0) were not met:\r\n\r\nNo package 'gtk+-3.0' found\r\nNo package 'glib-2.0' found\r\nNo package 'gio-2.0' found\r\nNo package 'gmodule-no-export-2.0' found\r\n```\r\nOne more time\r\n\r\n```\r\nsudo apt-get install glib2.0\r\nsudo apt-get install gtk2.0\r\n./configure --enable-gtk3\r\n```\r\n\r\nand the error is:\r\n```\r\nchecking for gtk+-3.0 \u003e= 3.0 glib-2.0 \u003e= 2.32 gio-2.0 \u003e= 2.32 gmodule-no-export-2.0... no\r\nconfigure: error: Package requirements (gtk+-3.0 \u003e= 3.0 glib-2.0 \u003e= 2.32 gio-2.0 \u003e= 2.32 gmodule-no-export-2.0) were not met:\r\n\r\nNo package 'gtk+-3.0' found\r\n\r\n```\r\nI am going to blow that image away and surender.\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1916#issuecomment-410159528"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1916#issuecomment-410159528",
"url": "https://github.com/geany/geany/issues/1916#issuecomment-410159528",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [geany/geany] configure script failed on Ubuntu Release 18.04.1 LTS, Mate 1.20.1 (#1916)",
"sections": [
{
"text": "",
"activityTitle": "**lewtwo**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@lewtwo",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1916,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1916\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany/issues/1916#issuecomment-410159528"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 364148629\n}"
}
],
"themeColor": "26292E"
}
]</script>