Hi,

Present CVS doesn't compile:

[...]
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include/Motif-2.1 
-I../../include/Motif-2.1 -I../../include/Motif-2.0 -I../../include/Motif-2.0 
-I../../include/Motif-1.2 -I../../include/Motif-1.2 -I../../include -I../../include 
-I/usr/X11R6/include -I/home/lahaye/opt/include -L/home/lahaye/opt/lib 
-I/home/lahaye/opt/include -L/home/lahaye/opt/lib -c ResConvert.c  -fPIC -DPIC -o 
ResConvert.lo
ResConvert.c: In function `XmuCvtStringToXftColor':
ResConvert.c:3257: `XRenderColor' undeclared (first use in this function)
ResConvert.c:3257: (Each undeclared identifier is reported only once
ResConvert.c:3257: for each function it appears in.)
ResConvert.c:3257: parse error before `renderColor'
ResConvert.c:3258: `XftColor' undeclared (first use in this function)
ResConvert.c:3278: `renderColor' undeclared (first use in this function)
ResConvert.c:3297: `xftColor' undeclared (first use in this function)
ResConvert.c:3300: parse error before `)'
ResConvert.c:3300: syntax error before `static_val'
ResConvert.c:3300: `static_val' undeclared (first use in this function)
ResConvert.c: In function `XmuFreeXftColor':
ResConvert.c:3309: `XftColor' undeclared (first use in this function)
ResConvert.c:3309: `color' undeclared (first use in this function)
ResConvert.c:3323: parse error before `)'
gmake[3]: *** [ResConvert.lo] Error 1

Bug in CVS?
Is an X11 include missing in this file?

XRenderColor is (on my FreeBSD system) defined in
/usr/X11R6/include/X11/extensions/Xrender.h:

typedef struct {
     unsigned short   red;
     unsigned short   green;
     unsigned short   blue;
     unsigned short   alpha;
} XRenderColor;

Regards,
Rob.

_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to