From sabetts at gmail.com Thu Nov 13 01:39:25 2008 From: sabetts at gmail.com (Shawn) Date: Wed, 12 Nov 2008 17:39:25 -0800 Subject: [cl-cairo2-devel] x11-example.lisp busted? Message-ID: <87abc4z9o2.fsf@juicebox.i-did-not-set--mail-host-address--so-tickle-me> Hi cl-cairo2 hackers, I grabbed the latest from git and was able to run example.lisp on ubuntu no problem. However, the x11-example file busted: * (load "tutorial/x11-example.lisp") ; in: LAMBDA NIL ; (CAIRO-XLIB-EXAMPLE::CREATE-XLIB-CONTEXT CL-CAIRO2:WIDTH CL-CAIRO2:HEIGHT ; :WINDOW-NAME "diagonal lines") ; ; caught STYLE-WARNING: ; undefined function: CREATE-XLIB-CONTEXT ; ; caught STYLE-WARNING: ; This function is undefined: ; CREATE-XLIB-CONTEXT ; ; compilation unit finished ; caught 2 STYLE-WARNING conditions debugger invoked on a UNDEFINED-FUNCTION in thread #: The function CREATE-XLIB-CONTEXT is undefined. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level. ("bogus stack frame") Is there another demo somewhere I can try? -Shawn From tpapp at Princeton.EDU Thu Nov 13 02:43:08 2008 From: tpapp at Princeton.EDU (Tamas K Papp) Date: Wed, 12 Nov 2008 21:43:08 -0500 Subject: [cl-cairo2-devel] x11-example.lisp busted? In-Reply-To: <87abc4z9o2.fsf@juicebox.i-did-not-set--mail-host-address--so-tickle-me> References: <87abc4z9o2.fsf@juicebox.i-did-not-set--mail-host-address--so-tickle-me> Message-ID: <20081113024308.GA8660@pu100877.student.princeton.edu> Hi Shawn, Replace create-xlib-context with create-xlib-image-context. I will remove cruft from that package soon, but I am superbusy now. HTH, Tamas On Wed, Nov 12, 2008 at 05:39:25PM -0800, Shawn wrote: > Hi cl-cairo2 hackers, > > I grabbed the latest from git and was able to run example.lisp on > ubuntu no problem. However, the x11-example file busted: > > * (load "tutorial/x11-example.lisp") > > ; in: LAMBDA NIL > ; (CAIRO-XLIB-EXAMPLE::CREATE-XLIB-CONTEXT CL-CAIRO2:WIDTH CL-CAIRO2:HEIGHT > ; :WINDOW-NAME "diagonal lines") > ; > ; caught STYLE-WARNING: > ; undefined function: CREATE-XLIB-CONTEXT > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; CREATE-XLIB-CONTEXT > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > > debugger invoked on a UNDEFINED-FUNCTION in thread #: > The function CREATE-XLIB-CONTEXT is undefined. > > Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. > > restarts (invokable by number or by possibly-abbreviated name): > 0: [ABORT] Exit debugger, returning to top level. > > ("bogus stack frame") > > Is there another demo somewhere I can try? > > -Shawn > > _______________________________________________ > cl-cairo2-devel mailing list > cl-cairo2-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-cairo2-devel