X11 open gl c++ code does not compile with new cygwin download

Yaakov (Cygwin/X) yselkowitz@users.sourceforge.net
Thu Oct 31 18:46:00 GMT 2013


On 2013-10-31 12:38, Wendel Dean Renner wrote:
> I downloaded cygwin with X, Open GL, and the g++ compiler four years ago
> on a Windows XP system.  I have now replaced that computer
> with an I7 computer running Windows 7.  I included all the packages
> from my notes before, but I selected the 32 bit version of cygwin.
> Compiling the exact same source code with what I was using before:
>   g++ -c -O -m32 -Wno-deprecated
> I now get the error about the header file glu.h:
> /usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/GL/glu.h:68:79:
>
> error: expected `)' before `*' token

For the X11 GL/glu.h, you need to install libGLU-devel and its dependencies.


Yaakov
Cygwin/X


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list