Il 23/12/2015 19:27, Anders Lindgren ha scritto: > Hi! > > I'm glad that you managed to get the build up and running. > > Sending me a CC was fine, as I just pushed a change related to > ucs-normalize, even though it (luckily) wasn't the culprit. > Indeed... I have tried (on MSYS2/MINGW64) both with the tarball http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-68218d82649c7336874438a7010a180ad3e50803.tar.gz and with the git repo, git clone --branch=emacs-25 git://git.savannah.gnu.org/emacs.git emacs-25 but the build of emacs-25 branch always fails in the same manner, [...] make[2]: ingresso nella directory "/tmp/emacs-25/lisp" ELC ../lisp/international/ucs-normalize.elc In toplevel form: international/ucs-normalize.el:413:11:Error: Wrong type argument: number-or-marker-p, nil Makefile:252: set di istruzioni per l'obiettivo "../lisp/international/ucs-normalize.elc" non riuscito [...] Instead, when I build master (1dcf9a5d2a727913bc53c68756bdaf6db5573671, for example) it builds and works... For the sake of testing the builds, I did this: $ ./autogen.sh $ ./configure --build=x86_64-w64-mingw32 --without-imagemagick 2>&1 | tee -a emacs-build.log $ make (Usually, I build Emacs with following the MSYS2 method, https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-emacs-git) For completeness, I have attached the compressed build log. Angelo