WrapEarnPass created an issue (geany/geany-plugins#1570)
Since I need a better test environment for my proposed changes, I downloaded a
geany 2.1 tarball to build the entire geany 2.1 library
I installed geany locally
$gpg --import ACA0246889FB96B63382111724CCD8550E5D1CAE.asc
$gpg --verify geany-2.1.tar.bz2.sig
$cd ~/Projects/geany/geany-2.1/
.$/configure --prefix=/home/build/.local
Then checked out geany-plugins at
https://github.com/geany/geany-plugins/commit/a13016056de1bef5945c3cff6fcf75c8d7b273a7
$export GEANY_INCLUDEDIR=/home/build/.local/include/
$export PKG_CONFIG_PATH=/home/build/.local/lib/pkgconfig/
$./autogen.sh
..truncated a bit...
geany-plugins-2.2
Build Environment:
Geany version: 2.1 (GTK3)
Install prefix: /usr/local
Datadir: /usr/local/share/geany-plugins
Libdir: /usr/local/lib/geany-plugins
Docdir: /usr/local/share/doc/geany-plugins
Plugins path: /home/build/.local/lib/geany
Build Features:
Unit tests: yes
Static code checking: yes
Extra C compiler warnings: yes
Extra linker options: yes
Plugins:
Addons: yes
Autoclose: yes
Automark: yes
CodeNav: yes
Commander: yes
Debugger: yes
Defineformat: yes
GeanyCtags: yes
GeanyDoc: yes
GeanyExtraSel: yes
GeanyGenDoc: yes
GeanyInsertNum: yes
LaTeX: yes
GeanyLua: yes
GeanyMacro: yes
GeanyMiniScript: yes
GeanyNumberedBookmarks: yes
GeanyPrj: yes
GeanyVC: yes
GeanyPG: yes
GeniusPaste: yes
GitChangeBar: yes
Keyrecord: yes
LineOperations: yes
Lipsum: yes
LSP: yes
Markdown: no
Overview: yes
PairTagHighlighter: yes
PoHelper: yes
Pretty Printer: yes
ProjectOrganizer: yes
Scope: yes
Sendmail: yes
ShiftColumn: yes
Spellcheck: yes
TreeBrowser: yes
Tableconvert: yes
Updatechecker: yes
Vimode: yes
WebHelper: no
Workbench: yes
XMLSnippets: yes
Features:
GeanyVC GtkSpell support: yes
Markdown library: libmarkdown
Utility library: yes
Utility library VTE support: yes
$make all
...truncated a bit...
make[3]: Entering directory
'/home/build/Projects/geany-plugins-remote/geany-plugins/geanylua'
CC libgeanylua_la-glspi_app.lo
CC geanylua_la-geanylua.lo
CCLD geanylua.la
In file included from glspi_app.c:348:
glspi_keycmd.h:169:55: error: ‘GEANY_KEYS_VIEW_TOGGLE_MENUBAR’ undeclared here
(not in a function); did you mean ‘GEANY_KEYS_VIEW_TOGGLEALL’?
169 | {"VIEW_TOGGLE_MENUBAR", GEANY_KEY_GROUP_VIEW,
GEANY_KEYS_VIEW_TOGGLE_MENUBAR},
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
GEANY_KEYS_VIEW_TOGGLEALL
make[3]: *** [Makefile:801: libgeanylua_la-glspi_app.lo] Error 1
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1570
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/[email protected]>