Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: "Eric Lilja" Subject: Has a solution been found to the problem with curses.h-termcap.h-tparm? Date: Mon, 7 Mar 2005 15:25:15 +0100 Lines: 20 Message-ID: X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: 180.184.204.213.sol.worldonline.se X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-RFC2646: Format=Flowed; Original X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner-SpamCheck: spam, SpamAssassin (score=6.836, required 6, BAYES_00 -2.60, HELO_DYNAMIC_IPADDR2 3.50, HELO_DYNAMIC_SPLIT_IP 0.78, PRIORITY_NO_NAME 1.10, RCVD_BY_IP 0.07, RCVD_NUMERIC_HELO 4.00) X-Gmane-MailScanner-SpamScore: ssssss X-MailScanner-From: goc-cygwin AT m DOT gmane DOT org X-MailScanner-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Note-from-DJ: This may be spam Hello, I am trying to build a MySQL client under Cygwin (configuring with --without-server). I have tried versions 4.1.10 and 5.0.2. My Cygwin version is the latest with the latest non-experimental versions of all installed packages. Windows XP Pro SP2 + all additional updates. When trying to build MySQL (either of the above mentioned versions), both compilations end with an error described here (I found this using google): http://www.cygwin.com/ml/cygwin/2004-12/msg00392.html Seems like the MySQL source is including both termcap.h and curses.h, which brings to conflicting tparm types into the global namespace. I was wondering if anyone has been successful in finding a way around this problem? I really would like to solve this, because then I could ditch MSVC++ for my developing needs altogether. I have managed to convert all our projects to the cygwin tools except for one (a C++ program) that communicates with a MySQL server. / Eric -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/