Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <55E0A3E94323974F83CFC5AAB96F68B8016245EC@snnexc03.in.ce.com.au> From: Sonam Chauhan To: cygwin AT cygwin DOT com Subject: Problem installing CPAN module Date: Wed, 22 Jun 2005 17:16:00 +1000 MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes 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 AT cygwin DOT 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/