The detailed of my implementation is on my fork of geany, on
GitHub.
I am working on an Ubuntu-based Linux Mint with Glib2 and Gtk2,
and the latest master for geany; the compilation was done using:
(make distclean &&) ./autogen.sh --disable-html-docs --prefix=/home/me/.local && make && make install
and the output of autoconf is attached.
Could someone tell me where the problem comes from?
I first thought I forgot to tell geany something about the lexer,
but since the crash occurs for any filetype, I'm no longer sure
this is the problem.
An since my knowledge in C++ development is limited, I don't know
how I could build geany in debug mode to track the problem...
Any help appreciated!
Best regards,
Tanguy