[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] Compilation error when building NANO_TINY
From: |
Jordi Mallach |
Subject: |
[Nano-devel] Compilation error when building NANO_TINY |
Date: |
Tue, 16 Aug 2016 12:34:10 +0200 |
User-agent: |
Mutt/1.6.2-neo (2016-07-23) |
Hi Benno,
winio.c uses do_next_block (and the other 3 friends) around line
520.
Of course, these definitions are ifndef'd away in proto.h. I guess
this is just a missing ifndef in this code block.
gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -DLOCALEDIR=\"/usr/share/locale\"
-DSYSCONFDIR=\"/etc\" -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/build/nano-2.6.3=. -fPIE -fstack-protector-strong -Wformat
-Werror=format-security -Os -fomit-frame-pointer -MT winio.o -MD -MP -MF
.deps/winio.Tpo -c -o winio.o ../../src/winio.c
../../src/winio.c: In function 'parse_kbinput':
../../src/winio.c:515:20: error: 'do_prev_block' undeclared (first use in this
function)
return sc_seq_or(do_prev_block, 0);
^~~~~~~~~~~~~
../../src/winio.c:515:20: note: each undeclared identifier is reported only
once for each function it appears in
../../src/winio.c:517:20: error: 'do_next_block' undeclared (first use in this
function)
return sc_seq_or(do_next_block, 0);
^~~~~~~~~~~~~
../../src/winio.c:519:20: error: 'do_prev_word_void' undeclared (first use in
this function)
return sc_seq_or(do_prev_word_void, 0);
^~~~~~~~~~~~~~~~~
../../src/winio.c:521:20: error: 'do_next_word_void' undeclared (first use in
this function)
return sc_seq_or(do_next_word_void, 0);
^~~~~~~~~~~~~~~~~
Jordi
--
Jordi Mallach PĂ©rez -- Debian developer http://www.debian.org/
address@hidden address@hidden http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
signature.asc
Description: PGP signature
- [Nano-devel] Compilation error when building NANO_TINY,
Jordi Mallach <=