Marcus writes:
,--------------------
| lwlib-Xaw.c: In function 'void xaw_scrollbar_scroll(Widget, XtPointer,
XtPointer)':
| lwlib-Xaw.c:616:35: error: cast from 'XtPointer {aka void*}' to 'int'
loses precision [-fpermissive]
What architecture is your host? In most architectures, pointers are
the same size as long ints which are the same size as ints (32 bits or
64 bits). That's why others aren't seeing this (and one reason why
the X11 devils chose XtPointer to be the "AnyType" type).
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta