bug-ncurses
[Top][All Lists]
Advanced

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

Re: Problems with ncurses-5.2-20010603.patch.gz


From: Thomas Dickey
Subject: Re: Problems with ncurses-5.2-20010603.patch.gz
Date: Mon, 4 Jun 2001 16:34:41 -0400
User-agent: Mutt/1.2.5i

On Mon, Jun 04, 2001 at 02:50:03PM -0400, Larry W. Virden wrote:
> I applied the two patches from the weekend to my ncurses 5.2 code base
> and I am now getting these errors:
> 
> cd ../obj_s;  cc -I../ncurses -I/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses  
> -I. -I../include -I/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/../include 
> -I/projects/gnu/sparc-sun-solaris2.6/include/ncursesw -DHAVE_CONFIG_H -fast 
> -xO5 -xdepend -Xa  -KPIC -c 
> /volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/base/lib_addch.c
> cc: Warning: -xarch=v8plusa is not portable.
> "/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/base/lib_addch.c", line 245: 
> non-constant initializer: op "U*"
> "/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/base/lib_addch.c", line 245: 
> non-constant initializer: op "U*"
> "/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/base/lib_addch.c", line 256: 
> cannot recover from previous errors
> cc: acomp failed for 
> /volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses/base/lib_addch.c
> make[1]: *** [../obj_s/lib_addch.o] Error 2
> make[1]: Leaving directory `/volws/lwv26/ldatae/gnu/ncurses-5.2/ncurses'
> make: *** [all] Error 2

hmm - I've only tried 20010603 with gcc (but didn't see anything in the
patch which would make NCURSES_CH_T broken).  That looks like something
wrong with this line:

            NCURSES_CH_T sch = NewChar2(*s++, AttrOf(ch));

(I've more work to do on this change, since there's not enough configure
scripting to make the --enable-widec portable - I'd thought that most of
the people who would try to use it would be using glibc 2.2 on Linux)
 
> Here's the configure line:
> 
> /volws/lwv26/ldatae/gnu/ncurses-5.2/configure  --program-prefix=g --target=spa
> rc-sun-solaris2.6 --prefix=/projects/gnu/sparc-sun-solaris2.6 --with-normal 
> --wi
> th-debug --with-shared --with-profile --x-includes=/usr/openwin/include 
> --x-libr
> aries=/usr/openwin/lib --with-x --enable-rpath --enable-big-core 
> --enable-sigwin
> ch --enable-bsdpad --enable-tcap-names --enable-widec --enable-colorfgbg 
> --enabl
> e-hard-tabs --enable-const --without-cxx --without-ada
> -- 
> Never apply a Star Trek solution to a Babylon 5 problem.
> Larry W. Virden <mailto:address@hidden> <URL: 
> http://www.purl.org/NET/lvirden/>
> Even if explicitly stated to the contrary, nothing in this posting should 
> be construed as representing my employer's opinions.
> -><-
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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