Open zipizap opened 8 years ago
This issue seems to be because my OS is windows 64 bits, and the following files were missing in the repository:
I've found the missing files in other github repos and after copying them over into jediterm\lib\win\x86_64, then jediterm-pty worked correctly.
So this issue is because of the above missing files, which are not yet present in the jediterm repository
To fix this, I've made pull request #123 Leaving issue open, for it to be fixed in JetBrains/jediterm:master
I'm also running into this issue 8 months later. Is there a reason why the 64-bit version of winpty is still not included? For anyone else looking for winpty it can be found here: rprichard/winpty
With windows 7 enterprise 64 bits, made a fresh git-clone of current master (Latest commit 7765a4b), and executed jediterm-pty.bat, which fails with error 'Couldn't find libwinpty.dll'
Could this be because only lib/win/x86/libwinpty.dll exists but lib/win/x86_64/libwinpty.dll does not exist? If so, where could I get the missing lib/win/x86_64/libwinpty.dll file ? Thanks