ptribble created an issue (geany/geany-plugins#1481)

In lsp/src/lsp-autocomplete.c, the glib2 function g_string_replace() is used. 
This is only present in glib2 2.68 or later; if you build with an older version 
of glib2 it fails with:

```
Undefined                       first referenced
 symbol                             in file
g_string_replace                    .libs/lsp_la-lsp-autocomplete.o
ld: fatal: symbol referencing errors. No output written to .libs/lsp.so
```

configure ought to check for the appropriate version of glib2; it looks like 
it's only looking for 2.22

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1481
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1...@github.com>

Reply via email to