bug-ncurses
[Top][All Lists]
Advanced

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

cross compiling creates only half of comp_captab.c


From: Christof Baumgärtner
Subject: cross compiling creates only half of comp_captab.c
Date: Sat, 6 Dec 2003 15:48:21 +0100

Hi,
we are using ncurses 5.3 as part of the tuxbox project ( digital tv box
running Linux, http://www.tuxbox.org ).
We used to cross compile ncurses on Linux i686 for Linux PowerPC.
Since I moved to another build machine I can't cross compile ncurses any
more because only 2 table are created in the file comp_captab.c.

Using mawk or gawk always gives me:
---
sh ./tinfo/MKcaptab.awk mawk ./../include/Caps > comp_captab.c
Unknown type: sr
Unknown type: sr
---

Which later on in the build process results in:
---
cd ../obj_s;
powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I.  -DN
DEBUG -D_GNU_SOURCE -I. -I../include -mcpu=823 -mmultiple -mstring -meabi -p
ipe
-O2 -g3 -gdwarf-2  -fPIC -c ../ncurses/comp_captab.c
../ncurses/comp_captab.c: In function `_nc_get_table':
../ncurses/comp_captab.c:74: `_nc_cap_table' undeclared (first use in this
funct
ion)
../ncurses/comp_captab.c:74: (Each undeclared identifier is reported only
once
../ncurses/comp_captab.c:74: for each function it appears in.)
../ncurses/comp_captab.c:74: `_nc_info_table' undeclared (first use in this
func
tion)
make[2]: *** [../obj_s/comp_captab.o] Error 1
---

I couldn't find any useful information on the web about this particular type
of problem. Hope you can help. Thanks.

Ciao,
Christof






reply via email to

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