Finally, found build instructions that work J
I had to add a few things:
pacman -S msys/pkg-config
and my build command is this (found on gnu emacs mailing list)
./configure \ --prefix=/C/Emacs \ --build=x86_64-pc-mingw32 \ --with-wide-int \ --with-jpeg --with-xpm \ --with-png --with-tiff --with-rsvg --with-xml2 \ --without-imagemagick \ 'CFLAGS=-I/mingw/include/noX -Ofast -g0 -pipe' \ LDFLAGS=-pipe
Also, the wiki page could use a better formatting of the commands, there are missing line ends :-)
-- alain.
Hi Alain, Thanks for that. I will try to improve the wiki.
Log in to post a comment.
Finally, found build instructions that work J
I had to add a few things:
and my build command is this (found on gnu emacs mailing list)
Also, the wiki page could use a better formatting of the commands, there
are missing line ends :-)
-- alain.
Last edit: Alain Mellan 2014-11-04
Hi Alain,
Thanks for that. I will try to improve the wiki.