From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Autogen in Emacs Shell Date: Thu, 30 Apr 2015 21:44:11 +0200 Message-ID: References: <83twvzszjv.fsf@gnu.org> <83oam5s9ie.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1430423072 8345 80.91.229.3 (30 Apr 2015 19:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2015 19:44:32 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 21:44:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YnuNp-0007nf-0n for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 21:44:29 +0200 Original-Received: from localhost ([::1]:45580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnuNo-0002IY-Ct for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2015 15:44:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnuNb-0002Hm-PH for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 15:44:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnuNa-0004FU-6u for help-gnu-emacs@gnu.org; Thu, 30 Apr 2015 15:44:15 -0400 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:36315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnuNY-0004Ei-3B; Thu, 30 Apr 2015 15:44:12 -0400 Original-Received: by lagv1 with SMTP id v1so52167955lag.3; Thu, 30 Apr 2015 12:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PIo3U0jZkBv97g4niDgwktGXWXQdFw9oNxn4TbjI/f8=; b=WLununqCS97Qfx1LBv9nVkSu4EXAJF1wDqzItqArq6cbS5i9xLYk4c2ZOJNwLgR83K hxvNDM7dfsurpaKKIstsAUIrXXz27pBSkkj/3G3kHFGjs5uDhzH3AHBysQt8Ppq0WxNg wNIbCbKfhdT6QKDvi6NuIw4BJGW3/ZwAtX6GAk4NAcQxjDPPpIrd/6stcpFnLEF8NLYh 9DALLu3JgrSsNo2zrN3uYGhoI0BITzhnAs8NzVNuL8Xe0iGD9y8LzW+zwWcsf6E3ftUf uChfGNvM5DALrI1p35MBl4VDY5O9+WseaLUo73ussUYx1pJukISjbNQzz7qiSJgUP1Ke zFUA== X-Received: by 10.152.4.72 with SMTP id i8mr5542319lai.32.1430423051349; Thu, 30 Apr 2015 12:44:11 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Thu, 30 Apr 2015 12:44:11 -0700 (PDT) In-Reply-To: <83oam5s9ie.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104107 Archived-At: > > That still requires some non-default setup that you didn't describe. > > So if you still need help in figuring that out, please provide those > missing details. > =E2=80=8BTo be honest,=E2=80=8B =E2=80=8BI just don't understand what do you mean by non-default setup. I = just start `shell' with 'bash'. My Emacs is already started with MSYS2's "/usr/bin" and "/mingw64/bin" being available in `PATH'=E2=80=8B, so those = are also available inside `shell' (checked). In this case I don't run 'autogen.sh' directly, I run 'makepkg' and it runs 'autogen.sh' for me. This, however, should not make any difference because as I said, it works from regular terminal. I don't get why it would not from Emacs `shell'.