unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Problems with McCLIM (Common Lisp)
@ 2020-08-13  2:43 Ricardo Wurmus
  2020-08-13  7:16 ` Pierre Neidhardt
  0 siblings, 1 reply; 11+ messages in thread
From: Ricardo Wurmus @ 2020-08-13  2:43 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I’d like to play with McCLIM, but I don’t know enough about Common Lisp
to understand how to launch the examples.

Here’s what I’ve done:

    guix install sbcl sbcl-mcclim sbcl-slime-swank

This is the first question, actually: if I don’t manually install
sbcl-slime-swank I get errors complaining about swank being absent.
Should sbcl-mcclim propagate sbcl-slime-swank?

Then I started the sbcl REPL and input this:

    (require :asdf)   ; I don’t know why I need this
    (require :mcclim)

This seems to compile Swank, prints a whole bunch of warnings about
invalid version strings in McCLIM and returns me to the REPL.

Then I tried

    (require :clim-examples)

but it fails with “Don't know how to REQUIRE CLIM-EXAMPLES.”.  So I
loaded the asd file manually:

    (load "/home/rekado/.guix-profile/share/common-lisp/sbcl-source/mcclim/Examples/clim-examples.asd")

Now at least clim-examples appears to be found:

   (asdf:load-system "clim-examples")

This fails with this error:

--8<---------------cut here---------------start------------->8---
debugger invoked on a ASDF/FIND-COMPONENT:MISSING-DEPENDENCY in thread
#<THREAD "main thread" RUNNING {10009C8083}>:
  Component #:MCCLIM-LAYOUTS/TAB not found, required by
  #<SYSTEM "clim-examples">
--8<---------------cut here---------------end--------------->8---

I see that “lib/sbcl/mcclim-layouts-tab.asd” exists, but loading it
doesn’t help.

At this point it should be clear that I don’t know what I’m doing.  Is
it expected that Common Lisp packages installed with Guix behave this
way…?

-- 
Ricardo


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-11 14:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13  2:43 Problems with McCLIM (Common Lisp) Ricardo Wurmus
2020-08-13  7:16 ` Pierre Neidhardt
2020-08-13  9:08   ` Guillaume Le Vaillant
2020-09-04 16:37     ` Ricardo Wurmus
2020-09-05  6:57       ` Pierre Neidhardt
2020-09-05  7:20         ` Ricardo Wurmus
2020-09-05  9:49           ` Guillaume Le Vaillant
2020-09-05 17:52         ` Konrad Hinsen
2020-09-06  7:07           ` Pierre Neidhardt
2020-09-11 14:19             ` Katherine Cox-Buday
2020-09-11 14:40               ` Pierre Neidhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).