-
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
install fails on freebsd #103
Comments
Related to #68 I use nimlsp on FreeBSD, but you have to install choosenim:
|
It's not true anymore: % nimble install nimlsp
Downloading https://github.com/PMunch/nimlsp using git
Verifying dependencies for [email protected]
Installing jsonschema@>= 0.2.1
Downloading https://github.com/PMunch/jsonschema using git
Warning: The package has no tagged releases, downloading HEAD instead.
Verifying dependencies for [email protected]
Installing ast_pattern_matching@any version
Downloading https://github.com/nim-lang/ast-pattern-matching using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: ast_pattern_matching installed successfully.
Installing [email protected]
Success: jsonschema installed successfully.
Installing asynctools@>= 0.1.1
Downloading https://github.com/cheatfate/asynctools using git
Verifying dependencies for [email protected]
Installing [email protected]
Success: asynctools installed successfully.
Installing [email protected]
Building nimlsp/nimlsp_debug using c backend
/tmp/nimble_45629/githubcom_PMunchnimlsp/src/nimlsppkg/suggestlib.nim(3, 18) Error: cannot open file: nimsuggest/nimsuggest
Prompt: Build failed for '[email protected]', would you like to try installing 'nimlsp@#head' (latest unstable)? [y/N]
Answer: y
Downloading https://github.com/PMunch/nimlsp using git
Verifying dependencies for [email protected]
Info: Dependency on jsonschema@>= 0.2.1 already satisfied
Verifying dependencies for [email protected]
Info: Dependency on ast_pattern_matching@any version already satisfied
Verifying dependencies for [email protected]
Info: Dependency on asynctools@>= 0.1.1 already satisfied
Verifying dependencies for [email protected]
Installing [email protected]
Building nimlsp/nimlsp_debug using c backend
/tmp/nimble_45629/githubcom_PMunchnimlsp_#head/src/nimlsppkg/suggestlib.nim(3, 18) Error: cannot open file: nimsuggest/nimsuggest
Tip: 41 messages have been suppressed, use --verbose to show them.
nimble.nim(229) buildFromDir
Error: Build failed for the package: nimlsp |
Have you tried |
Indeed, with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to linux code in nimlsp you cannot install nimlsp on freebsd.
The text was updated successfully, but these errors were encountered: