Subject: Re: wmcube and X Source!
To: B. Bogart <bbogart@acs.ryerson.ca>
From: gabriel rosenkoetter <gr@eclipsed.net>
List: port-i386
Date: 02/14/2001 01:02:21
On Tue, Feb 13, 2001 at 11:37:35PM -0500, B. Bogart wrote:
> In file included from wmcube.c:50:
> /xsrc/xc/include/extensions/shape.h:33: X11/Xfuncproto.h: No such file or
> directory
> *** Error code 1
> 
> Stop.
> 
> the wmcube.c file had references to:
> #include <X11/Xlib.h>
> #include <X11/xpm.h>
> #include <X11/shape.h>
> 
> that could not be found.
> So I rooted through my X source: /xsrc/ and replaced those references to
> the paths of those actual files.
> 
> now when I compile the Xlib.h includes files that it cannot find!

Sounds like /usr/X11R6/include somehow isn't part of your include
path (or it's not populated correctly).

Are you using the in-tree (g)cc? Did you install the xcomp package?

If either of these is no, do that.

       ~ g r @ eclipsed.net