From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Bob Floyd" Newsgroups: gmane.emacs.devel Subject: Compiling with MSYS2 Date: Mon, 9 Aug 2021 12:32:18 -0700 Message-ID: <001701d78d55$46389990$d2a9ccb0$@net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01D78D1A.99D9C190" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13677"; mail-complaints-to="usenet@ciao.gmane.io" To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 09 21:49:25 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mDBH3-0003KD-A4 for ged-emacs-devel@m.gmane-mx.org; Mon, 09 Aug 2021 21:49:25 +0200 Original-Received: from localhost ([::1]:53574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDBH1-0001Wa-QK for ged-emacs-devel@m.gmane-mx.org; Mon, 09 Aug 2021 15:49:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDB0e-0003SD-96 for emacs-devel@gnu.org; Mon, 09 Aug 2021 15:32:28 -0400 Original-Received: from resqmta-po-05v.sys.comcast.net ([2001:558:fe16:19:96:114:154:164]:51602) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDB0b-0001E6-2M for emacs-devel@gnu.org; Mon, 09 Aug 2021 15:32:27 -0400 Original-Received: from resomta-po-20v.sys.comcast.net ([96.114.154.244]) by resqmta-po-05v.sys.comcast.net with ESMTP id DAkOmDRfNoWleDB0YmF49o; Mon, 09 Aug 2021 19:32:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1628537542; bh=OPC2TJkKGN/dk72XYspfWaBlzuRxble45hUOzx2f/cQ=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=rwtdxsPcL/21PknQ08n9cgOUl4UhwoU87v8VWBKwciQDq57tn6cwKBmX7P7xxEWHA pxr29pp4/jxWxXGVcS3HhB5MQsWahyzuvNBp6kxS7j8ZFH2CldSbPhnknpNZD4RL1V 02ZSWTklJGn/1lPpkJXYRXgpiCR0v5FmXqpXGeiaM0mdQBVY8Q963UPs2PIe/l/wuG igJ/0ynyvjF7RANgZp8ZmhSCO5u4sdSbqC0UtZIRuZdyZmT5JAtiqfL9lkHDh6DqmJ O5YurKSxVWAeuanSRIfITLdElkjBYa8iI83yMZ7xFk3zT0osle5lKSlzD7zXfB/YbP eUnDHbS52odTg== Original-Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-20v.sys.comcast.net with ESMTPA id DB0VmpJvBNOddDB0Ymg86w; Mon, 09 Aug 2021 19:32:22 +0000 X-Xfinity-VMeta: sc=0.00;st=legit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdeNVUQz7bpdrPHARNOAE+cxWf7PDQ== Content-Language: en-us Received-SPF: pass client-ip=2001:558:fe16:19:96:114:154:164; envelope-from=bobfloyd@comcast.net; helo=resqmta-po-05v.sys.comcast.net X-Spam_score_int: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, PDS_OTHER_BAD_TLD=1.997, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 09 Aug 2021 15:48:35 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:272247 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_0018_01D78D1A.99D9C190 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit HI, Am attempting to compile emacs on Windows 64 by following instructions INSTALL.W64\nt - emacs.git - Emacs source repository (gnu.org) and ran into this configuration problem. Anyone have insight into the issue? # ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65) ... ok Your system has the required tools. Building aclocal.m4 ... Running 'autoreconf -fi -I m4' ... Configuring local git repository... '.git/config' -> '.git/config.~1~' git config transfer.fsckObjects 'true' git config diff.cpp.xfuncname '!^[ \t]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*]) ^((::[[:space:]]*)?[A-Za-z_][A-Za-z_0-9]*[[:space:]]*\(.*)$ ^((#define[[:space:]]|DEFUN).*)$' git config diff.elisp.xfuncname '^\([^[:space:]]*def[^[:space:]]+[[:space:]]+([^()[:space:]]+)' git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*' git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)' git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnu m:]_]*=)' git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)' Installing git hooks... 'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg' 'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit' 'build-aux/git-hooks/prepare-commit-msg' -> '.git/hooks/prepare-commit-msg' '.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg' '.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch' You can now run './configure'. Bob@Cache MSYS /c/EmacsGit/emacs # ./configure --prefix=/c/emacs/emacsgit --without-dbus configure: loading site script /etc/config.site checking for xcrun... no checking for GNU Make... make checking build system type... x86_64-pc-msys checking host system type... x86_64-pc-msys configure: error: Emacs does not support 'x86_64-pc-msys' systems. If you think it should, please send a report to bug-gnu-emacs@gnu.org. Check 'etc/MACHINES' for recognized configuration names. Bob@Cache MSYS /c/EmacsGit/emacs # ------=_NextPart_000_0018_01D78D1A.99D9C190 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

HI,

 

Am = attempting to compile emacs on Windows 64 by following instructions = INSTALL.W64\nt - emacs.git - Emacs source repository (gnu.org) and = ran into this configuration problem. Anyone have insight into the = issue?

 

# ./autogen.sh

Checking whether you have the necessary = tools...

(Read INSTALL.REPO for = more details on building Emacs) Checking for autoconf (need at least = version 2.65) ... ok Your system has the required = tools.

Building aclocal.m4 = ...

Running 'autoreconf -fi -I m4' = ...

Configuring local git = repository...

'.git/config' -> = '.git/config.~1~'

git config = transfer.fsckObjects 'true'

git = config diff.cpp.xfuncname '!^[ = \t]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*])

^((::[[:space:]]*)?[A-Za-z_][A-Za-z_0-9]*[[:space:]]= *\(.*)$

^((#define[[:space:]]|DEFUN).*)$'

git config diff.elisp.xfuncname = '^\([^[:space:]]*def[^[:space:]]+[[:space:]]+([^()[:space:]]+)'

git config diff.m4.xfuncname = '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*'

git config diff.make.xfuncname = '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=3D|define = .*)'

git config = diff.shell.xfuncname = '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:a= lnum:]_]*=3D)'

git config = diff.texinfo.xfuncname = '^@node[[:space:]]+([^,[:space:]][^,]+)'

Installing git hooks...

'build-aux/git-hooks/commit-msg' -> = '.git/hooks/commit-msg'

'build-aux/git-hooks/pre-commit' -> = '.git/hooks/pre-commit'

'build-aux/git-hooks/prepare-commit-msg' -> = '.git/hooks/prepare-commit-msg'

'.git/hooks/applypatch-msg.sample' -> = '.git/hooks/applypatch-msg'

'.git/hooks/pre-applypatch.sample' -> = '.git/hooks/pre-applypatch'

You = can now run './configure'.

 

Bob@Cache MSYS /c/EmacsGit/emacs

# ./configure --prefix=3D/c/emacs/emacsgit = --without-dbus

configure: loading = site script /etc/config.site checking for xcrun... no checking for GNU = Make... make checking build system type... x86_64-pc-msys checking host = system type... x86_64-pc-msys

configure: error: Emacs does not support = 'x86_64-pc-msys' systems.

If you = think it should, please send a report to bug-gnu-emacs@gnu.org.

Check 'etc/MACHINES' for recognized = configuration names.

 

Bob@Cache MSYS /c/EmacsGit/emacs

#

 

 

------=_NextPart_000_0018_01D78D1A.99D9C190--