Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41232 - dev-perl/Curses does not offer ncurses forms support
Summary: dev-perl/Curses does not offer ncurses forms support
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 04:39 UTC by eric
Modified: 2005-02-07 02:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eric 2004-02-11 04:39:33 UTC
By default, the ebuild is configured to NOT do forms support, but I believe this can be added easily enough by editing Curses.c and inserting this line 

  #include "/usr/include/form.h"

AFTER this line

  #include "<c-config.h>"

Then, the ebuild should be modified by changing

  myconf="${myconf} PANELS MENUS GEN"

to

  myconf="${myconf} PANELS MENUS FORMS GEN"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I can attempt to create a new ebuild file if you can point me to instructions on
how to do so.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2004-10-02 08:50:05 UTC
I cannot get forms working at all - compilation errors. Even when I tweak the ncurses ebuild to not delete the form.h from /usr/include - no go. Can you still get this working? 
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-02-07 02:19:39 UTC
No response, no effort, no bug.