From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roland Orre Newsgroups: gmane.lisp.guile.user Subject: I get unknown immediate error in guile 1.7 Date: Thu, 08 Jan 2004 08:11:35 +0100 Organization: Royal Institute of Technology Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1073545895.13663.639.camel@localhost> References: <20040104035022.GA742@Richard-Todds-Computer.local> <3FF88AD5.6010701@vzavenue.net> <87isjr1bkb.fsf@alice.rotty.yi.org> <3FF8EF71.6090802@vzavenue.net> <20040105200131.GA492@Richard-Todds-Computer.local> <20040106184116.GA7618@Richard-Todds-Computer.local> <20040107052645.GA15207@Richard-Todds-Computer.local> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073546490 31936 80.91.224.253 (8 Jan 2004 07:21:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2004 07:21:30 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jan 08 08:21:27 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeUTu-0000sy-00 for ; Thu, 08 Jan 2004 08:21:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeVRI-0005s8-Tb for guile-user@m.gmane.org; Thu, 08 Jan 2004 03:22:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AeVNK-0004XH-SR for guile-user@gnu.org; Thu, 08 Jan 2004 03:18:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AeVMP-0003PY-0M for guile-user@gnu.org; Thu, 08 Jan 2004 03:18:16 -0500 Original-Received: from [130.237.222.202] (helo=smtp.nada.kth.se) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AeVM0-0002pW-9I for guile-user@gnu.org; Thu, 08 Jan 2004 03:17:20 -0500 Original-Received: from osts (h148n2fls33o875.telia.com [217.208.54.148]) (authenticated bits=0) by smtp.nada.kth.se (8.12.10/8.12.1) with ESMTP id i087Fg82003657 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 8 Jan 2004 08:15:48 +0100 (MET) Original-To: guile-user@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2559 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2559 I've tried to get guile 1.7 work but I seem to have a problem with loadable modules. As soon as I call a function in them I get an "unknown-immediate" error. This possibly sounds like some include problem but as far as I know tag principles has not changed between 1.6 and 1.7. The most basic is readline of course as I haven't recompiled other modules yet. About readline, the file "libtool" was not created by autogen.sh in guile-readline so I linked to ../libtool instead. If I load an old (1.6) libguilereadline I get segmentation fault, which indicates some significant change. When I load the 1.7 libguilereadline I get the errors below after (activate-readline), any ideas? I've used gcc 3.3.2. Best regards Roland guile-user> ERROR: In procedure apply:nconc2last: ERROR: Wrong type argument in position 1: # ABORT: (wrong-type-arg) ERROR: In procedure %readline: ERROR: readline is not reentrant ABORT: (misc-error) ERROR: In procedure %readline: ERROR: readline is not reentrant ABORT: (misc-error) ERROR: In procedure %readline: ERROR: readline is not reentrant ... _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user