-
Notifications
You must be signed in to change notification settings - Fork 37
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
bug while compiling #22
Comments
hi behrad which linux distro and version are you on?
…On Wed, Apr 1, 2020, at 6:35 AM, behrad wrote:
I have bug in installing vim3 and i installed the required packages mentioned in Q&A
but still doesn't compile
I get this error:
could not load: /home/username/.nimble/pkgs/paravim-0.8.0/paravim/bin/libvim.so
compile with -d:nimDebugDlOpen for more information
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#22>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABUYU6XZMHRNIBWGAQ2TKTRKMKGBANCNFSM4LYYBO2A>.
|
I am also recieving the same error on windows 10 with nim version 1.0.6 |
ben you're getting the same error except it says libvim.dll right? is your windows a 32 bit install? i'm guessing not but that's the only thing i can think would make it fail to load the dll.
…On Wed, Apr 1, 2020, at 7:20 AM, Ben Hutchinson wrote:
I am also recieving the same error on windows 10 with nim version 1.0.6
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#22 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABUYU6PRT5SVPYAFGSASXTRKMPRLANCNFSM4LYYBO2A>.
|
Yea its the dll. and my windows is 64bit |
I assume you've checked that the path is correct and that the file does indeed exist? And does |
I originally got the same error as well. I checked the filepath and it does seem to exist:
@PMunch I tried your suggestion and got this error:
Now when I try running the installed
I'm trying this on Debian 10. |
@j-hui that looks like a different issue, glfw can't create a window. not sure what would cause that |
Arch Linux As noted above the file exists.
|
Works after installing It was the missing libtinfo.so.5 |
Ah, of course. That error will occur not only if it fails to load the specified library, but also if that library tries to load another dependency which fails. |
I have bug in installing vim3 and i installed the required packages mentioned in Q&A
but still doesn't compile
I get this error:
could not load: /home/username/.nimble/pkgs/paravim-0.8.0/paravim/bin/libvim.so
compile with -d:nimDebugDlOpen for more information
The text was updated successfully, but these errors were encountered: