unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: nalaginrut <nalaginrut@gmail.com>
To: Tomas By <tomas@basun.net>
Cc: guile-user@gnu.org
Subject: Re: "unbound variable"
Date: Mon, 27 Jun 2011 11:40:04 +0800	[thread overview]
Message-ID: <1309146004.3070.39.camel@Renee-desktop> (raw)
In-Reply-To: <f9c627265c232612a94cb5ba324cc2d0.squirrel@webmail.xs4all.nl>

> Hi all,
> 
> I have an extended Guile interpreter with a C function "get-map",
> defined by "scm_c_define_gsubr", that I then try to use in the
> (pure Scheme) module "mapdisplay", with the following result:
> 
> | mapdisplay.scm:36:12: In expression (get-map wg name):
> | mapdisplay.scm:36:12: Unbound variable: get-map
> | ABORT: (unbound-variable)
> | guile> get-map
> | #<primitive-procedure get-map>
> | guile>
> 
> Any ideas what is happening here? How can I debug it?
> 
> /Tomas
> 
> 
> 

I think you need to import this symbol in your module, in this case, I
think it's mapdisplay.scm. If get-map's not within a module, you'd need
to get this symbol with "dynamic-link" and it's friends.


-- 
GNU Powered it
GPL Protected it
GOD Blessed it

HFG - NalaGinrut

--hacker key--
v4sw7CUSMhw6ln6pr8OSFck4ma9u8MLSOFw3WDXGm7g/l8Li6e7t4TNGSb8AGORTDLMen6g6RASZOGCHPa28s1MIr4p-x hackerkey.com
---end key---




  reply	other threads:[~2011-06-27  3:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-26  8:00 "unbound variable" Tomas By
2011-06-27  3:40 ` nalaginrut [this message]
2011-06-27  8:12   ` Tomas By
2011-06-27  8:38     ` nalaginrut
2011-06-27  8:56       ` Tomas By
2011-06-27  9:18         ` nalaginrut
2011-06-27  9:41 ` Peter Brett
2011-06-27 21:44   ` Linas Vepstas
2011-06-28  6:15     ` Tomas By
2012-01-08 17:04 ` Andy Wingo

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://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=1309146004.3070.39.camel@Renee-desktop \
    --to=nalaginrut@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=tomas@basun.net \
    /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).