This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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 doesn't seem to make a difference. I was able to solve the
problem using --enable-terminfo=no for the configure script or
-DLLVM_ENABLE_TERMINFO=OFF with cmake which I tested on three different
computers. Now the question is: should that option be set when compiling
libclang for distribution with Cygwin?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]