From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: Making gnulib imports build on Windows Date: Thu, 27 Jan 2011 12:28:34 -0500 Message-ID: References: <83vd1bwjig.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296149339 12359 80.91.229.12 (27 Jan 2011 17:28:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 17:28:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 27 18:28:53 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PiVeM-0007At-IM for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2011 18:28:53 +0100 Original-Received: from localhost ([127.0.0.1]:35223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiVeJ-0002PG-1N for ged-emacs-devel@m.gmane.org; Thu, 27 Jan 2011 12:28:47 -0500 Original-Received: from [140.186.70.92] (port=40293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiVeB-0002MR-FA for emacs-devel@gnu.org; Thu, 27 Jan 2011 12:28:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiVe8-0001qJ-Jh for emacs-devel@gnu.org; Thu, 27 Jan 2011 12:28:37 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:46819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiVe8-0001pk-76 for emacs-devel@gnu.org; Thu, 27 Jan 2011 12:28:36 -0500 Original-Received: by eyh6 with SMTP id 6so1073234eyh.0 for ; Thu, 27 Jan 2011 09:28:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=6WssCOUKtYoJn4DeYv2fao72ewqfwtKYHbUCR/FhEu0=; b=VIy2Ik+CxDRgD8Wws7m+uNSkWNWmpfmCEHDl/0pqsEWWWEO0pdnop7rKpGtnAuuCi5 vELvh0pU9brFh/5qSRLiPpJ4+ccFg59pBKy7q+OQcWOe5tO7d4eby+nlt6gNrgTFIAxn qlyMyrcojQmz0s+ZckD9OuqDpWj6rwNSPpkHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=eVPVXi4gAoc+dzaehPUx95aPlsi4m/nJXOm+wWtaqBxu3WhbKE1AcHxSf2ReH+XkuE OjYGngx97hTpwlXJyaRurVRlIv1QT1gDhjYhsW25dU4QFt0nM1KKptc5d9ZnHCgJYIpw wcNXcSIDd+mgvUZ4ICAvhETsuI1m+vdkU4m14= Original-Received: by 10.14.11.232 with SMTP id 80mr2446276eex.12.1296149314434; Thu, 27 Jan 2011 09:28:34 -0800 (PST) Original-Received: by 10.14.127.207 with HTTP; Thu, 27 Jan 2011 09:28:34 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: DROkBfxPnQIhKx2ZXbd77MSgu8w X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135113 Archived-At: On Thu, Jan 27, 2011 at 11:58 AM, Lennart Borgman wrote: > On Thu, Jan 27, 2011 at 5:43 PM, Sam Steingold wrote: >> >> I have made this suggestion in the past and I know that Eli does not >> like it. However, I am making it again here so that in a few years, when >> Eli inevitably sees the light and relents, I can say "I told you so" >> (provided I am still around :-). > > One way to convince Eli might be to actually try it out and show the > solution. ATM I don't have time even for clisp, let alone emacs. You can look at the clisp sources, which build using the standard autoconf tool (configure &c) on windows OOTB. -- Sam Steingold