Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#193 closed task (fixed)

NCurses Widec Builds

Reported by: Joe Ciccone Owned by: Joe Ciccone
Priority: major Milestone: CLFS Sysroot 1.0.0
Component: BOOK Version: CLFS Sysroot 1.0.0
Keywords: Cc:

Description

These need to be added to the sysroot book.

Change History (3)

comment:1 by Joe Ciccone, 16 years ago

Owner: changed from clfs-commits@… to Joe Ciccone

comment:2 by Joe Ciccone, 16 years ago

Added in r4313.

It currently errors with the following:

make[1]: Entering directory `/mnt/clfs-sysroot-arm/sources/ncurses-5.7/ncurses'
gcc -o make_hash -DHAVE_CONFIG_H -I../ncurses -I. -I./../include -I../include   -DMAIN_PROGRAM ./tinfo/comp_hash.c  
In file included from ./tinfo/comp_hash.c:42:
../ncurses/curses.priv.h:1456: warning: parameter names (without types) in function declaration
../ncurses/curses.priv.h:1457: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_nc_to_widechar'
make[1]: *** [make_hash] Error 1
make[1]: Leaving directory `/mnt/clfs-sysroot-arm/sources/ncurses-5.7/ncurses'
make: *** [all] Error 2

comment:3 by Joe Ciccone, 16 years ago

Resolution: fixed
Status: newclosed

This was fixed by adding -D_GNU_SOURCE to the hostcc command.

Note: See TracTickets for help on using tickets.