CC: | tajindersingh44 [...] gmail.com |
Subject: | Failed to install XML::WBXML with Strawberry Perl 5.12.1 |
Hi,
I could not install module XML::WBXML, please see errors listed below.
I am running Strawberry Perl 5.12.1 on Windows XP.
C:\>perl -MCPAN -e "install XML::WBXML"
Fetching with LWP:
http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/03modlist.data.gz
Database was generated on Tue, 18 Jan 2011 05:55:53 GMT
Updating database file ...
Gathering information from index files ...
Obtaining current state of database ...
Populating database tables ...
Done!
Running install for module 'XML::WBXML'
Running make for G/GL/GLASSER/XML-WBXML-0.03.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/G/GL/GLASSER/XML-WBXML-0.03.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/G/GL/GLASSER/CHECKSUMS
Checksum for
C:\strawberry\cpan\sources\authors\id\G\GL\GLASSER\XML-WBXML-0.03.t
ar.gz ok
CPAN.pm: Going to build G/GL/GLASSER/XML-WBXML-0.03.tar.gz
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lwbxml2
Writing Makefile for XML::WBXML
cp lib/XML/WBXML.pm blib\lib\XML\WBXML.pm
C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\lib\ExtUtils\xsubpp
-typemap
C:\strawberry\perl\lib\ExtUtils\typemap -typemap typemap WBXML.xs >
WBXML.xsc
&& C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e "mv" --
WBXML.xsc WBXM
L.c
gcc -c -I. -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE
-DPERL_IMPL
ICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields
-DPERL_MSVC
RT_READFIX -s -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\"
"-IC:\str
awberry\perl\lib\CORE" WBXML.c
WBXML.xs:7:19: error: wbxml.h: No such file or directory
WBXML.c: In function 'XS_XML__WBXML_xml_to_wbxml':
WBXML.c:84: error: 'WB_UTINY' undeclared (first use in this function)
WBXML.c:84: error: (Each undeclared identifier is reported only once
WBXML.c:84: error: for each function it appears in.)
WBXML.c:84: error: 'in_xml' undeclared (first use in this function)
WBXML.c:84: error: expected expression before ')' token
WBXML.xs:18: error: 'outwbxml' undeclared (first use in this function)
WBXML.xs:19: error: 'WB_ULONG' undeclared (first use in this function)
WBXML.xs:19: error: expected ';' before 'outwbxml_len'
WBXML.xs:20: error: 'WBXMLError' undeclared (first use in this function)
WBXML.xs:20: error: expected ';' before 'ret'
WBXML.xs:21: error: 'WBXMLConvXML2WBXMLParams' undeclared (first use in
this fun
ction)
WBXML.xs:21: error: expected ';' before 'params'
WBXML.xs:23: error: 'params' undeclared (first use in this function)
WBXML.xs:23: error: 'WBXML_VERSION_12' undeclared (first use in this
function)
WBXML.xs:27: error: 'ret' undeclared (first use in this function)
WBXML.xs:27: error: 'outwbxml_len' undeclared (first use in this function)
WBXML.xs:28: error: 'WBXML_OK' undeclared (first use in this function)
WBXML.c: In function 'XS_XML__WBXML_wbxml_to_xml':
WBXML.c:121: error: 'WB_UTINY' undeclared (first use in this function)
WBXML.c:121: error: 'in_wbxml' undeclared (first use in this function)
WBXML.c:121: error: expected expression before ')' token
WBXML.xs:40: error: 'WB_ULONG' undeclared (first use in this function)
WBXML.xs:40: error: expected ';' before 'inwbxml_len'
WBXML.xs:41: error: 'outxml' undeclared (first use in this function)
WBXML.xs:42: error: 'WBXMLError' undeclared (first use in this function)
WBXML.xs:42: error: expected ';' before 'ret'
WBXML.xs:43: error: 'WBXMLConvWBXML2XMLParams' undeclared (first use in
this fun
ction)
WBXML.xs:43: error: expected ';' before 'params'
WBXML.xs:45: error: 'params' undeclared (first use in this function)
WBXML.xs:45: error: 'WBXML_ENCODER_XML_GEN_COMPACT' undeclared (first
use in thi
s function)
WBXML.xs:46: error: 'WBXML_LANG_UNKNOWN' undeclared (first use in this
function)
WBXML.xs:50: error: 'inwbxml_len' undeclared (first use in this function)
WBXML.xs:51: error: 'ret' undeclared (first use in this function)
WBXML.xs:52: error: 'WBXML_OK' undeclared (first use in this function)
dmake.EXE: Error code 129, while making 'WBXML.o'
GLASSER/XML-WBXML-0.03.tar.gz
C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
C:\>
Thanks,
Yogesh Sawant