This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error when compiling mySQL client libraries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]