This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]