<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
I have an application I have been distributing that I compiled and
linked<br>
under Cygwin using the gnu c++ compiler on a Windows XP system.<br>
I lost my hard drive and am using a spare drive. But I had not
installed<br>
c++ in cygwin along with X11 and Open GL development files.<br>
<br>
So I did all that but am now getting all kinds of errors for the
same<br>
make file and source code, such as:<br>
<br>
error: conflicting declaration `typedef int BOOL<br>
In file included from /usr/include/Xm/MwmUtil.h:33:0,<br>
... from <b><br>
</b>/usr/include/X11/Xmd.h:145:16: error: `BOOL' has a previous
declaration as `type<br>
def CARD8 BOOL'<br>
In file included from
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32a/winnt.h:134:0,<br>
from
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/minwindef.h:146,<br>
from
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/windef.h:8,<br>
from
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/windows.h:69,<br>
from
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/GL/gl.h:13,<br>
<br>
and <br>
<br>
error: `GLXContext' does not name a type<br>
error: `GLXPixmap' does not name a type<br>
<br>
Obviously the download has changed a lot of things since the last I
set<br>
things up about 3 years ago.<br>
<br>
Any idea as to what I need to do?<br>
<br>
<br>
<br>
</body>
</html>