From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: 64-bit build on Windows Date: Sun, 22 Jan 2017 00:12:32 +0100 Message-ID: <5cbb1165-abb1-8f94-a38e-12cd9ec1dfd0@alice.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: blaine.gmane.org 1485040392 28483 195.159.176.226 (21 Jan 2017 23:13:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2017 23:13:12 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 To: fabrice.popineau@gmail.com, Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 22 00:13:06 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 1cV4q9-00063V-Cv for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2017 00:12:57 +0100 Original-Received: from localhost ([::1]:33640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cV4qE-0001Ji-GV for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2017 18:13:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cV4q8-0001Jc-4c for emacs-devel@gnu.org; Sat, 21 Jan 2017 18:12:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cV4q4-0005Rm-3V for emacs-devel@gnu.org; Sat, 21 Jan 2017 18:12:56 -0500 Original-Received: from smtp202.alice.it ([82.57.200.98]:41241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cV4q3-0005Qg-NJ for emacs-devel@gnu.org; Sat, 21 Jan 2017 18:12:52 -0500 Original-Received: from [192.168.1.102] (79.52.195.250) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 5880700D00876143; Sun, 22 Jan 2017 00:12:49 +0100 Original-References: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.98 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:211512 Archived-At: Fabrice Popineau wrote: > The attached patch should be a proof of concept. > master-imagemagick.diff > Description: Text document I tried to use those patches to build Emacs master but they do not apply=20 cleanly to current master: MINGW_INSTALLS=3Dmingw64 makepkg-mingw -sLf [...] =3D=3D> Avvio di prepare() in corso... patching file configure.ac patching file lisp/loadup.el patching file lisp/term/w32-win.el Hunk #1 succeeded at 271 with fuzz 2. patching file src/image.c Hunk #1 FAILED at 2307. Hunk #2 FAILED at 8244. Hunk #4 FAILED at 8471. Hunk #6 FAILED at 8912. 4 out of 7 hunks FAILED -- saving rejects to file src/image.c.rej =3D=3D> ERRORE: Si =E8 verificato un errore in prepare(). L'operazione sta per essere interrotta... Now I haven't time to see the reasons... May you? TIA, Angelo.