bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51583: 29.0.50; cygw32 build break


From: Kazuhiro Ito
Subject: bug#51583: 29.0.50; cygw32 build break
Date: Wed, 03 Nov 2021 20:35:57 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

Cygw32 build fails on trunk.

$ ./configure --with-w32
$ make

(snip)
  CCLD     temacs.exe
/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: 
w32fns.o:w32fns.c:(.text+0xec1a): undefined reference to `w32_get_resource'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:647: temacs.exe] Error 1
make[1]: Leaving directory '/dfs/f/build/cygwin64/emacs/src'
make: *** [Makefile:450: src] Error 2

w32_get_resource function is defined in w32.c, which is not compiled
on Cygwin buid.

-- 
Kazuhiro Ito





reply via email to

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