From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22437 invoked by alias); 26 Oct 2014 20:22:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22423 invoked by uid 89); 26 Oct 2014 20:22:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 26 Oct 2014 20:22:18 +0000 Received: by mail-oi0-f53.google.com with SMTP id v63so2469791oia.12 for ; Sun, 26 Oct 2014 13:22:16 -0700 (PDT) X-Received: by 10.60.146.171 with SMTP id td11mr16156796oeb.23.1414354936155; Sun, 26 Oct 2014 13:22:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.177.164 with HTTP; Sun, 26 Oct 2014 13:21:55 -0700 (PDT) In-Reply-To: References: From: Jacob Niehus Date: Sun, 26 Oct 2014 20:22:00 -0000 Message-ID: Subject: Re: cygclang.dll breaks terminal output when used in Python bindings To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-10/txt/msg00441.txt.bz2 > 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