unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: help-guix@gnu.org
Subject: Problems with McCLIM (Common Lisp)
Date: Thu, 13 Aug 2020 04:43:24 +0200	[thread overview]
Message-ID: <87v9hn2rlf.fsf@elephly.net> (raw)

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


             reply	other threads:[~2020-08-13  2:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13  2:43 Ricardo Wurmus [this message]
2020-08-13  7:16 ` Problems with McCLIM (Common Lisp) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v9hn2rlf.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).