[Python-bugs-list] [ python-Bugs-748926 ] broken ncurses support in current cvs a last distribution

SourceForge.net noreply@sourceforge.net
Fri, 13 Jun 2003 23:50:47 -0700


Bugs item #748926, was opened at 2003-06-04 17:23
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=748926&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Mokrejs (mmokrejs)
Assigned to: Nobody/Anonymous (nobody)
Summary: broken ncurses support in current cvs a last distribution

Initial Comment:
I found configure looks for ncurses.h instead of
ncurses/ncurses.h. Please note that newer version of
ncurses have moved ncurses.h to a subdirectory ncurses/.

Even after fixing configure and
Modules/_curses_panel.c, I get:

cc: Error: /software/@sys/usr/include/ncurses/curses.h,
line 506: Missing identifier. (parnoident)
extern NCURSES_EXPORT(int) addch (const chtype);      
                 /* generated */
---------------------------^
cc: Error: /software/@sys/usr/include/ncurses/curses.h,
line 507: Missing identifier. (parnoident)
extern NCURSES_EXPORT(int) addchnstr (const chtype *,
int);             /* generated */
---------------------------^
cc: Error: /software/@sys/usr/include/ncurses/curses.h,
line 508: Missing identifier. (parnoident)
extern NCURSES_EXPORT(int) addchstr (const chtype *); 
                 /* generated */
---------------------------^

Any ideas?

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-06-14 08:50

Message:
Logged In: YES 
user_id=21627

Can you report how NCURSES_EXPORT is defined on your system?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=748926&group_id=5470