The version of Xrender.h on my system contains these lines near the top: #include <X11/extensions/render.h>
#include <X11/Xlib.h>
#include <X11/Xfuncproto.h>
#include <X11/Xosdefs.h>
#include <X11/Xutil.h>
Yours is probably similar or the same.
I would guess that one or more of those include files is not present,
as the message suggests.
The config.log file probably contains the error message of the
actual compilation that went wrong (the configure script does that
type of stuff to figure out things about your system).
So my advice is to either look at Xrender.h and figure out which
of the include files is missing, or to look in config.log for that
information.
After that, load the package that installs that file. (I don't have
a Solaris system so I cannot tell.)
Danny
On Fri, 2005-03-11 at 18:21 +0100, Marek Tomczyk wrote:
> Hello,
> I'm just trying to compile lesstif-0.94.0 and am noticing that configure
> reports a warning it says one should report to a lesstif list.
>
> configure: WARNING: X11/extensions/Xrender.h: present but cannot be compiled
> configure: WARNING: X11/extensions/Xrender.h: check for missing
> prerequisite headers?
> configure: WARNING: X11/extensions/Xrender.h: see the Autoconf documentation
> configure: WARNING: X11/extensions/Xrender.h: section "Present But
> Cannot Be Compiled"
> configure: WARNING: X11/extensions/Xrender.h: proceeding with the
> preprocessor's result
> configure: WARNING: X11/extensions/Xrender.h: in the future, the compiler
> will take precedence
> configure: WARNING: ## ---------------------------------- ##
> configure: WARNING: ## Report this to the lesstif lists. ##
> configure: WARNING: ## ---------------------------------- ##
>
> My system is SunOS 5.9 running on a Sun-Fire-V440.
>
> Let me know if you need some additional information.
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part

