Problem loading cl-cairo2 with LispWorks

52 views
Skip to first unread message

brian....@gmail.com

unread,
Jun 29, 2012, 3:09:33 PM6/29/12
to quic...@googlegroups.com
When loading cl-cairo2 with LispWorks Professional Edition Windows 32bit, 
I get the following output - 

--
CL-USER 51 > (ql:quickload "cl-cairo2")
To load "cl-cairo2":
  Load 6 ASDF systems:
    cffi cl-colors cl-utilities metabang-bind
    trivial-features trivial-garbage
  Install 1 Quicklisp release:
    cl-cairo2
; 213.80KB
==================================================
218,930 bytes in 0.15 seconds (1425.33KB/sec)
; Loading "cl-cairo2"
[package cl-cairo2]

**++++ Error between functions:
  Duplicated names in "CL-CAIRO2" defpackage: "CAIRO".
; *** 1 error detected, no fasl file produced.
--

Not quite sure what it is conflicting with.

Zach Beane

unread,
Jun 29, 2012, 3:24:53 PM6/29/12
to quic...@googlegroups.com
I just took a look, and it seems that the package definition form for
cl-cairo2 is something like this:

(defpackage cl-cairo2
(:nicknames :cairo)
; ... a bunch of stuff ...
(:nicknames :cairo))

This doesn't signal an error on any other implementation, but it also
serves no useful purpose. I opened an issue for the project here:

https://github.com/rpav/cl-cairo2/issues/12

Hopefully it will be fixed in a new cl-cairo2 release soon.

Zach
Reply all
Reply to author
Forward
0 new messages