View Single Post
Old 12-19-2008, 06:33 AM   #77
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by Antartica View Post
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

Last edited by hansel; 12-19-2008 at 06:42 AM.
hansel is offline   Reply With Quote