in reply to Re: installing JavaScript.pm using Cygwin
in thread installing JavaScript.pm using Cygwin

I made some progress based on the thread http://www.perlmonks.org/?node_id=786418 but after that I am still getting following error msg. Googling it does not provide any good reason for its cause:
gcc-4 -c -I/cygdrive/c/ravi/js/src -DPERL_USE_SAFE_PUTENV -U__STRICT_ +ANSI__ -g3 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -DU +SEIMPORTLI B -O3 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" "-I/usr/lib/perl5/5. +10/i686-cy gwin/CORE" PJS_Call.c In file included from /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:3427 +, from PJS_Call.c:1: /usr/lib/perl5/5.10/i686-cygwin/CORE/utf8.h:46: error: expected `=', ` +,', `;', ` asm' or `__attribute__' before `unsigned' In file included from PJS_Call.c:1: /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4205: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char' /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4207: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char' /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4209: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char' /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4211: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char' /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4213: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char' /usr/lib/perl5/5.10/i686-cygwin/CORE/perl.h:4215: error: expected `=', + `,', `;', `asm' or `__attribute__' before `char'

Replies are listed 'Best First'.
Re^3: installing JavaScript.pm using Cygwin
by vkon (Curate) on Mar 25, 2011 at 13:47 UTC
    either H files or library files or both are not seen by the build process.

    You probable have been warned about this during your

    perl Makefile.PL
    process but this probably have been unnoticed by you.

    Can you show output of this command -

    perl Makefile.PL
    ?