This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem installing CPAN module


Hi - While doing a fresh install of Cygwin, I have run into errors
installing a CPAN Perl module that worked last month. The module is
Proc::ProcessTable. It now reports a "`PID_ZOMBIE' undeclared" error message
during compilation. The relevant snippet is below. 

Back in May, I reported a different problem with this module:
http://www.mail-archive.com/cygwin@cygwin.com/msg54579.html 
At that time, cygcheck showed the core 'cygwin' version as 1.5.16-1. The
'cygwin' version is now 1.5.17-1. The versions of Cygwin Perl (5.8.6-4) and
CPAN Proc::ProcessTable version (0.39) have not changed. 

Any thought on what the problem might be? 

Regards,
Sonam


----------------------------------------------------------------
$perl -e "install Proc::ProcessTable" -MCPAN

...

gcc -c   -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe
-I/usr/local/include -DUSEIMPORTLIB -O3   -DVERSION=\"0.39\"
-DXS_VERSION=\"0.39\"  "-I/usr/lib/perl5/5.8/cygwin/CORE"   OS.c
OS.c: In function `OS_get_table':
OS.c:212: error: `PID_ZOMBIE' undeclared (first use in this function)
OS.c:212: error: (Each undeclared identifier is reported only once
OS.c:212: error: for each function it appears in.)
make: *** [OS.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
----------------------------------------------------------------

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]