This is the mail archive of the cygwin-xfree@cygwin.com 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]

RE: Xos.h needs X11/Xw32defs.h ?? Missing??



You should NOT be using -DWIN32 flags when compiling an X application with
Cygwin.  It causes conflicts with code for MSVC.

Suhaib

> -----Original Message-----
> From: Alan Wong [mailto:awong@scea.com] 
> Sent: Wednesday, September 26, 2001 11:32 PM
> To: cygwin-xfree@cygwin.com
> Subject: Xos.h needs X11/Xw32defs.h ?? Missing??
> 
> 
> 
> Hi, I've installed cygwin and xfree and built c/c++ 
> application including
> headers:
> 
> #include <X11/Xlib.h>
> #include <X11/Xlibint.h>
> #include <X11/Xutil.h>
> #include <X11/Xatom.h>
> #include <X11/Xos.h>
> 
> where I have C:\cygwin\usr\X11R6\include\X11 as an include 
> directory. So the compiler is happy until it hits line 138 of Xos.h:
> 
> #ifdef WIN32
> #include <X11/Xw32defs.h>
> #else
> 
> I can't seem to find this file anywhere.  Was it supposed to 
> be part of the install? Am I missing a file?  How do I get it 
> if I need it or what should I do??
> 
> Thanks.
> 
> -Alan Wong - Software Engineer
> Sony Computer Entertainment America
> 10075 Barnes Canyon Road
> San Diego, CA 92121-2723
> (858) 824-5883
> (858) 824-5878 - FAX
> 


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