X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=TBYYAj6 xSF17PEyManZN9oyK/lx76w6gxbCaGIN+pOXUKk0IKnxSpkphmPtXqtUMdIbnlXz c2rS369RCP5wOw+qjKkKKBcG9uOmumr5D95TdtI4/a+S9OSMvsYbI0VELxXs9J0e RCZ6KGk3ACbd0F4wwCQJA03iQvgaUilVlXxA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=2HN0xrIonTHeU JKjLY1lMrtKnwo=; b=XRfDqXBsEGT8hyJAqsa9HmYYy6DL5f/i7vZ5ARyRCLqxO Rme7rYRZKPu5fVYrDh/aJ7V2VIx359DS3d4dZpsIV/4eXG9ejUGlS2o1mOQUug7c J0VcYmg43ESWvc5HJtejIl+G4a0IzQd1zTFZH3xe0DeAW7+IUKdCdicwDw3YVA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 In-Reply-To: References: From: Jacob Niehus Date: Sun, 26 Oct 2014 13:21:55 -0700 Message-ID: Subject: Re: cygclang.dll breaks terminal output when used in Python bindings To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 > 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