nimlsp icon indicating copy to clipboard operation
nimlsp copied to clipboard

Nimlsp failing installation through Nimble on Termux

Open Javier-Romario opened this issue 2 years ago • 1 comments

Hello, whilst attempting to install nimlsp through nimble on Termux, the following error appears:

/data/data/com.termux/files/home/.nimble/pkgs2/asynctools-0.1.1-3f7096335282f45ebab49b939b20a1ed52cdec31/asynctools/asyncproc.nim(230, 6)


Error: implementation of 'asyncproc.waitForExit(p: AsyncProcess)' expected                                           

Tip: 9 messages have been suppressed, use --verbose to show them.                               
nimble.nim(229)
buildFromDir                                                                                           

Error:  Build failed for the package: nimlsp

Any ideas what I may have done wrong with the installation?

Could there be a c or c++ dependency missing?

Javier-Romario avatar Nov 07 '23 21:11 Javier-Romario

Hmm, seems like an issue with asynctools. Maybe try to bring it up there and see if they know whats wrong. When you do, please mention this issue so we can get a link.

https://github.com/cheatfate/asynctools

PMunch avatar Nov 07 '23 22:11 PMunch