[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[screen-devel] list_window.c:121:12: error: use of undeclared identifier
From: |
Mathieu Arnold |
Subject: |
[screen-devel] list_window.c:121:12: error: use of undeclared identifier 'RC_KILL' |
Date: |
Fri, 07 Aug 2015 16:23:06 +0200 |
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
pgptA0ub0tZfa.pgp
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [screen-devel] list_window.c:121:12: error: use of undeclared identifier 'RC_KILL',
Mathieu Arnold <=