Hiya... I am having a problem compiling Oleo v1.6 ... the error follows:
(it is X-related, thus the post to here)
xrdb.c: In function `get_user_db':
xrdb.c:301: dereferencing pointer to incomplete type
make: *** [xrdb.o] Error 1
the relevant of xrdb.c follows:
298:#ifdef HAVE_X11R4
299: xdefs = XResourceManagerString (display);
300:#else
301: xdefs = display->xdefaults;
302:#endif
I am at a complete loss here, as my X programming is next to
non-existant, although, last night, I was compiling something else
X-related, and it also failed in the same place... The only recent change
I have made to my X stuff, is a change I have to the wchar_t variable in
one of the X???.h files, because it conflicted with stddef.h ... any
ideas?? TIA
Chris