on UNIX you have Stipple and stipple. On Windows you cannot have it
because Windows is not case sensitive.
>From a Linux box, copy /usr/X11R6/include/X11/bitmaps/Stipple to
/usr/X11R6/include/X11/bitmaps/wStipple, forexample,
and edit the screens.c file, change the #include <X11/bitmaps/Stippple> to
#include <X11/bitmaps/wStipples>
During porting a code to another OS, These kind of problems are best solved,
if you care to do grep -i 'Stipple_bits' * under
/usr/X11R6/include/X11/bitmaps
to figure out what is missing...
Suhaib
> -----Original Message-----
> From: Tatsuo Iryo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 03, 2000 5:23 PM
> Cc: [EMAIL PROTECTED]
> Subject: make stops at screen.c (Cygwin1.1.4)
>
>
> I have tried to compile lesstif-0.91.8 with Cygwin1.1.4 on W2K,
> but I could
> not. Please let me know what I am missing.
>
> "make" following "./configure" stops at screen.c in
> /lesstif-0.91.8/clients/Motif-1.2/mwm directory with this message.
> screens.c
> screens.c: In function `create_menu_gcs':
> screens.c:87: `stipple_bits' undeclared (first use in this function)
> screens.c:87: (Each undeclared identifier is reported only once
> screens.c:87: for each function it appears in.)
> screens.c:88: `stipple_width' undeclared (first use in this function)
> screens.c:88: `stipple_height' undeclared (first use in this function)
> screens.c: At top level:
> /usr/X11R6/include/X11/bitmaps/stipple:3: warning: `Stipple_bits' defined
> but not used
> make[3]: *** [screens.o] Error 1
> make[3]: Leaving directory `/lesstif-0.91.8/clients/Motif-1.2/mwm'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/lesstif-0.91.8/clients/Motif-1.2'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/lesstif-0.91.8/clients'
> make: *** [all-recursive] Error 1
>
>
> Any suggestion ?
>
> Cygwin was installed by clicking "Install Cygwin now" icon on
> http://sources.redhat.com/cygwin/, and following xfree related files were
> downloaded, unpacked and placed at /usr/X11R6. xfree86-4.0-devel,
> xfree86-4.0-DLLs, xfree86-4.0-fonts, xfree86-4.0-Prog, xfree86-4.0-rgb,
> xfree86-4.0-twm, xfree86-4.0-Xwin
>
>
>
> Thanks in advance.
>
>
>
>
>
>
>
> ------------------------------------------------------------
> Tatsuo Iryo
>
> Ph.D. Candidate
> Dept. of Civil and Environmental Engineering
> University of Western Ontario
> London, Ontario, Canada
> ------------------------------------------------------------