On 05/29/2023 10:42 PM, elextr wrote: > > BTW you don't need to build all the plugins, |--disable-all-plugins > --enable-geanylua| on configure should only do Geanylua and will fail if > dependencies are not met. > > — > Reply to this email directly, view it on GitHub > <https://github.com/geany/geany-plugins/issues/1250#issuecomment-1567687030>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACODNXO2LPZWWPN4TKEZO6LXIVNC3ANCNFSM6AAAAAAYAYASQE>. > You are receiving this because you authored the thread.Message ID: > ***@***.***> > Yes, I found those instructions and tried to build just geanylua. The error messages seem a bit ambiguous:
checking whether the GTK version in use is compatible with plugin devhelp... no checking for gtk+-3.0 >= 2.12 glib-2.0 >= 2.14 gio-2.0 >= 2.18 ctpl >= 0.3... no checking for rst2html... /usr/bin/rst2html checking for lua5.1 >= 5.1 lua5.1 < 5.2... no configure: error: Package requirements (lua5.1 >= 5.1 lua5.1 < 5.2) were not met: The error seems to be that while I have lua 5.1.4 installed on my system (I checked the version), geanylua fails on the lua version. Reading the last part above, however, does not explain why my lua 5.1.4 will not work since the requirement seems to be lua >= 5.1... -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1250#issuecomment-1568883004 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1250/[email protected]>
