Skip to content
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 #81

Open
ghost opened this issue Aug 23, 2023 · 4 comments
Open

compile error #81

ghost opened this issue Aug 23, 2023 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2023

hi, i really would like to try this lsp out in neovim, right now im trying to compile it, yet i get this error:
image

I have followed the "Building" Section, so i got the source, compiled the jfc package, compiled lspprotocol

Im getting the error shown in the picture, complaining about "lspserver" being an unmet dependency.

what should i do now?

@Darkskald
Copy link

I am facing exactly the same issue.

@ghost
Copy link

ghost commented Oct 24, 2023

I did a quick find in the directory and I found lspserver in src/serverprotocol. I compiled it and got this:

PasLS.General.pas(441,24) Error: identifier idents no member "SortMethodForCompletion"
PasLS.General.pas(441,49) Error: Identifier not found "icsScopedAlphabetic"

and this seems to be the same issue as #79:

You need the latest trunk version of Lazarus to compile this.
They changed the interface of the codetools 😢

Maybe you tried compiling this with Lazarus 2.2.4 instead of trunk.

@Darkskald @ghost

@AugustoDeveloper
Copy link

I did a quick find in the directory and I found lspserver in src/serverprotocol. I compiled it and got this:

PasLS.General.pas(441,24) Error: identifier idents no member "SortMethodForCompletion"
PasLS.General.pas(441,49) Error: Identifier not found "icsScopedAlphabetic"

and this seems to be the same issue as #79:

You need the latest trunk version of Lazarus to compile this.
They changed the interface of the codetools 😢

Maybe you tried compiling this with Lazarus 2.2.4 instead of trunk.

@Darkskald @ghost

Hey guys, i am getting the same error and it seems it was caused by my lazarus ide\build version, that is 2.2.0+dfsg1-5ubuntu1.

What version should i use?

@AugustoDeveloper
Copy link

I did a quick find in the directory and I found lspserver in src/serverprotocol. I compiled it and got this:

PasLS.General.pas(441,24) Error: identifier idents no member "SortMethodForCompletion"
PasLS.General.pas(441,49) Error: Identifier not found "icsScopedAlphabetic"

and this seems to be the same issue as #79:

You need the latest trunk version of Lazarus to compile this.
They changed the interface of the codetools 😢

Maybe you tried compiling this with Lazarus 2.2.4 instead of trunk.
@Darkskald @ghost

Hey guys, i am getting the same error and it seems it was caused by my lazarus ide\build version, that is 2.2.0+dfsg1-5ubuntu1.

What version should i use?

Ok, guys, i solved this problem. I just compiled the lazarus from gitlab on master branch and project compiles. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants