<div dir="ltr"><div>Thank you.</div>I installed the markdown plugin with success, now I have problems with preview but I'll open a new thread about this</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno dom 22 dic 2019 alle ore 21:30 Matthew Brush <<a href="mailto:mbrush@codebrainz.ca">mbrush@codebrainz.ca</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2019-12-22 7:50 a.m., Mirko Perillo wrote:<br>
> Thank you for the suggestion. I read the issue thread and tried to install<br>
> from sources but I have same errors.<br>
> <br>
> So<br>
> 1. I installed on my Ubuntu 19.04 dep webkit2gtk-4.0-dev<br>
> 2. git clone geany-plugins<br>
> 3. move into root project folder<br>
> 4. autoreconf -fi<br>
<br>
Geany-Plugins' bootstrap autogen.sh script also runs intltoolize, which <br>
is probably why you're getting the error below since you haven't run it. <br>
The script forwards arguments to the configure script so you could <br>
replace your step 4 and 5 with:<br>
<br>
   $ ./autogen.sh --enable-markdown<br>
<br>
> 5. ./configure --enable-markdown<br>
>    Last output line is<br>
> <br>
> *config.status: error: cannot find input file: `po/<a href="http://Makefile.in.in" rel="noreferrer" target="_blank">Makefile.in.in</a><br>
> <<a href="http://Makefile.in.in" rel="noreferrer" target="_blank">http://Makefile.in.in</a>>'*<br>
> <br>
<br>
Regards,<br>
Matthew Brush<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>