Hi, Today, my package builder was rebuilding screen, with a usual make -j8, and it failed with:
cc -c -I. -I. -DETCSCREENRC='"/usr/local/etc/screenrc"'
-DSCREENENCODINGS='"/usr/local/share/screen/utf8encodings"' -DHAVE_CONFIG_H
-DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-O2 -pipe -DCOLORS256 -fstack-protector -fno-strict-aliasing
list_window.c
list_window.c:121:12: error: use of undeclared identifier 'RC_KILL'
act.nr = RC_KILL;
^
1 error generated.
Makefile:82: recipe for target 'list_window.o' failed
gmake[1]: *** [list_window.o] Error 1
https://pkg.absolight.fr/data/10amd64-pkgng/20150807T105944Z/logs/errors/screen-4.3.1_1.log
After a quick look around, it seems in Makefile.in, list_window.o is
missing a dependency on comm.h.
Regards,
--
Mathieu Arnold
pgpjD3FJ74b7s.pgp
Description: PGP signature
