X-Recipient: archive-cygwin AT delorie DOT 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 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 Subject: Re: Error when compiling mySQL client libraries References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 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