From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: [PATCH] Declare `GC_dump' ourselves if doesn't. Date: Sat, 09 Jan 2010 23:30:45 +0100 Message-ID: References: <87zl4nmmpl.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263076290 30814 80.91.229.12 (9 Jan 2010 22:31:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Jan 2010 22:31:30 +0000 (UTC) Cc: bug-guile@gnu.org To: Thien-Thi Nguyen Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Jan 09 23:31:22 2010 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 1NTjq6-00054L-6n for guile-bugs@m.gmane.org; Sat, 09 Jan 2010 23:31:22 +0100 Original-Received: from localhost ([127.0.0.1]:53281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTjq6-0008Eh-EW for guile-bugs@m.gmane.org; Sat, 09 Jan 2010 17:31:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTjq0-0008DT-59 for bug-guile@gnu.org; Sat, 09 Jan 2010 17:31:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTjpu-00088S-Go for bug-guile@gnu.org; Sat, 09 Jan 2010 17:31:15 -0500 Original-Received: from [199.232.76.173] (port=38819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTjpu-00088M-CG for bug-guile@gnu.org; Sat, 09 Jan 2010 17:31:10 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:57649 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTjpu-00054v-1x for bug-guile@gnu.org; Sat, 09 Jan 2010 17:31:10 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 409EC8EA98; Sat, 9 Jan 2010 17:31:09 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=dK4IAeltFO7gfghMrumqiL9y9vg=; b=d/hOyj 2l2Ze7r/dIXlrrC6zafz2ykqovtx+sJf4yHcbgZkCIqVHU6QQTUWhQB1uy0hjekt hTyIn9Z8EjEoX5yheWGew3ZaP/dldGgRxOb2UkZBgskZEVc/FX856uOo/A148BL/ 6LOSZeqXKK1MS8caqAfsKfI40a+0FWTDkRKVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=KXRwmpVvUE55mgZia96DwRj47UqfQ9C2 I22BMXfncF94LuCm9ChFF9Kyc6AZJcg2WBqAd2LL7d4/X3a0UG2Dl5EHQZUaJWie 3XZ5r+QHysgAl2TKmK70uSzJIbs5ciqPOPScsmDuuA5j7UP8UUr7KmMKM9RLRDNH QAiDHSxxnj4= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2BFD18EA97; Sat, 9 Jan 2010 17:31:08 -0500 (EST) Original-Received: from unquote (unknown [79.150.127.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 53A028EA94; Sat, 9 Jan 2010 17:31:06 -0500 (EST) In-Reply-To: <87zl4nmmpl.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Sat, 09 Jan 2010 14:28:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: AE5AE204-FD6E-11DE-B929-9D59EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:4435 Archived-At: On Sat 09 Jan 2010 14:28, Thien-Thi Nguyen writes: > +# `GC_dump' is available in GC 6.8 but not declared. Neil, you also compile with pre-7.x, no? Do we need to support this? Just wondering if it wouldn't be easier to simply require 7.x without workarounds. It seems debian is the sticker here.. Andy -- http://wingolog.org/