From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 2/5] [mingw]: Have compiled-file-name produce valid names. Date: Fri, 20 May 2011 16:01:30 +0200 Message-ID: References: <1297784103-18322-1-git-send-email-janneke-list@xs4all.nl> <1297784103-18322-3-git-send-email-janneke-list@xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1305900107 30965 80.91.229.12 (20 May 2011 14:01:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 14:01:47 +0000 (UTC) Cc: guile-devel@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 20 16:01:42 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNQGq-00026g-Ps for guile-devel@m.gmane.org; Fri, 20 May 2011 16:01:40 +0200 Original-Received: from localhost ([::1]:48914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNQGq-00087c-At for guile-devel@m.gmane.org; Fri, 20 May 2011 10:01:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNQGn-00087L-Mw for guile-devel@gnu.org; Fri, 20 May 2011 10:01:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNQGm-0001eP-NA for guile-devel@gnu.org; Fri, 20 May 2011 10:01:37 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:48845 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNQGm-0001eJ-Ja; Fri, 20 May 2011 10:01:36 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5CDD05D5B; Fri, 20 May 2011 10:03:44 -0400 (EDT) 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=5TexIPSPs8U/ypQMPT6jyzlvZN8=; b=vshDFM q8NltdX9Wh4MxGTIBfl376+rmZqxWewjLfgfpOhBICbon24gIC7lVu4fJLQGAcYQ n3a51KLGZrRadYEgAcPcRV9pCO3/uylx2bx7cr+gq/uU83jCku44iR6MdfvayO/6 ckjjDMMsASIoaZJGvDqQtXsPzVEdT5OZs5f7c= 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=pm6fwIYXmD1wkRPewfE6pgzoTp2GureO ZOq2J7ap84kOlrwnnRGT8UevlgwaW9xb+nWiTjCHjL4WQnoPjRey0I3W1tWzDLH8 XaNItVBDoCL5/e9XAgh/tdF+1w332lsaMWkwiJBgqX7y+yqKkiE7gtEHE1xzbZs7 rQTHD99wvjA= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4A5C95D5A; Fri, 20 May 2011 10:03:43 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [95.21.56.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id A89BA5D59; Fri, 20 May 2011 10:03:41 -0400 (EDT) In-Reply-To: (Jan Nieuwenhuizen's message of "Fri, 20 May 2011 15:47:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: F8AD40AC-82E9-11E0-A90B-BBB7F5B2FB1A-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12516 Archived-At: Hi Jan, On Fri 20 May 2011 15:47, Jan Nieuwenhuizen writes: >> Is anyone interested in implementing a path library? > > What's the status/estimate on this -- of course I agree this would be > nicer, otoh, a patch to these three files is available that makes guile > run on mingw right now. Unclear :) I think the thing you did for your autobuilder was the right strategy for you and for lilypond, but that we can do even better in Guile if we give ourselves a bit of time. Andy -- http://wingolog.org/