<div>                I am a bit rough some times, I didn't save the build error.<br>But I installed aspell separately so I can do command line spell check.<br>I wanted spell check in geany because the spell check in abiword is not friendly.<br><br>Regards Garthur <br><br><br>            </div>            <div class="yahoo_quoted" style="margin:10px 0px 0px 0.8ex;border-left:1px solid #ccc;padding-left:1ex;">                        <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">                                <div>                    On Monday, 7 October 2019, 8:31:36 am AEDT, Colomban Wendling <lists.ban@herbesfolles.org> wrote:                </div>                <div><br></div>                <div><br></div>                <div><div dir="ltr">Le 05/10/2019 à 14:11, Garthur via Users a écrit :<br clear="none">> Thanks for your help:  Colomban Wendling & Lex Trotman<br clear="none">> <br clear="none">> It was the: /usr/lib/pkgconfig/geany.pc file.  I deleted it and ran:<br clear="none">> PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"<br clear="none">> ./autogen.sh I have done the "make --keep-going"  and "make install",<br clear="none">> there was one error but it didn't appear to relate to sellingcheck,<br clear="none">> so I did the install.<br clear="none"><br clear="none">Although it *might* indeed not be related, it's kind of bold to still<br clear="none">proceed to the installation when the build failed.  Could you paste the<br clear="none">error here so we can see what that can be?<div class="yqt8647899050" id="yqtfd94106"><br clear="none"><br clear="none">> When I restart geany, it doesn't include Spellingcheck in the "Tools<br clear="none">> > Plugin Manager" menu. Is that normal after doing the plugins<br clear="none">> install?<br clear="none">> <br clear="none">> Regards Garthur<br clear="none">> <br clear="none">> <br clear="none">> <br clear="none">> On Mon, Sep 30, 2019 at 7:47 PM Lex Trotman <<a shape="rect" ymailto="mailto:elextr@gmail.com" href="mailto:elextr@gmail.com">elextr@gmail.com</a>><br clear="none">> wrote:<br clear="none">> <br clear="none">> The problem is pkg-config can't find geany.pc. How did you install<br clear="none">> Geany? What is the output of `pkg-config geany`? If its nothing, then<br clear="none">> you need to find where the install put the package config file<br clear="none">> (geany.pc) since it isn't in the default places pkg-config searches<br clear="none">> on your system. Then you need to follow the advice the error message<br clear="none">> gave and set the environment variable or specify --prefix and<br clear="none">> --with-geany-libdir.<br clear="none">> <br clear="none">> Cheers Lex<br clear="none">> <br clear="none">> On Mon, 30 Sep 2019 at 19:28, Garthur via Users<br clear="none">> <<a shape="rect" ymailto="mailto:users@lists.geany.org" href="mailto:users@lists.geany.org">users@lists.geany.org</a>> wrote:<br clear="none">>> <br clear="none">>> <br clear="none">>> <br clear="none">>> to Users I have been trying to install the spellcheck plugin, and I<br clear="none">>> am finding it quite hard. I have got to the point of downloading<br clear="none">>> the github zip file at: <a shape="rect" href="https://github.com/geany/geany-plugins " target="_blank">https://github.com/geany/geany-plugins </a>and<br clear="none">>> running autogen.sh. This fails saying I have version 1.27 but I<br clear="none">>> have version 1.35. Here are the printouts: (I am running xenialpup<br clear="none">>> (xenial64_7-5-5 puppylinux)) Difficulty installing spellcheck<br clear="none">>> plugin on geany<br clear="none">>> <br clear="none">>> /initrd/mnt/dev_save/pool/tmp/geany-plugin-spellcheck_1/github/geany-plugins-master/<br clear="none">><br clear="none">>> <br clear="none">> type -a geany<br clear="none">>> geany is /usr/local/bin/geany <br clear="none">>> /initrd/mnt/dev_save/pool/tmp/geany-plugin-spellcheck_1/github/geany-plugins-master/<br clear="none">><br clear="none">>> <br clear="none">> /usr/local/bin/geany -V<br clear="none">>> geany 1.35 (git >= bf5c9ed) (built on 2019-01-31 with GTK 2.24.30,<br clear="none">>> GLib 2.48.2) <br clear="none">>> /initrd/mnt/dev_save/pool/tmp/geany-plugin-spellcheck_1/github/geany-plugins-master/<br clear="none">><br clear="none">>> <br clear="none">> ./autogen.sh<br clear="none">>> You should update your 'aclocal.m4' by running aclocal. autoreconf:<br clear="none">>> Entering directory `.' autoreconf: configure.ac: not using Gettext <br clear="none">>> autoreconf: running: aclocal --force -I build/cache -I build -I<br clear="none">>> build/bundled -I geanypy/m4 --install autoreconf: configure.ac:<br clear="none">>> tracing autoreconf: running: libtoolize --copy --force {... ....Not<br clear="none">>> included........ ...} checking for msgfmt... (cached)<br clear="none">>> /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt<br clear="none">>> accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt <br clear="none">>> checking for xgettext... (cached) /usr/bin/xgettext checking for<br clear="none">>> catalogs to be installed...  be ca da de el es fr gl it ja kk nl pt<br clear="none">>> pt_BR ru tr zh_CN checking for pkg-config... /usr/bin/pkg-config <br clear="none">>> checking pkg-config is at least version 0.9.0... yes checking for<br clear="none">>> GEANY... no configure: error: Package requirements (geany >= 1.29)<br clear="none">>> were not met:<br clear="none">>> <br clear="none">>> Requested 'geany >= 1.29' but version of Geany is 1.27<br clear="none">>> <br clear="none">>> Consider adjusting the PKG_CONFIG_PATH environment variable if you <br clear="none">>> installed software in a non-standard prefix.<br clear="none">>> <br clear="none">>> Alternatively, you may set the environment variables GEANY_CFLAGS <br clear="none">>> and GEANY_LIBS to avoid the need to call pkg-config. See the<br clear="none">>> pkg-config man page for more details.<br clear="none">>> <br clear="none">>> /initrd/mnt/dev_save/pool/tmp/geany-plugin-spellcheck_1/github/geany-plugins-master/<br clear="none">><br clear="none">>> <br clear="none">> uname -a<br clear="none">>> Linux xenial64-sda1 4.9.58 #1 SMP PREEMPT Mon Nov 13 15:54:01 GMT<br clear="none">>> 2017 x86_64 x86_64 x86_64 GNU/Linux <br clear="none">>> /initrd/mnt/dev_save/pool/tmp/geany-plugin-spellcheck_1/github/geany-plugins-master/<br clear="none">><br clear="none">>> <br clear="none">> <br clear="none">>> Should I report this as a bug?<br clear="none">>> <br clear="none">>> Regards Garthur</div><br clear="none">>> <br clear="none">> _______________________________________________ Users mailing list <br clear="none">> <a shape="rect" ymailto="mailto:Users@lists.geany.org" href="mailto:Users@lists.geany.org">Users@lists.geany.org</a> <br clear="none">> <a shape="rect" href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br clear="none">> <br clear="none"><br clear="none">_______________________________________________<br clear="none">Users mailing list<br clear="none"><a shape="rect" ymailto="mailto:Users@lists.geany.org" href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br clear="none"><a shape="rect" href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><div class="yqt8647899050" id="yqtfd94779"><br clear="none"></div></div></div>            </div>                </div>