unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Vijay Pratap Chaurasia <vijaypcin@gmail.com>
To: guile-user@gnu.org, Vijay Pratap Chaurasia <vijaypcin@gmail.com>
Subject: Error compiling guile modules with guile extended program
Date: Tue, 28 Mar 2017 16:22:06 +0530	[thread overview]
Message-ID: <CAKnjaF704GPBPjchbAc6pxfYHzSDOO2qHjUJiatJmStBjVGrDQ@mail.gmail.com> (raw)

Hi,
   I have a bunch of C/C++ libraries and functions which I link with guile
to build an extension of guile. I have compiled guile-2.2 on RHEL5 system
and compiled and link my program with guile successfully but when I execute
my program, it fails to compile guile modules.
Environment variables GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH are set
properly. Any help appreciated.

;;; compiling /ilx/fish_tools/share/guile/2.2/system/vm/vm.scm
;;; compiling /ilx/fish_tools/share/guile/2.2/system/base/compile.scm
;;; it seems /ilx/fish_tools/share/guile/2.2/system/base/compile.scm
;;; is part of the compiler; skipping auto-compilation
;;; compiling /ilx/fish_tools/share/guile/2.2/system/base/syntax.scm
;;; WARNING: compilation of
/ilx/fish_tools/share/guile/2.2/system/base/syntax.scm failed:
;;; ERROR: In procedure variable-ref: variable is unbound: #<variable
8f896d8 value: #<undefined>>
;;; compiling /ilx/fish_tools/share/guile/2.2/system/base/message.scm
;;; WARNING: compilation of
/ilx/fish_tools/share/guile/2.2/system/base/message.scm failed:
;;; ERROR: In procedure variable-ref: variable is unbound: #<variable
8f896d8 value: #<undefined>>

.........
;;; compiling /ilx/fish_tools/share/guile/2.2/language/bytecode/spec.scm
;;; WARNING: compilation of
/ilx/fish_tools/share/guile/2.2/language/bytecode/spec.scm failed:
;;; ERROR: no such language bytecode
..........
;;; compiling
/ilx/fish_tools/share/guile/2.2/language/scheme/decompile-tree-il.scm
;;; WARNING: compilation of
/ilx/fish_tools/share/guile/2.2/language/scheme/decompile-tree-il.scm
failed:
;;; ERROR: no such language scheme
......
;;; compiling /ilx/fish_tools/share/guile/2.2/language/tree-il/debug.scm
;;; WARNING: compilation of
/ilx/fish_tools/share/guile/2.2/language/tree-il/debug.scm failed:
;;; ERROR: no such language tree-il


Thanks
- Vijay


             reply	other threads:[~2017-03-28 10:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 10:52 Vijay Pratap Chaurasia [this message]
2017-06-23  9:28 ` Error compiling guile modules with guile extended program Vijay Pratap Chaurasia

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=CAKnjaF704GPBPjchbAc6pxfYHzSDOO2qHjUJiatJmStBjVGrDQ@mail.gmail.com \
    --to=vijaypcin@gmail.com \
    --cc=guile-user@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).