Hi All,
I am trying to install XML-LibXML in cygwin..
I get following error in step 2 of install
"Can't find typemap in /cygdrive/d/perl/XML-LibXML-1.65"
$ pwd
/cygdrive/d/perl/XML-LibXML-1.65
$ ls
Av_CharPtrPtr.c MANIFEST example t
Av_CharPtrPtr.h META.yml lib test
Changes Makefile.PL perl-libxml-mm.c typemap
LICENSE README perl-libxml-mm.h xpath.c
LibXML.pm docs perl-libxml-sax.c xpath.h
LibXML.pod dom.c perl-libxml-sax.h xpathcontext.h
LibXML.xs dom.h ppport.h
step 1
$ perl Makefile.PL
enable native perl UTF8
running xml2-config...ok (2.6.30)
looking for -lxml2... yes
Writing Makefile for XML::LibXML
step 2
$ make
gcc -c -I/usr/local/include/libxml2 -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing
-pipe -Wdeclaration-after-statement -DUSEIMPORTLIB -O3 -DVERSION="1.65" -DX
S_VERSION="1.65" "-I/usr/lib/perl5/5.8/cygwin/CORE" -DHAVE_UTF8 -DHAVE_BLANK
Av_CharPtrPtr.c
/usr/bin/perl.exe /usr/lib/perl5/5.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.
8/ExtUtils/typemap -typemap typemap LibXML.xs > LibXML.xsc && mv LibXML.xsc Lib
XML.c
Can't find typemap in /cygdrive/d/perl/XML-LibXML-1.65
make: *** [LibXML.c] Error 255
Please help me solve this error..Thanks inadvance
Regards
Sachin
|