-
Notifications
You must be signed in to change notification settings - Fork 51
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
Build fails on linux (opensuse & arch) #122
Comments
this is millions time duplicate. your distribution doesnt provide nimsuggest sources so you have to clone repo yourself and read build instructions https://github.com/PMunch/nimlsp#compile-nimlsp= |
I am building from source |
You need nim repo. Please, read linked instructions. |
As the error you got suggest the file |
The error I get:
/home/luke/tmp/nimlsp/src/nimlsppkg/suggestlib.nim(11, 8) template/generic instantiation of `mImport` from here /home/luke/tmp/nimlsp/src/nimlsppkg/suggestlib.nim(7, 14) Error: cannot open file: /usr/lib64/nim/nimsuggest/nimsuggest.nim Error: Build failed for package: nimlsp ... Execution failed with exit code 1 ... Command: /usr/lib64/nim/bin/nim c --colors:on --noNimblePath -d:NimblePkgVersion=0.4.0 --path:/home/luke/.nimble/pkgs/jsonschema-0.2.1 --path:/home/luke/.nimble/pkgs/ast_pattern_matching-1.0.0 -o:/home/luke/tmp/nimlsp/nimlsp /home/luke/tmp/nimlsp/src/nimlsp.nim
The text was updated successfully, but these errors were encountered: