emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs master broken


From: Andy Moreton
Subject: Re: Emacs master broken
Date: Thu, 14 Sep 2017 19:57:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (windows-nt)

On Thu 14 Sep 2017, Eli Zaretskii wrote:

>> Date: Wed, 13 Sep 2017 23:54:28 +0200 (CEST)
>> From: Angelo Graziosi <address@hidden>
>> 
>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]