SlideC.c doesn't build on a DU box here.
cc -DSCIPLOT_WITH_MOTIF -I. -I../../../include/Motif-2.1 -I../../../include/Motif-1.2
-I../../../include/Motif-2.1 -I../../../include/Motif-1.2 -I/usr/dt/include -std1
-ieee -c SlideC.c -DPIC -o
SlideC.lo
cc: Error: SlideC.c, line 163: In this statement, "XmUNSPECIFIED" is not declared.
if (Slide_DestWidth(new_w) == (Dimension)XmUNSPECIFIED)
---------------------------------------------^
This seems to work with LessTif, not with Motif.
(actually one need to fix all XmUNSPECIFIED related to
XltNslideDestHeight, XltNslideDestWidth; the error message is after "fixing"
the first ones).
--
Alexander Mai
[EMAIL PROTECTED]