bug-ncurses
[Top][All Lists]
Advanced

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

Re: compilation problem


From: Thomas Dickey
Subject: Re: compilation problem
Date: Sat, 25 Feb 2006 16:54:40 -0500
User-agent: Mutt/1.5.11+cvs20060126

On Mon, Feb 20, 2006 at 09:27:15PM +0100, Folkert van Heusden wrote:
> On slackware 10.2 I try to compile the latest ncruses 5.5 from the site:
> CFLAGS="-O2 -march=pentium3" ./configure --enable-colorfgbg 
> --enable-ext-colors

You can only get extended colors for the wide-character flavor, as noted
in INSTALL:

    --enable-ext-colors
        Extend the cchar_t structure to allow more than 16 colors to be
        encoded.  This applies only to the wide-character (--enable-widec)
        configuration.

        NOTE:  using this option will make libraries which are not binary-
        compatible with libncursesw 5.4.  None of the interfaces change, but
        applications which have an array of cchar_t's must be recompiled.

> This gives me:
> ....
> gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG 
> -O2 -march=pentium3 -c ../ncurses/./base/lib_beep.c -o ../objects/lib_beep.o
> gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG 
> -O2 -march=pentium3 -c ../ncurses/./base/lib_bkgd.c -o ../objects/lib_bkgd.o
> .../ncurses/base/lib_bkgd.c: In function `wbkgrnd':
> .../ncurses/base/lib_bkgd.c:130: error: structure has no member named `_color'
> make[1]: *** [../objects/lib_bkgd.o] Error 1
> make[1]: Leaving directory `/usr/src/ncurses-5.5/ncurses'
> make: *** [all] Error 2
> 
> 
> Folkert van Heusden
> 
> -- 
> www.biglumber.com <- site where one can exchange PGP key signatures 
> ----------------------------------------------------------------------
> Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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