chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] remote-mailbox


From: Kon Lovett
Subject: Re: [Chicken-users] remote-mailbox
Date: Sat, 9 Jul 2011 19:38:57 -0700

(I responded directly & forgot to CC the list.)

On Jul 9, 2011, at 6:22 PM, David N Murray wrote:

$ csi

CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.0
linux-unix-gnu-x86 [ manyargs dload ptables ]
compiled 2011-07-09 on localhost (Linux)

#;1> (use remote-mailbox)

Sorry for the confusion.

There isn't a "remote-mailbox" module. In the client "remote-mailbox- client " is used, and in the server, "remote-mailbox-server" is used. The separate extension info "remote-mailbox" exists so people can put dependencies on it in .meta files.

See the Usage sections of the documentation.


Error: (import) during expansion of (import ...) - cannot import from
undefined module: remote-mailbox

        Call history:

        <syntax>    (use remote-mailbox)
        <syntax>    (##core#require-extension (remote-mailbox) #t)
        <syntax>    (##core#begin (##core#begin (##core#begin
(##sys#require (quote remote-mailbox))) (import remote-mai......
        <syntax>    (##core#begin (##core#begin (##sys#require
(quote remote-mailbox))) (import remote-mailbox))
        <syntax>    (##core#begin (##sys#require (quote
remote-mailbox)))
        <syntax>    (##sys#require (quote remote-mailbox))
        <syntax>    (quote remote-mailbox)
        <syntax>    (##core#quote remote-mailbox)
        <syntax>    (import remote-mailbox)       <--
#;1> ^D

$ chicken-status ; just the remote mailbox pertinent eggs
lookup-table ................................................. version: 1.13.4 lookup-table-synch ........................................... version: 1.13.4 lookup-table-unsafe .......................................... version: 1.13.4 lookup-table-unsafe-synch .................................... version: 1.13.4 mailbox ....................................................... version: 2.1.3 miscmacros ..................................................... version: 2.92 remote-mailbox ................................................ version: 2.0.1 remote-mailbox-client ......................................... version: 2.0.1 remote-mailbox-common ......................................... version: 2.0.1 remote-mailbox-server ......................................... version: 2.0.1 s11n ........................................................ version: unknown synch ......................................................... version: 2.1.1 tcp-server ...................................................... version: 1.2 type-errors .................................................. version: 1.12.5

Thoughts?  I get the same error on MacOSX.  I retrieve the egg and can
load the pieces and there's no error. I'm not sure how else to debug it
to isolate the problem.

TIA,
Dave

_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]