-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't find compiler package with nimscripter 1.0.21 when Nim is installed in non-standard directory #27
Comments
Does it work if you have the |
Unfortunately, no. Still the same error. |
Well well well 1 step forward 2 steps back... where are your compiler sources located? |
A standard day in the development. 😆 Binary file nim is located in /usr/local/bin, compiler source in /usr/local/lib/nim. It seems like Nim in code solves I was trying to find any related issue in Nim, but without results. Probably I missed something. |
Just a quick update, it seems like in the |
Hmph, the only issue is that the fix is not back-ported, so I guess to support 1.6.x I still need that import hack I mentioned. |
Or mark 1.0.20 as the last, which was working with 1.6 series. I'm not sure if it will be back-ported, everything depends on when the 2.0 version will be available. |
This is related to https://nim-lang.org/docs/packaging.html - the last line indicates:
|
@FedericoCeratto it is true for Linux 😉. For example, on FreeBSD |
Hello,
First, thank you for your work. 😄 Unfortunately, as stated above the newest version of nimscripter, 1.0.21, doesn't work when Nim, tested with version 1.6.12, is installed in a different directory, for example in /usr/local. Trying to build the first example from README.md file ends with the error:
Error: cannot open file: /usr/local/compiler/nimeval
.The previous approach, with file config.nims works good, the path is set properly.
The text was updated successfully, but these errors were encountered: