Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> 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: Thu, 19 Feb 2004 14:59:43 +1300 From: Philip Lamb <phil AT rave DOT co DOT nz> Subject: w32api-2.5 <GL/glu.h> missing GLU_ERROR definition. X-Sender: edennz AT kayan DOT pair DOT com To: cygwin AT cygwin DOT com Message-id: <p06020404bc59c6e09904@[132.181.247.181]> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed X-IsSubscribed: yes Hello, I've just upgraded from w32api-2.4 to -2.5. It looks like <GL/glu.h> file included in 2.5 is missing a definition of GLU_ERROR. In w32api-2.4, GLU_ERROR is defined on line 76, and a commented out version on line 177 (for completeness I suppose). In w32api-2.5, the first definition has been removed, and the second you can still see commented out on line 123 of glu.h. Suggested fix: amend line 123 of <GL/glu.h> in w32api package to read: #define GLU_ERROR 100103 This bug breaks all sorts of existing code. -- Philip Lamb phil AT rave DOT co DOT nz -- 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/