This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ERR in curses and glibc 2.1.3


On Thu, Mar 02, 2000 at 07:36:19PM +0100, Mark Kettenis wrote:
> 
> Huh?  By unusable you mean that if you #define _GNU_SOURCE you'll get
> a *warning* about ERR being redefined?
> 

It is more than that. Try

#include <ncurses.h>
#include <signal.h>

with -D_GNU_SOURCE. Just a hint:

enum
{
...
ERR,
...
};


H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]