2017-11-03 21:18 GMT+01:00 Eli Zaretskii : > > From: Stephen Leake > > Date: Fri, 03 Nov 2017 12:46:27 -0700 > > > > > ==== > > > Note also that we need to disable Imagemagick because Emacs does not > yet > > > support it on Windows. > > > ==== > > > > > > I have not actually being doing this, but I have been using > > > --without-dbus. > > > > I'm not sure of the full consequences of either of those. > > Both are not supported on Windows, and both switches should be used if > the user has Imagemagick and DBus libraries installed n their system. > Reminder : DBus does not work in Emacs on w64 because some pieces are missing in source code. But Emacs compiles with DBus without complaints. ImageMagick in MSYS2/Mingw64 is at version 7. I have a patch to compile emacs with IM7 that is working pretty well and is useful with Org mode. Actually, an IM7 version of the IM6 patch from https://gist.github.com/rzl24ozi/ Fabrice