[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with GNUstep-Guile?
From: |
MJ Ray |
Subject: |
Re: Problem with GNUstep-Guile? |
Date: |
02 Nov 2004 02:58:37 GMT |
MJ Ray <mjr@dsl.pipex.com> wrote:
> I think this used to work:
>
> guile> (use-modules (languages gstep-guile))
> guile> (display ([] ($$ "Hello world\n") cString))
> <unnamed port>: In expression (gstep-msg-send ($$ "Hello world") (quote
> cString)):
> <unnamed port>: Unbound variable: gstep-msg-send
> ABORT: (unbound-variable)
>
> So, what should be defining gstep-msg-send and can anyone reproduce the
> above error? Is this a bug or not?
It seems only to work if I "openapp gstep-gui" instead of just "guile".
Is there any way to load the libgstep_guile.so into a running normal guile?
I can't figure it out from the manuals.