emacs-devel
[Top][All Lists]
Advanced

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

Re: Missing snprintf in ucrt mingw + vc-refresh in find-file hook?


From: Angelo Graziosi
Subject: Re: Missing snprintf in ucrt mingw + vc-refresh in find-file hook?
Date: Tue, 13 Feb 2024 22:26:44 +0100
User-agent: Mozilla Thunderbird



Il 13/02/2024 20:00, Arthur Miller ha scritto:
I was not able to apply their patches to the current master; git apply refused.

I have MSYS2/UCRT64 installed and build Emacs master with a script.

For the source I use https://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz

and the script applies patches with

case "${BTYPE}" in
        tty)
            patch -p0 < "${D}/MSYS2-packages/emacs-git/configure.ac.diff" \
                || error_msg "Failure patching configure.ac"
            patch -p0 < "${D}/MSYS2-packages/emacs-git/Makefile.in.patch" \
                || error_msg "Failure patching Makefile.in"
            echo
            ;;
        u64)
            patch -Np1 -i "${D}/UCRT64-packages/emacs/001-ucrt.patch" \
                || error_msg "Failure patching nt/cmdproxy.c"
patch -Np1 -i "${D}/UCRT64-packages/emacs/002-clang-fixes.patch" \
                || error_msg "Failure patching configure.ac (CLANG build)"
            echo
            ;;
    esac

I did the last build with master dated Feb 03.

I think it is only a setup environment issue..

Ciao,
  Angelo.



reply via email to

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