Date: Thu, 2 Aug 2001 10:05:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Prashant Ramachandra cc: "'djgpp AT delorie DOT com'" Subject: Re: Curses in DJGPP In-Reply-To: <5BF60CD649EDD411A04600B0D049F53AFFA97A@hydmail02.hyd.wilco-int.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 2 Aug 2001, Prashant Ramachandra wrote: > It looks like the ncurses library in DJGPP is broken. Did you mean PDcurses? > gpp -c test.cc > > In file included from test.cc:1: > d:/djgpp/include/curses.h:426: declaration does not declare anything > > The line 426 in curses.h is simply this.. > > typedef unsigned char bool; C++ has its own data type names `bool'. I guess this line in curses.h should be under "#ifndef __cplusplus" or something.