>
> On Tue, Oct 03, 2000 at 09:36:50PM -0400, Tatsuo Iryo wrote:
> > Suhaib,
> >
> > Thank you for your advice. Unfortunately I do not have linux

ftp://ftp.x.org under xc directory you should be able to get it
as a single file without downloading the whole archive....

> box around me
> > right now. What I did is I just changed "Stipple" in the
> > /usr/X11R6/include/X11/bitmaps/Stipple to "stipple", and it

Ummmmm what is the difference wbetween Stipple and stipple on Windows?
For Windows the 2 names are same.... Regardless Stipple does not has
includes stuff stipple
has... so you just forced to compile a buggy binary.


> works for me. I
> > am not sure if this is proper way or not. If not, please let me know.

NO THIS IS NOT THE PROPER WAY OF DOING IT, and is definitely not recommended
as a work around.  Sorry!

Suhaib


> >
> > ---original /usr/X11R6/include/X11/bitmaps/Stipple ---
> > #define Stipple_width 2
> > #define Stipple_height 2
> > static char Stipple_bits[] = {
> >    0x01, 0x00};
> >
> > --- /usr/X11R6/include/X11/bitmaps/Stipple in my case---
> > #define stipple_width 2
> > #define stipple_height 2
> > static char stipple_bits[] = {
> >    0x01, 0x00};
>
> No, not really correct, but won't induce a crash probably either.
>
> As I outlined we might get rid of this #include to remove the
> dependency on a case-sensitive filesystem.
>
> --
> Alexander Mai
> [EMAIL PROTECTED]

Reply via email to