From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Emacs master broken Date: Thu, 14 Sep 2017 19:57:01 +0100 Message-ID: References: <1811494088.227193.1505339668811@mail.libero.it> <83bmmengsd.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1505415447 18585 195.159.176.226 (14 Sep 2017 18:57:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2017 18:57:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 14 20:57:21 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsZKC-0004gu-QR for ged-emacs-devel@m.gmane.org; Thu, 14 Sep 2017 20:57:20 +0200 Original-Received: from localhost ([::1]:49540 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsZKK-0005iT-0O for ged-emacs-devel@m.gmane.org; Thu, 14 Sep 2017 14:57:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsZK6-0005eO-Dd for emacs-devel@gnu.org; Thu, 14 Sep 2017 14:57:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsZK2-0003i7-HS for emacs-devel@gnu.org; Thu, 14 Sep 2017 14:57:14 -0400 Original-Received: from [195.159.176.226] (port=60723 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsZK2-0003hK-B7 for emacs-devel@gnu.org; Thu, 14 Sep 2017 14:57:10 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dsZJs-0004Ae-Cv for emacs-devel@gnu.org; Thu, 14 Sep 2017 20:57:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:58FcSFCAX7zEx4QMEyqmRchH9FQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:218286 Archived-At: On Thu 14 Sep 2017, Eli Zaretskii wrote: >> Date: Wed, 13 Sep 2017 23:54:28 +0200 (CEST) >> From: Angelo Graziosi >> >> Indeed on MSYS2/MinGW64 I see the following (but, maybe, it is general). >> >> Angelo >> >> [...] >> GEN ../../lisp/international/cp51932.el >> GEN ../../lisp/international/eucjp-ms.el >> GEN charsets.stamp >> make[2]: uscita dalla directory "/tmp/emacs-master/admin/charsets" >> make -C ../admin/unidata charscript.el >> make[2]: ingresso nella directory "/tmp/emacs-master/admin/unidata" >> GEN ../../lisp/international/charscript.el >> make[2]: uscita dalla directory "/tmp/emacs-master/admin/unidata" >> CCLD temacs.exe >> lcms.o:lcms.c:(.text+0x196): undefined reference to `cmsCIE2000DeltaE' >> lcms.o:lcms.c:(.text+0x196): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `cmsCIE2000DeltaE' > > This feature is not yet supported on Windows, so you will have to > build with --without-lcms2 for the time being. Configure does not seem to support --with-lcms2 or --without-lcms2 options yet. configure: WARNING: unrecognized options: --with-lcms2 It looks like configure.ac is missing an OPTION_DEFAULT_ON(lcms2) or OPTION_DEFAULT_OFF(lcms2) stanza. Perhaps someone with the necessary autotools knowledge can add that. AndyM