Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41232

Summary: dev-perl/Curses does not offer ncurses forms support
Product: Gentoo Linux Reporter: eric
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED CANTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.