From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: HarfBuzz is available on MS-Windows Date: Fri, 31 May 2019 22:53:54 +0200 Message-ID: <87h89atkf1.fsf@telefonica.net> References: <83o93iwwtn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="223601"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 31 22:54:43 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hWoXz-000w11-AV for ged-emacs-devel@m.gmane.org; Fri, 31 May 2019 22:54:43 +0200 Original-Received: from localhost ([127.0.0.1]:49028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWoXy-0005Pk-CU for ged-emacs-devel@m.gmane.org; Fri, 31 May 2019 16:54:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWoXN-0005Pe-8b for emacs-devel@gnu.org; Fri, 31 May 2019 16:54:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWoXM-0004Sd-68 for emacs-devel@gnu.org; Fri, 31 May 2019 16:54:05 -0400 Original-Received: from [195.159.176.226] (port=52472 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWoXL-0004SB-Vn for emacs-devel@gnu.org; Fri, 31 May 2019 16:54:04 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hWoXH-000v8f-Vj for emacs-devel@gnu.org; Fri, 31 May 2019 22:53:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:Tw11lXDyQqo60t/0TyzFC7WG688= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:237185 Archived-At: Eli Zaretskii writes: > The harfbuzz branch can now be built on MS-Windows, and will support > the new 'harfbuzz' font backend if the requisite DLLs are installed. > > Work still continues on the branch in preparation for landing it on > master at a later date, but I'd like at this time to ask people to try > building the branch on Windows and report any problems they see. Once > the branch is built, you can test that it's working by typing "C-h h" > and seeing whether HELLO displays correctly. > > By default, the 'harfbuzz' backend is preferred to the other ones, so > if everything is OK, "C-u C-x =3D" on any character in HELLO should show > "harfbuzz" at the beginning of the font name used to display the > character. Finally got it working, but the font name on M-x describe-char still is prepended by "uniscribe". Harfbuzz is installed and the configure script knows about it [1], although I haven't seen the point where it is specifically tested for presence. 1: this is a typical gcc invocation taken from config.log. Note -isystem ... harfbuzz: 16123:configure:19686: gcc -I /d/dev/other/MINGW-packages/mingw-w64-emacs= -git/src/emacs/nt/inc -o conftest.exe -march=3Dx86-64 -mtune=3Dgeneric -O2 = -pipe -pthread -mms-bitfields -isystem C:/apps/msys64/mingw64/include/librs= vg-2.0 -isystem C:/apps/msys64/mingw64/include/gdk-pixbuf-2.0 -isystem C:/a= pps/msys64/mingw64/include/libpng16 -isystem C:/apps/msys64/mingw64/include= -isystem C:/apps/msys64/mingw64/include/cairo -isystem C:/apps/msys64/ming= w64/include -isystem C:/apps/msys64/mingw64/lib/libffi-3.2.1/include -isyst= em C:/apps/msys64/mingw64/include/pixman-1 -isystem C:/apps/msys64/mingw64/= include -isystem C:/apps/msys64/mingw64/include/freetype2 -isystem C:/apps/= msys64/mingw64/include -isystem C:/apps/msys64/mingw64/include/harfbuzz -is= ystem C:/apps/msys64/mingw64/include/glib-2.0 -isystem C:/apps/msys64/mingw= 64/lib/glib-2.0/include -isystem C:/apps/msys64/mingw64/include -isystem C:= /apps/msys64/mingw64/include/libpng16 -isystem C:/apps/msys64/mingw64/inclu= de -mtune=3Dgeneric -D_FORTIFY_SOURCE=3D2 -D__USE_MINGW_ANSI_STDIO=3D1 -pi= pe conftest.c >&5=20