Hi,
I'm trying to install markdown plugin for geany. Some details:
1. I'm on Ubuntu 18.04, 2. I added geany-dev ppa for bionic version, 3. I have version 1.36 of Geany.
When I list geany-plugin packages from apt-get I don't find the package geany-plugin-markdown as I would expect
Somebody can help me ? Thank you
On 2019-12-05 12:49 a.m., Mirko Perillo wrote:
Hi,
I'm trying to install markdown plugin for geany. Some details:
- I'm on Ubuntu 18.04,
- I added geany-dev ppa for bionic version,
- I have version 1.36 of Geany.
When I list geany-plugin packages from apt-get I don't find the package geany-plugin-markdown as I would expect
Somebody can help me ?
The Markdown plugin wasn't included in that package release of Geany-Plugins, see this issue for why and how to get it on there (TLDR; compile it yourself):
https://github.com/geany/geany-plugins/issues/792
Regards, Matthew Brush
Thank you for the suggestion. I read the issue thread and tried to install from sources but I have same errors.
So 1. I installed on my Ubuntu 19.04 dep webkit2gtk-4.0-dev 2. git clone geany-plugins 3. move into root project folder 4. autoreconf -fi 5. ./configure --enable-markdown Last output line is
*config.status: error: cannot find input file: `po/Makefile.in.in http://Makefile.in.in'*
6. make This is the output
*cd . && /bin/bash ./config.status config.hconfig.status: creating config.hconfig.status: config.h is unchangedmake all-recursivemake[1]: ingresso nella directory "/home/mirko/Scaricati/geany-plugins"Making all in pomake[2]: ingresso nella directory "/home/mirko/Scaricati/geany-plugins/po"make[2]: *** Nessuna regola per generare l'obiettivo "all". Arresto.make[2]: uscita dalla directory "/home/mirko/Scaricati/geany-plugins/po"Makefile:633: recipe for target 'all-recursive' failedmake[1]: *** [all-recursive] Error 1make[1]: uscita dalla directory "/home/mirko/Scaricati/geany-plugins"Makefile:565: recipe for target 'all' failedmake: *** [all] Error 2*
Any suggestion about ? Thank you
Il giorno gio 5 dic 2019 alle ore 10:01 Matthew Brush mbrush@codebrainz.ca ha scritto:
On 2019-12-05 12:49 a.m., Mirko Perillo wrote:
Hi,
I'm trying to install markdown plugin for geany. Some details:
- I'm on Ubuntu 18.04,
- I added geany-dev ppa for bionic version,
- I have version 1.36 of Geany.
When I list geany-plugin packages from apt-get I don't find the package geany-plugin-markdown as I would expect
Somebody can help me ?
The Markdown plugin wasn't included in that package release of Geany-Plugins, see this issue for why and how to get it on there (TLDR; compile it yourself):
https://github.com/geany/geany-plugins/issues/792
Regards, Matthew Brush
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On 2019-12-22 7:50 a.m., Mirko Perillo wrote:
Thank you for the suggestion. I read the issue thread and tried to install from sources but I have same errors.
So
- I installed on my Ubuntu 19.04 dep webkit2gtk-4.0-dev
- git clone geany-plugins
- move into root project folder
- autoreconf -fi
Geany-Plugins' bootstrap autogen.sh script also runs intltoolize, which is probably why you're getting the error below since you haven't run it. The script forwards arguments to the configure script so you could replace your step 4 and 5 with:
$ ./autogen.sh --enable-markdown
- ./configure --enable-markdown Last output line is
*config.status: error: cannot find input file: `po/Makefile.in.in http://Makefile.in.in'*
Regards, Matthew Brush
Thank you. I installed the markdown plugin with success, now I have problems with preview but I'll open a new thread about this
Il giorno dom 22 dic 2019 alle ore 21:30 Matthew Brush mbrush@codebrainz.ca ha scritto:
On 2019-12-22 7:50 a.m., Mirko Perillo wrote:
Thank you for the suggestion. I read the issue thread and tried to
install
from sources but I have same errors.
So
- I installed on my Ubuntu 19.04 dep webkit2gtk-4.0-dev
- git clone geany-plugins
- move into root project folder
- autoreconf -fi
Geany-Plugins' bootstrap autogen.sh script also runs intltoolize, which is probably why you're getting the error below since you haven't run it. The script forwards arguments to the configure script so you could replace your step 4 and 5 with:
$ ./autogen.sh --enable-markdown
- ./configure --enable-markdown Last output line is
*config.status: error: cannot find input file: `po/Makefile.in.in http://Makefile.in.in'*
Regards, Matthew Brush _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users