Skip Menu |

This queue is for tickets about the Curses CPAN distribution.

Report information
The Basics
Id: 65762
Status: open
Priority: 0/
Queue: Curses

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
andrew.pennebaker [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.31
Fixed in: (no value)



Subject: Curses fails to compile for ActiveState Perl
"cpan> install Curses" fails to compile. Specs: ActiveState Perl 5.12 MinGW 5.1.6 dmake 4.1pl1 The trace is too long to Mark from the Command Prompt, and '>' doesn't show much of it. My trace looks just like this one: http://www.mail-archive.com/cpan-testers@perl.org/msg345547.html
On Wed Feb 16 02:57:22 2011, mcandre wrote: Show quoted text
In that case, the build fails because it cannot find <pdcurses.h>. The case uses Curses.pm 1.15, which expected <pdcurses.h>. But current code does not, so I doubt your failure was enough like this one to draw any conclusions.

I can confirm this behaviour for strawberry Perl 5.19.11 on Win32/64

I have not installed any additional Curses libraries on my system, and not sure if it should work out of the box or not.

However, if it does require user intervention, it should exit N/A during Makefile.PL ( the configure phase ) instead of bailing during either `build` or `test`

 

Subject: build.log
Download build.log
application/octet-stream 14.4k

Message body not shown because it is not plain text.

Bah, perhaps my comments were more relevant to the other similar issue #47785 , but they're so similar.

I guess my scenario is closer to this ActiveState bug, because the other example is running with Cygwin in scope, and that radically changes the likelihood of ncurses being available.