all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: Arthur Miller <arthur.miller@live.com>
Cc: emacs-devel@gnu.org, eliz@gnu.org
Subject: Re: Missing snprintf in ucrt mingw + vc-refresh in find-file hook?
Date: Tue, 13 Feb 2024 22:26:44 +0100	[thread overview]
Message-ID: <bd0974e1-c432-4366-b13e-8a8884edb613@libero.it> (raw)
In-Reply-To: <DU2PR02MB1010909ACB78B97EDEB2F1C3D964F2@DU2PR02MB10109.eurprd02.prod.outlook.com>



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.



  parent reply	other threads:[~2024-02-13 21:26 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-12 17:37 Missing snprintf in ucrt mingw + vc-refresh in find-file hook? Angelo Graziosi
2024-02-13 10:49 ` Arthur Miller
2024-02-13 19:00 ` Arthur Miller
2024-02-13 20:01   ` Eli Zaretskii
2024-02-13 22:05     ` Arthur Miller
2024-02-14 14:45       ` Eli Zaretskii
2024-02-14 18:43         ` Arthur Miller
2024-02-13 21:26   ` Angelo Graziosi [this message]
2024-02-13 22:09     ` Arthur Miller
2024-02-13 22:21       ` Angelo Graziosi
2024-02-13 22:26         ` Arthur Miller
  -- strict thread matches above, loose matches on Subject: below --
2024-02-12 10:06 Arthur Miller
2024-02-12 13:44 ` Dmitry Gutov
2024-02-12 13:56   ` Arthur Miller
2024-02-12 14:58     ` Dmitry Gutov
2024-02-12 16:49       ` Eli Zaretskii
2024-02-12 18:05         ` Dmitry Gutov
2024-02-12 19:15           ` Eli Zaretskii
2024-02-12 19:25             ` Dmitry Gutov
2024-02-12 19:34               ` Eli Zaretskii
2024-02-13  9:47       ` Arthur Miller
2024-02-13 13:36         ` Eli Zaretskii
2024-02-13 14:30           ` Arthur Miller
2024-02-13 21:26           ` Dmitry Gutov
2024-02-13 23:10             ` Arthur Miller
2024-02-14  3:42               ` Dmitry Gutov
2024-02-14 21:04                 ` Arthur Miller
2024-02-14 22:37                   ` Dmitry Gutov
2024-02-15 11:16                     ` Arthur Miller
2024-02-14 14:30             ` Eli Zaretskii
2024-02-14 16:36               ` Dmitry Gutov
2024-02-14 16:51                 ` Eli Zaretskii
2024-02-14 17:01                   ` Dmitry Gutov
2024-02-14 17:29                     ` Eli Zaretskii
2024-02-14 21:05                       ` Dmitry Gutov
2024-02-12 14:36 ` Eli Zaretskii
2024-02-13 10:44   ` Arthur Miller
2024-02-13 13:13     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd0974e1-c432-4366-b13e-8a8884edb613@libero.it \
    --to=angelo.g0@libero.it \
    --cc=arthur.miller@live.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.