From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows build using Posix configury Date: Thu, 2 May 2013 23:42:08 +0200 Message-ID: References: <83d2tu49lu.fsf@gnu.org> <8338un359j.fsf@gnu.org> <831ua72fml.fsf@gnu.org> <83ehe51zi4.fsf@gnu.org> <837gjx1vpx.fsf@gnu.org> <83a9otys0h.fsf@gnu.org> <834nezzzma.fsf@gnu.org> <8361z2psr1.fsf@gnu.org> <83zjweo5dh.fsf@gnu.org> <83sj25nym2.fsf@gnu.org> <837gjhnowi.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1367530944 24256 80.91.229.3 (2 May 2013 21:42:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 21:42:24 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 02 23:42:24 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UY1Ga-0000Ii-Qg for ged-emacs-devel@m.gmane.org; Thu, 02 May 2013 23:42:16 +0200 Original-Received: from localhost ([::1]:38802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY1Ga-0006a5-DP for ged-emacs-devel@m.gmane.org; Thu, 02 May 2013 17:42:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY1GW-0006Yu-Rz for emacs-devel@gnu.org; Thu, 02 May 2013 17:42:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY1GW-0002mT-0U for emacs-devel@gnu.org; Thu, 02 May 2013 17:42:12 -0400 Original-Received: from mail-lb0-f179.google.com ([209.85.217.179]:63948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY1GU-0002lr-42; Thu, 02 May 2013 17:42:10 -0400 Original-Received: by mail-lb0-f179.google.com with SMTP id d10so1001463lbj.38 for ; Thu, 02 May 2013 14:42:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=5LmdNoRdDAd/7yXBTxA9BsrePbPEtfqMpmvvo3cOXWE=; b=SS94HuupMRy6mcSuGrMjF5psfWj7FzONsNov3OxoWYgO66ZiX5Rp/2fDJtXIVzOmtu jwLrJdllDly+DyZy21LmSF4V9Bjzrh9EcK47Z3hNEEp0MNkdT43CMb7LIWfOoO6aGvjn A3ey0XGZpqPahpVA3RHfQ8AlhSfihM+V6G7yHvtPoezDTzP+raN+or5YP8c1wG//WcNi VAn3HmQCQ2EvomcHewZnIKLfHCNopeIAk9Jghtd0o512YtFogu3+qos6mIKTkTIhXCSx yxAAKPe55Y3du62yOIo4E9Wk9pqJ8A/IoZqBc7DQhHr6zSyuocZ6i4zpjGLt7LBOm0yt t5xQ== X-Received: by 10.152.116.113 with SMTP id jv17mr3222718lab.35.1367530928841; Thu, 02 May 2013 14:42:08 -0700 (PDT) Original-Received: by 10.114.69.236 with HTTP; Thu, 2 May 2013 14:42:08 -0700 (PDT) In-Reply-To: <837gjhnowi.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.179 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159269 Archived-At: >> (cd ${thisdir}; \ >> /bin/install-info --info-dir=c:/usr/share/info c:/usr/share/info/$elt); \ >> done) >> install-info: No such file or directory for /usr/share/info/emacs.info >> install-info: No such file or directory for /usr/share/info/eintr.info > > You installed the MSYS Texinfo package, didn't you? Not explicitly. I think it is part of the `msys-info' package. BTW, that is the only Texinfo I've ever used, even for producing the info files whenever I've bootstrapped Emacs. > My guess is that > it doesn't support compressed Info files, so it thinks they are not > there. What does "install-info --version" say in the MSYS Bash > window? $ install-info --version install-info (GNU texinfo) 4.13 > If nothing gives a clue, I suggest to uninstall the MSYS Texinfo > package and install the MinGW port of Texinfo from my site instead. > That's what I used. If you decide to go this way, make sure you also > have a MinGW gzip. ok, I'll try it if I don't see where is the problem with my MSYS Texinfo. Thanks. -- Dani Moncayo