Problem instaling Curses.pm on Cygwin

From: Emil (ejanev_at_yahoo.com)
Date: 04/21/04


Date: 21 Apr 2004 14:15:08 -0700

Hi,

I tried installing Curses.pm, on Cygwin, without success. Here is an
excerpt from the end of the output of "make" :

--------------------------------------------------------------------------
Curses.c:233: warning: cast to pointer from integer of different size
Curses.c: In function `c_sv2screen':
Curses.c:254: warning: cast to pointer from integer of different size
Curses.c: In function `c_sv2window':
Curses.c:275: warning: passing arg 1 of `Perl_sv_isa' from
incompatible pointer
type
Curses.c:275: warning: passing arg 2 of `Perl_sv_isa' from
incompatible pointer
type
Curses.c:275: error: too few arguments to function `Perl_sv_isa'
Curses.c:276: warning: cast to pointer from integer of different size
In file included from Curses.c:344:
CursesFun.c: In function `XS_Curses_newterm':
CursesFun.c:1279: warning: initialization from incompatible pointer
type
CursesFun.c:1280: warning: initialization from incompatible pointer
type
CursesFun.c: In function `XS_Curses_putwin':
CursesFun.c:3453: warning: initialization from incompatible pointer
type
CursesFun.c: In function `XS_Curses_getwin':
CursesFun.c:3472: warning: initialization from incompatible pointer
type
make: *** [Curses.o] Error 1
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
--------------------------------------------------------------------------

Any sugestion is welcome.

Thanks,
Emil



Relevant Pages