-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Error LSP plugin #1409
Comments
You probably need a newer version of Geany |
You're right. Thanks for the hint. |
@techee the version dependency might need updating 😉 |
@techee looks like that's what has been done lately, but check with @eht16 and @frlan what they think about interdep. Otherwise, you probably can do something like that: diff --git a/build/lsp.m4 b/build/lsp.m4
index d4c65c79..8c352ac7 100644
--- a/build/lsp.m4
+++ b/build/lsp.m4
@@ -2,6 +2,10 @@ AC_DEFUN([GP_CHECK_LSP],
[
GP_ARG_DISABLE([LSP], [auto])
+ GP_GEANY_PKG_CONFIG_PATH_PUSH
+ GP_CHECK_PLUGIN_DEPS([LSP], [LSP], [geany >= 2.1])
+ GP_GEANY_PKG_CONFIG_PATH_POP
+
JSON_GLIB_PACKAGE_NAME=json-glib-1.0
JSON_GLIB_VERSION=1.10
JSONRPC_GLIB_PACKAGE_NAME=jsonrpc-glib-1.0 |
Geany-LSP requires 2.1. Closes geany#1409.
I think we can also increase the Geany version requirement in G-P already, it doesn't make much difference doing now or before the release. See #1411. |
Trying to compile the
lsp-plugin
I get the following error message.I did a
What compile environment information do you need?
The text was updated successfully, but these errors were encountered: