Bug 59450 - Bad typedef in curses.h
Summary: Bad typedef in curses.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: ncurses
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-02-08 04:03 UTC by Enrico Scholz
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-02-12 11:49:34 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-02-08 04:03:58 UTC
Description of Problem:

/usr/include/ncurses/curses.h:106 contains the line

| typedef  NCURSES_BOOL;

which is an invalid C++ construct (looks like a zero-substituted @...@). It
causes problems, e.g. while compiling aspell.


Version-Release number of selected component (if applicable):

ncurses-devel-5.2-16

Comment 1 Bernhard Rosenkraenzer 2002-02-12 11:49:28 UTC
You're right, it's a zero substitution, probably a missing AC_SUBST somewhere

Comment 2 Bernhard Rosenkraenzer 2002-02-12 14:47:26 UTC
Fixed in 5.2-17


Note You need to log in before you can comment on or make changes to this bug.