genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
49 stars 12 forks source link

Indicated procedure to build PLS doesn't work #71

Closed Firefly35 closed 1 year ago

Firefly35 commented 1 year ago

Calling lazbuild src/standard/pasls.lpi gives the following error: Error: (lazbuild) Broken dependency: lspprotocol

After opening of lspprotocol.lpk in lazarus in order for lazbuild to find it, I still get an error: Error: (lazbuild) Broken dependency: lspprotocol 1.0->jcfnogui

I expect to be able to build the pascal-language-server in the command line with the indications available in the repository README.md

genericptr commented 1 year ago

I've been using makefiles to build and lazbuild is not working on my Mac right now. Maybe @mvancanneyt will have some ideas since he's an actual Lazarus user.

Firefly35 commented 1 year ago

Maybe the makefiles could be in the repository if they allow to build the pascal-language-server ?

genericptr commented 1 year ago

ok I think this is fixed now, can you pull again and see if lazbuild works? Thanks!

Firefly35 commented 1 year ago

Indeed it is now working as expected, thanks