emacs-devel
[Top][All Lists]
Advanced

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

Re: 64-bit build on Windows


From: Juanma Barranquero
Subject: Re: 64-bit build on Windows
Date: Sat, 21 Jan 2017 19:37:34 +0100

On Fri, Jan 20, 2017 at 3:32 PM, Óscar Fuentes <address@hidden> wrote:

> FWIW I build Emacs on MSYS2 and --without-imagemagick seems unnecessary.
> The configure script just says that Imagemagick is absent.

Indeed, I just built trunk and emacs-25 from inside mingw64.exe without specifying either --without-imagemagick or PKG_CONFIG_PATH, just with ./configure --prefix=`pwd`, and it went perfectly well.

> I have no idea about PKG_CONFIG_PATH. The MSYS2 recipe does not mention
> it and seems to work just fine.

Our instructions in nt/INSTALL.W64 do not talk about pkg-config, but they show PKG_CONFIG_PATH used with configure:

  PKG_CONFIG_PATH=/mingw64/lib/pkgconfig \
  ./configure --prefix=/c/emacs/emacs-25 --without-imagemagick


reply via email to

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