<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,
<br>
<br>
Back in Bordeaux after one year in Germany I am trying to setup things
here.
<br>
Formerly I used CMUCL but Robert Strandh told me that I should use
rather SBCL.
<br>
So I would like to have sbcl + mcclim + slime.
<br>
I have read that there are problems with certain combinations of
versions.
<br>
So my question is which combination of version number should work.
<br>
<br>
Right now I have SBCL 0.9.5 with CLX clx_0.7.1 and the latest version
of MCCLIM
<br>
and I fail compiling MCCLIM.
<br>
<br>
I plan to use MCCLIM with my students and I am desesperate to have
something running.
<br>
Can anyone help me?
<br>
--
<br>
<br>
Irène DURAND
<br>
<a class="moz-txt-link-freetext"
href="http://dept-info.labri.u-bordeaux.fr/%7Eidurand">http://dept-info.labri.u-bordeaux.fr/~idurand</a>
<br>
<br>
This is SBCL 0.9.5, an implementation of ANSI Common Lisp.
<br>
More information about SBCL is available at <a
class="moz-txt-link-rfc2396E" href="http://www.sbcl.org/"><http://www.sbcl.org/></a>.
<br>
<br>
SBCL is free software, provided as is, with absolutely no warranty.
<br>
It is mostly in the public domain; some portions are provided under
<br>
BSD-style licenses. See the CREDITS and COPYING files in the
<br>
distribution for more information.
<br>
* (require 'asdf)
<br>
<br>
("ASDF")
<br>
* (require 'clx)
<br>
<br>
; loading system definition from
<br>
;
/usr/labri/idurand/Common-Lisp/sbcl/lib/sbcl/systems/sb-bsd-sockets.asd
into
<br>
; #<PACKAGE "ASDF3917">
<br>
; registering #<SYSTEM SB-BSD-SOCKETS {97490B1}> as
SB-BSD-SOCKETS
<br>
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {9B638A9}> as
SB-BSD-SOCKETS-TESTS
<br>
("SB-GROVEL" "SB-BSD-SOCKETS")
<br>
* (load "/usr/labri/idurand/Common-Lisp/mcclim/system.lisp")
<br>
; in: LAMBDA NIL
<br>
; (OR "Lisp-Dep/mp-nil")
<br>
; ==>
<br>
; "Lisp-Dep/mp-nil"
<br>
; ; note: deleting unreachable code
<br>
; ; compilation unit finished
<br>
; printed 1 note
<br>
<br>
debugger invoked on a ASDF:DUPLICATE-NAMES in thread #<THREAD
"initial thread" {90033C9}>:
<br>
Condition ASDF:DUPLICATE-NAMES was signalled.
<br>
<br>
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):
<br>
0: [ABORT] Exit debugger, returning to top level.
<br>
<br>
(ASDF::PARSE-COMPONENT-FORM
<br>
NIL
<br>
(:MODULE "scigraph"
<br>
:PATHNAME
<br>
#P"<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/labri/idurand/Common-Lisp/mcclim<span
class="moz-txt-tag">/</span></i>"
<br>
:DEPENDS-ON
<br>
(:CLIM :CLIM-LOOKS)
<br>
:SERIAL
<br>
T
<br>
:COMPONENTS
<br>
((:FILE "package"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/package.lisp")
<br>
(:FILE "feature-case"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/feature-case.lisp")
<br>
(:FILE "macros"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/macros.lisp")
<br>
(:FILE "tv"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/tv.lisp")
<br>
(:FILE "draw"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/draw.lisp")
<br>
(:FILE "present"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/present.lisp")
<br>
(:FILE "extensions"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/extensions.lisp")
<br>
(:FILE "wholine"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/wholine.lisp")
<br>
(:FILE "export"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/dwim/export.lisp")
<br>
(:FILE "package"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/scigraph/package.lisp")
<br>
(:FILE "copy"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/scigraph/copy.lisp")
<br>
(:FILE "dump"
<br>
:PATHNAME
<br>
#P"/usr/labri/idurand/Common-Lisp/mcclim/Apps/Scigraph/scigraph/dump.lisp")
<br>
...)))
<br>
0]
<pre class="moz-signature" cols="80">
</pre>
</body>
</html>