X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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: <CACvCDBp9DstQR87zPWjz+FD=S3Ob4M7f5+28om+u_O+WCtqj8Q@mail.gmail.com>
References: <CACvCDBp9DstQR87zPWjz+FD=S3Ob4M7f5+28om+u_O+WCtqj8Q@mail.gmail.com>
From: Jacob Niehus <jacob.niehus@gmail.com>
Date: Sun, 26 Oct 2014 13:21:55 -0700
Message-ID: <CACvCDBrvw4ryKncXyoNZ2jVmFurhiXiLoC+HMZh3Qd6P3Lo5Rw@mail.gmail.com>
Subject: Re: cygclang.dll breaks terminal output when used in Python bindings
To: cygwin@cygwin.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

