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]

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]