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 #<THREAD "initial thread" RUNNING {A6E57C1}>: 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
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 #<THREAD "initial thread" RUNNING {A6E57C1}>: 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@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-cairo2-devel
cl-cairo2-devel@common-lisp.net