[Geany-Users] problems installing markdown plugin

Matthew Brush mbrush at xxxxx
Sun Dec 22 20:30:00 UTC 2019


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
> 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

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

> 5. ./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


More information about the Users mailing list