guile-devel
[Top][All Lists]
Advanced

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

crash at loading gds-client module


From: Nala Ginrut
Subject: crash at loading gds-client module
Date: Tue, 28 Dec 2010 08:56:32 +0800

hi all, I got a error while I was trying the gds-client module:

error message:
--------------
GNU Guile 1.9.14.15-8aa4
Copyright (C) 1995-2010 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (ice-9 gds-client))
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /usr/local/share/guile/2.0/ice-9/gds-client.scm
;;; compiling /usr/local/share/guile/2.0/ice-9/debugging/steps.scm
;;; WARNING: compilation of /usr/local/share/guile/2.0/ice-9/debugging/steps.scm failed:
;;; key misc-error, throw args ("make_objcode_by_mmap" "bad header on object file: ~s" ("GOOF-0.R-LE-4---") #f)
;;; WARNING: compilation of /usr/local/share/guile/2.0/ice-9/gds-client.scm failed:
;;; key misc-error, throw args ("make_objcode_by_mmap" "bad header on object file: ~s" ("GOOF-0.R-LE-4---") #f)
While compiling _expression_:
ERROR: In procedure module-lookup:
ERROR: Unbound variable: trap-set!
--------------

my guile on git is up to date, how can I deal with this error?

reply via email to

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