From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Newsgroups: gmane.lisp.guile.bugs Subject: [bug #21790] `SCM_RESET_DEBUG_MODE' broken in HEAD Date: Sat, 12 Sep 2009 21:28:36 +0000 Message-ID: <20090912-212836.sv15145.10357@savannah.gnu.org> References: <20071213-142942.sv15145.48993@savannah.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Trace: ger.gmane.org 1252790933 8025 80.91.229.12 (12 Sep 2009 21:28:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 21:28:53 +0000 (UTC) To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Sep 12 23:28:46 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mma9G-0005W7-22 for guile-bugs@m.gmane.org; Sat, 12 Sep 2009 23:28:46 +0200 Original-Received: from localhost ([127.0.0.1]:49521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mma9F-0004X9-EN for guile-bugs@m.gmane.org; Sat, 12 Sep 2009 17:28:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mma9A-0004Tv-OQ for bug-guile@gnu.org; Sat, 12 Sep 2009 17:28:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mma99-0004Sk-Nc for bug-guile@gnu.org; Sat, 12 Sep 2009 17:28:40 -0400 Original-Received: from [199.232.76.173] (port=45797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mma99-0004SW-Fx for bug-guile@gnu.org; Sat, 12 Sep 2009 17:28:39 -0400 Original-Received: from savannah.gnu.org ([199.232.41.3]:40937 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mma97-0003kz-Gc; Sat, 12 Sep 2009 17:28:37 -0400 Original-Received: from savannah.gnu.org ([199.232.41.3]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Mma97-0001QB-4h; Sat, 12 Sep 2009 21:28:37 +0000 Original-Received: from www-data by savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Mma96-0001Q8-UX; Sat, 12 Sep 2009 21:28:37 +0000 X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] X-Savane-Project: guile X-Savane-Tracker: bugs X-Savane-Item-ID: 21790 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090809 IceCat/3.5.2 X-Apparently-From: 78.251.115.235 (Savane authenticated user civodul) In-Reply-To: <20071213-142942.sv15145.48993@savannah.gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4313 Archived-At: Follow-up Comment #1, bug #21790 (project guile): Likewise, compiling GNU Mailutils 2.1 with Guile 1.9.2 leads to this: #v+ mu_guile.c: In function ‘mu_guile_init’: mu_guile.c:111: error: ‘SCM_DEVAL_P’ undeclared (first use in this function) mu_guile.c:111: error: (Each undeclared identifier is reported only once mu_guile.c:111: error: for each function it appears in.) mu_guile.c:112: error: ‘SCM_BACKTRACE_P’ undeclared (first use in this function) mu_guile.c:113: error: ‘SCM_RECORD_POSITIONS_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_ENTER_FRAME_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_BREAKPOINTS_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_ENTER_FRAME_HDLR’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_APPLY_FRAME_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_TRACE_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_APPLY_FRAME_HDLR’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_EXIT_FRAME_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_EXIT_FRAME_HDLR’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_MEMOIZE_P’ undeclared (first use in this function) mu_guile.c:114: error: ‘SCM_MEMOIZE_HDLR’ undeclared (first use in this function) #v- Ludo'. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/