From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bruce Korb" Newsgroups: gmane.lisp.guile.devel Subject: Re: 1.8 status Date: Thu, 10 Aug 2006 09:48:30 -0700 Message-ID: <668c430c0608100948t1e1bea8aob32092e32b5a8e@mail.gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155228524 24486 80.91.229.2 (10 Aug 2006 16:48:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 16:48:44 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 10 18:48:40 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBDi1-0005aa-Tf for guile-devel@m.gmane.org; Thu, 10 Aug 2006 18:48:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBDi1-0001KM-Cp for guile-devel@m.gmane.org; Thu, 10 Aug 2006 12:48:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBDhy-0001K3-Br for guile-devel@gnu.org; Thu, 10 Aug 2006 12:48:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBDhw-0001Jg-E1 for guile-devel@gnu.org; Thu, 10 Aug 2006 12:48:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBDhw-0001Jc-78 for guile-devel@gnu.org; Thu, 10 Aug 2006 12:48:32 -0400 Original-Received: from [66.249.82.228] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBDms-0005Ly-VP for guile-devel@gnu.org; Thu, 10 Aug 2006 12:53:39 -0400 Original-Received: by wx-out-0506.google.com with SMTP id i26so543647wxd for ; Thu, 10 Aug 2006 09:48:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o5kcIV0QEw5xD4Ex4jxFL4+kDWl02CfZAmLoa1Y1gZVhkg1Qo5vXCWbNQG/UPnfA8zpVTAfAAVdZXQRw3jqQBPq77APaF3pMZE55rhixJlgPsVS+Josu3MhZ8H7Or5uO+KaDVvjT8xJmaRcd69jtPO72rlLOxX6xsq7PdMgdbwM= Original-Received: by 10.78.164.13 with SMTP id m13mr1486236hue; Thu, 10 Aug 2006 09:48:30 -0700 (PDT) Original-Received: by 10.78.153.12 with HTTP; Thu, 10 Aug 2006 09:48:30 -0700 (PDT) Original-To: "Greg Troxel" In-Reply-To: Content-Disposition: inline X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6021 Archived-At: On 8/10/06, Greg Troxel wrote: > Here's the list of programs that use guile (1.6) in pkgsrc. > > ./cad/libgeda > ./databases/guile-pg > ./devel/autogen > Does any know of any problems with any of them with 1.8? I am trying to iron out "deprecated constructs" in autogen. The latest release or two should work fine, other than the deprecated warnings: #if GUILE_VERSION >= 107000 if (getenv( "GUILE_WARN_DEPRECATED" ) == NULL) putenv( (char*)(void*)"GUILE_WARN_DEPRECATED=no" ); #endif _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel