X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4B603B35.3060300@etr-usa.com>
Date: Wed, 27 Jan 2010 06:10:13 -0700
From: Warren Young <warren@etr-usa.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
MIME-Version: 1.0
To: Cygwin-L <cygwin@cygwin.com>
Subject: Re: Error when compiling mySQL client libraries
References: <d37e30051001270453n1663013eq52bc767870af7c36@mail.gmail.com>
In-Reply-To: <d37e30051001270453n1663013eq52bc767870af7c36@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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

On 1/27/2010 5:53 AM, Jurgen Defurne wrote:
> In which package is sys/ttydefaults.h supposed to be ?

One answers such questions with this: http://www.cygwin.com/packages/

The answer is "no package", which then calls into question how the MySQL 
maintainers came to believe they should #include that file.

MySQL has always been somewhat screwy to build on Cygwin, no doubt in 
large part because there's a perfectly good and far faster native version.

I assume you are only after the client libraries, not the DB server. 
You may find that you can make it build by skipping the parts you don't 
need.  Try something like this:

	$ ./configure --without-{debug,readline,libedit,server}

--
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

