This is the mail archive of the cygwin-xfree@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: Problem compiling Lesstif 0.89.9


Hello, Ronald!

> I am getting the errors listed below when I try to make Lesstif.

> 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

It's a filesystem problem. On Unix, you have both
/usr/X11R6/include/X11/bitmaps/stipple and
/usr/X11R6/include/X11/bitmaps/Stipple

Those files cannot coexist on Windows. Move `Stipple' away and place
`stipple' from e.g. a Linux machine to /usr/X11R6/include/X11/bitmaps/

You should have reported the problem to the Lesstif mailing list (I'm
doing it for you now). The workaround is absolutely trivial - it's just a
matter of embedding the `stipple' bitmap into screens.c

Thank you for the report.

Pavel Roskin


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