bug-ncurses
[Top][All Lists]
Advanced

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

Re: What's the proper way to get cchar_t?


From: Thomas Dickey
Subject: Re: What's the proper way to get cchar_t?
Date: Fri, 07 Apr 2006 06:05:17 -0400
User-agent: Mutt/1.5.11+cvs20060126

On Fri, Apr 07, 2006 at 03:47:47AM -0400, Pierre Abbat wrote:
> On Friday 31 March 2006 18:12, Thomas Dickey wrote:
> > I see it here:
> >
> > http://lists.gnu.org/archive/html/bug-ncurses/2006-03/msg00073.html
> 
> It didn't get to me. Any idea why?
> 
> > > I'm running Ubuntu breezy and the program is in a Kdevelop 3 project. I
> > > defined M_PI before including math.h in the file that needs it.
> >
> > ...then I'm confused about what problem you're reporting
> 
> I defined it as a stopgap method for getting the program to compile. I just 
> added db.h as an include file and I get all sorts of weird errors in db.h. 
> What am I supposed to define if I want to use wide characters in ncurses, 
> without messing up any other include files?

Perhaps db.h has some problem with defining _XOPEN_SOURCE_EXTENDED (or
some other conflict).  If it can't play nicely, you could include it in
a file that implements the specific features you want.

-- 
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]