bug-ncurses
[Top][All Lists]
Advanced

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

Re: Mac OS X build problem with 20011215 and later


From: Eugene Lee
Subject: Re: Mac OS X build problem with 20011215 and later
Date: Thu, 20 Dec 2001 17:44:18 -0800
User-agent: Mutt/1.2.5i

On Thu, Dec 20, 2001 at 05:31:02PM -0500, Thomas Dickey wrote:
: On Thu, Dec 20, 2001 at 01:09:40PM -0800, Eugene Lee wrote:
: > 
: > All of these problems occur within some if_USE_WIDEC_SUPPORT/endif block.
: > Used "./configure", no special options.  Mac OS X 10.1.1, Build 5M28.
: 
: for instance this - the error would be at the #endif's (and the line 700 is
: a chunk skipping a few functions, still on the #endif).
: 
: #if USE_WIDEC_SUPPORT
: #undef slk_attr_off
: NCURSES_EXPORT(int) slk_attr_off ( const attr_t a1, void * z)
: {
:       T((T_CALLED("slk_attr_off(%s,%p)"), _traceattr2(0,a1), z)); returnCode( 
(( z) ? (-1) : slk_attroff( a1)));
: }
: #endif

Ewww, that's not what I have.  This is what I get one that very block,
starting at line 634:

 # if_USE_WIDEC_SUPPORT
#undef slk_attr_off 
int slk_attr_off ( const attr_t a1, void * z)
{
% % T ( ( T_CALLED ( "slk_attr_off(%s,%p)"), _traceattr2 ( 0, a1), z)) ; 
returnCode ( ( ( z) ? ( - 1) : slk_attroff ( a1))) ;
}
 # endif


-- 
Eugene Lee
address@hidden



reply via email to

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