Quote:
Originally Posted by Antartica
Here is xepdmgr 1.9c, which has the update notify to contentlister.
|
Hi Antartica,
I cannot compile xepdmgr with the Irex sdk. The problem comes from the libX11.h you provide: its is a slightly (but incompatible in some way) older version than the sdk one
Code:
< /* $XFree86: xc/lib/X11/Xlib.h,v 3.25 2003/11/17 22:20:10 dawes Exp $ */
> /* $XFree86: xc/lib/X11/Xlib.h,v 3.26 2003/12/18 16:38:35 dawes Exp $ */
The compiler complains about _X_SENTINEL which is not defined anywhere in the sdk includes. (On my development computer it gets defined in Xfuncproto.h, but not so in the sdk version...)
When I copy the sdk version of Xlib.h over yours, everything compiles fine.
Happy coding,
Hansel