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: Thu, 19 Feb 2004 15:40:42 +1300 From: Philip Lamb Subject: opengl-1.1.0-7 glut.h does not define wchar_t X-Sender: edennz AT kayan DOT pair DOT com To: cygwin AT cygwin DOT com Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed X-IsSubscribed: yes Hello, The changes to in w32api-2.5 expose a problem with the glut.h in opengl-1.1.0-7 package, file . The problem is that whcar_t is now required to be defined by /usr/include/w32api/GL/glu.h, however glut.h does not do so. I'm not sure where the _best_ place to put a definition is; for myself I have put it at line 153 of glut.h. Others may wish to do so too, and perhaps a patch to the opengl package is in order if other more knowledgeable folks concur. 153,156d152 < # ifndef _WCHAR_T_DEFINED < typedef unsigned short wchar_t; < # define _WCHAR_T_DEFINED < # endif The only other workaround I can see is adding an #include before every #include which is neither elegant nor in the spirit of GLUT's philosophy of hiding platform dependencies. -- 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/