Re: cygclang.dll breaks terminal output when used in Python bindings

2014-10-26 Thread Jacob Niehus
> I was able to fix the problem by installing the libncurses-devel package and > recompiling LLVM/Clang. Should libncurses-devel be a dependency of libclang > or is there another way to fix this problem? I must have been confused about which version I was compiling when I wrote this. libncurses do

cygclang.dll breaks terminal output when used in Python bindings

2014-10-24 Thread Jacob Niehus
I use a Vim plugin called clang_complete for C/C++ code completion which interfaces with Clang using Clang's python bindings. After updating Cygwin, the terminal output of Vim is garbled as soon as the plugin uses the Clang Python bindings. I tracked down the exact revision (188615) of LLVM/Clang