Message-Id: <200309052007.h85K7OjC016559@delorie.com> 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 Date: Fri, 05 Sep 2003 16:06:29 -0400 From: Gregory Nutt To: cygwin AT cygwin DOT com Subject: Compiling Wine in Cygwin X-Originating-IP: 66.100.21.55 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Trying to compile wine-20030813 in the first release of the 1.5.x series. I discovered that shader.c is looking for -HUGE which is apparently supposed to be defined in math.h. I was able to make it compile by changing the shader.c to look for -HUGE_VAL which is defined in cygwin's math.h. However, I'd like to know if this is a bug to report to Wine or a bug to report to Cygwin. Since Wine compiles on Linux without a problem, I thought I'd start with Cygwin. Greg -- 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/