unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#74312: 31.0.50; Cygw32 build break
@ 2024-11-11 14:51 Kazuhiro Ito
  2024-11-11 16:07 ` Eli Zaretskii
  0 siblings, 1 reply; 16+ messages in thread
From: Kazuhiro Ito @ 2024-11-11 14:51 UTC (permalink / raw)
  To: 74312

Cygw32 build fails on  master

$ make
(snip)
  CC       w32fns.o
../../../emacs/src/w32fns.c: In function ‘process_dropfiles’:
../../../emacs/src/w32fns.c:2549:17: error: ‘MAX_UTF8_PATH’ undeclared (first use in this function); did you mean ‘MAX_ZONE_PATH’?
 2549 |   char filename[MAX_UTF8_PATH];
      |                 ^~~~~~~~~~~~~
      |                 MAX_ZONE_PATH
../../../emacs/src/w32fns.c:2549:17: note: each undeclared identifier is reported only once for each function it appears in
../../../emacs/src/w32fns.c:2557:11: warning: implicit declaration of function ‘filename_from_utf16’ [-Wimplicit-function-declaration]
 2557 |           filename_from_utf16 (p, filename);
      |           ^~~~~~~~~~~~~~~~~~~
../../../emacs/src/w32fns.c:2557:11: warning: nested extern declaration of ‘filename_from_utf16’ [-Wnested-externs]
../../../emacs/src/w32fns.c:2567:11: warning: implicit declaration of function ‘gifilename_from_ansi’ [-Wimplicit-function-declaration]
 2567 |           filename_from_ansi (p, filename);
      |           ^~~~~~~~~~~~~~~~~~
../../../emacs/src/w32fns.c:2567:11: warning: nested extern declaration of ‘filename_from_ansi’ [-Wnested-externs]
../../../emacs/src/w32fns.c:2549:8: warning: unused variable ‘filename’ [-Wunused-variable]
 2549 |   char filename[MAX_UTF8_PATH];
      |        ^~~~~~~~
make[2]: *** [Makefile:457: w32fns.o] Error 1


MAX_UTF8_PATH is defined in nt/inc/ms-w32.h and filename_from_*
functions are defined in src/w32.c


-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-11-14 16:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 14:51 bug#74312: 31.0.50; Cygw32 build break Kazuhiro Ito
2024-11-11 16:07 ` Eli Zaretskii
2024-11-11 18:08   ` Ken Brown
2024-11-11 20:13     ` Eli Zaretskii
2024-11-11 22:50       ` Ken Brown
2024-11-12 12:42         ` Eli Zaretskii
2024-11-12 16:14           ` Kazuhiro Ito
2024-11-12 16:47             ` Eli Zaretskii
2024-11-13 10:59               ` Kazuhiro Ito
2024-11-13 12:33                 ` Cecilio Pardo
2024-11-13 15:55                   ` Kazuhiro Ito
2024-11-14  8:55                     ` Cecilio Pardo
2024-11-14  9:39                       ` Eli Zaretskii
2024-11-14 10:05                         ` Cecilio Pardo
2024-11-14 15:00                       ` Kazuhiro Ito
2024-11-14 16:07                         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).