On Thu, 17 Nov 2011 15:45:45 -0800 Paul Bowyer <[email protected]> wrote:
> Running the code with (xapp:main) produces an error: > Asynchronous ID-CHOICE-ERROR in request 11 (last request was 13) Code > 55.0 [CreateGC] ID #x1 > [Condition of type XLIB:ID-CHOICE-ERROR] When I tried CLX (the ECL embedded one, on NetBSD/i686, some time ago), everything built fine but at execution time I had the same error when trying to open a window. I unfortunately had no time to investigate further (and it wasn't an urgency, I only wanted to experiment with CLX), but it could be that CLX needs an update to cope with post-XOrg protocol changes, perhaps, I have no idea. Most C software would use xlib (or more recently xcb), but CLX talks the X11 protocol itself over sockets directly, which is why I suspect CLX might need updates to cope with X11R7+, but it also could be a simple bug that was overlooked... I'm not currently familiar enough with X11R7 to know if it's totally backwards compatible with X11R5 and X11R6. It would be nice to debug this further and make it work, as it'd allow interesting and rather portable basic graphics flexibility without extra software. -- Matt ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
