[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mac OS X build problem with 20011215 and later
From: |
Thomas Dickey |
Subject: |
Re: Mac OS X build problem with 20011215 and later |
Date: |
Thu, 20 Dec 2001 21:09:23 -0500 |
User-agent: |
Mutt/1.2.5i |
On Thu, Dec 20, 2001 at 05:44:18PM -0800, Eugene Lee wrote:
> 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))) ;
^^^ looks like a problem with sed.
The extra spaces aren't the problem, though.
That's done with ncurses/base/MKlib_gen.sh -- I'd recommend to tweak the script
to retain the temporary files so we can see what failed (awk or sed or sh).
I don't offhand know why this broke recently (I gather it _was_ working).
Knowing when it broke would help isolate the change.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net