Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Win32-OLE-0.1711 v5.18.2 Windows (Cygwin)
Date: 2014-05-13T10:20:49Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Jan Dubois,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9148. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'fetch':
cp lib/Win32/OLE/Const.pm blib/lib/Win32/OLE/Const.pm
cp lib/Win32/OLE/Enum.pm blib/lib/Win32/OLE/Enum.pm
cp lib/OLE.pm blib/lib/OLE.pm
cp lib/Win32/OLE/NEWS.pod blib/lib/Win32/OLE/NEWS.pod
cp lib/Win32/OLE/TPJ.pod blib/lib/Win32/OLE/TPJ.pod
cp lib/Win32/OLE/Lite.pm blib/lib/Win32/OLE/Lite.pm
cp lib/Win32/OLE.pm blib/lib/Win32/OLE.pm
cp lib/Win32/OLE/NLS.pm blib/lib/Win32/OLE/NLS.pm
cp lib/Win32/OLE/Variant.pm blib/lib/Win32/OLE/Variant.pm
cp lib/Win32/OLE/TypeInfo.pm blib/lib/Win32/OLE/TypeInfo.pm
Running Mkbootstrap for Win32::OLE ()
chmod 644 OLE.bs
/opt/perl-5.18.2/bin/perl.exe -I/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi -I/opt/perl-5.18.2/lib/5.18.2 /opt/perl-5.18.2/lib/site_perl/5.18.2/ExtUtils/xsubpp -typemap /opt/perl-5.18.2/lib/5.18.2/ExtUtils/typemap OLE.xs >xstmp.c && mv xstmp.c OLE.cpp
g++ -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -DUSEIMPORTLIB -O3 -DVERSION=\"0.1711\" -DXS_VERSION=\"0.1711\" "-I/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE" OLE.cpp
In file included from /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/perl.h:2513:0,
from OLE.xs:90:
OLE.xs: In function âBOOL StartsWithAlpha(PerlInterpreter*, SV*)â:
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:28: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1163:43: note: in definition of macro â_generic_swash_uniâ
#define _generic_swash_uni(classnum, c) ((c) < 256 \
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:56: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1163:43: note: in definition of macro â_generic_swash_uniâ
#define _generic_swash_uni(classnum, c) ((c) < 256 \
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
In file included from /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/perl.h:2513:0,
from OLE.xs:90:
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:28: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:878:45: note: in expansion of macro âFITS_IN_8_BITSâ
# define _generic_isCC(c, classnum) cBOOL(FITS_IN_8_BITS(c) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:56: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:878:45: note: in expansion of macro âFITS_IN_8_BITSâ
# define _generic_isCC(c, classnum) cBOOL(FITS_IN_8_BITS(c) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:28: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:878:45: note: in expansion of macro âFITS_IN_8_BITSâ
# define _generic_isCC(c, classnum) cBOOL(FITS_IN_8_BITS(c) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:56: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:878:45: note: in expansion of macro âFITS_IN_8_BITSâ
# define _generic_isCC(c, classnum) cBOOL(FITS_IN_8_BITS(c) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:28: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:879:39: note: in expansion of macro âNATIVE_TO_UNIâ
&& (PL_charclass[(U8) NATIVE_TO_UNI(c)] & _CC_mask(classnum)))
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:56: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:120:24: note: in definition of macro âcBOOLâ
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:879:39: note: in expansion of macro âNATIVE_TO_UNIâ
&& (PL_charclass[(U8) NATIVE_TO_UNI(c)] & _CC_mask(classnum)))
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1164:48: note: in expansion of macro â_generic_isCCâ
? _generic_isCC(c, classnum) \
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
In file included from /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/perl.h:5156:0,
from OLE.xs:90:
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:28: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:30:51: note: in definition of macro â_is_uni_FOOâ
#define _is_uni_FOO(a,b) Perl__is_uni_FOO(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:693:56: warning: âUV Perl_utf8_to_uvuni(PerlInterpreter*, const U8*, STRLEN*)â is deprecated (declared at /opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/proto.h:4708) [-Wdeprecated-declarations]
#define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/embed.h:30:51: note: in definition of macro â_is_uni_FOOâ
#define _is_uni_FOO(a,b) Perl__is_uni_FOO(aTHX_ a,b)
^
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi/CORE/handy.h:1166:29: note: in expansion of macro â_generic_swash_uniâ
#define isALPHA_uni(c) _generic_swash_uni(_CC_ALPHA, c)
^
OLE.xs:445:16: note: in expansion of macro âisALPHA_uniâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs:110:29: note: in expansion of macro âutf8_to_uvuniâ
# define my_utf8_to_uv(s) utf8_to_uvuni(s, NULL)
^
OLE.xs:445:28: note: in expansion of macro âmy_utf8_to_uvâ
return isALPHA_uni(my_utf8_to_uv((U8*)str));
^
OLE.xs: In function âHRESULT SetSafeArrayFromAV(PerlInterpreter*, AV*, VARTYPE, SAFEARRAY*, int, UINT, LCID)â:
OLE.xs:2416:59: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPtrOfIndex(SAFEARRAY*, LONG*, void**)â
hr = SafeArrayPtrOfIndex(psa, pix, (void**)&pElement);
^
OLE.xs:2421:60: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPtrOfIndex(SAFEARRAY*, LONG*, void**)â
hr = SafeArrayPtrOfIndex(psa, pix, &V_BYREF(pElement));
^
OLE.xs: In function âHRESULT AssignVariantFromSV(PerlInterpreter*, SV*, VARIANT*, UINT, LCID)â:
OLE.xs:2641:40: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetLBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetLBound(psa, 1, &lLower);
^
OLE.xs:2642:40: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetUBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetUBound(psa, 1, &lUpper);
^
OLE.xs: In function âHRESULT SetSVFromVariantEx(PerlInterpreter*, VARIANTARG*, SV*, HV*, BOOL)â:
OLE.xs:2893:40: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetLBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetLBound(psa, 1, &lLower);
^
OLE.xs:2894:40: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetUBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetUBound(psa, 1, &lUpper);
^
OLE.xs:2915:66: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetLBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetLBound(psa, (UINT)(index+1), &pLowerBound[index]);
^
OLE.xs:2916:66: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetUBound(SAFEARRAY*, UINT, LONG*)â
SafeArrayGetUBound(psa, (UINT)(index+1), &pUpperBound[index]);
^
OLE.xs:2936:87: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPtrOfIndex(SAFEARRAY*, LONG*, void**)â
hr = SafeArrayPtrOfIndex(psa, pArrayIndex, &V_RECORD(&variant));
^
OLE.xs:2938:86: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPtrOfIndex(SAFEARRAY*, LONG*, void**)â
hr = SafeArrayPtrOfIndex(psa, pArrayIndex, &V_BYREF(&variant));
^
OLE.xs: In function âvoid XS_Win32__OLE_Initialize(PerlInterpreter*, CV*)â:
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
"FreeUnusedLibraries", "_Unique"};
^
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:3452:38: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs: In function âvoid XS_Win32__OLE_new(PerlInterpreter*, CV*)â:
OLE.xs:3524:54: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "new"))
^
OLE.xs:3542:63: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
destroy = CheckDestroyFunction(aTHX_ ST(2), "Win32::OLE->new");
^
OLE.xs: In function âvoid XS_Win32__OLE_Dispatch(PerlInterpreter*, CV*)â:
OLE.xs:3665:20: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
char *buffer = "";
^
OLE.xs:3897:19: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
char *pszDelim = "";
^
OLE.xs:3903:15: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
pszDelim = "/";
^
OLE.xs:3907:15: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
pszDelim = "/";
^
OLE.xs:3911:15: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
pszDelim = "/";
^
OLE.xs: In function âvoid XS_Win32__OLE_EnumAllObjects(PerlInterpreter*, CV*)â:
OLE.xs:3972:65: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "EnumAllObjects"))
^
OLE.xs: In function âvoid XS_Win32__OLE_Forward(PerlInterpreter*, CV*)â:
OLE.xs:4020:58: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "Forward"))
^
OLE.xs: In function âvoid XS_Win32__OLE_GetActiveObject(PerlInterpreter*, CV*)â:
OLE.xs:4053:66: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "GetActiveObject"))
^
OLE.xs:4072:41: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
"Win32::OLE->GetActiveObject");
^
OLE.xs: In function âvoid XS_Win32__OLE_GetObject(PerlInterpreter*, CV*)â:
OLE.xs:4110:60: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "GetObject"))
^
OLE.xs:4128:69: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
destroy = CheckDestroyFunction(aTHX_ ST(2), "Win32::OLE->GetObject");
^
OLE.xs: In function âvoid XS_Win32__OLE_QueryObjectType(PerlInterpreter*, CV*)â:
OLE.xs:4235:66: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "QueryObjectType"))
^
OLE.xs: In function âvoid XS_Win32__OLE_WithEvents(PerlInterpreter*, CV*)â:
OLE.xs:4306:61: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
if (CallObjectMethod(aTHX_ mark, ax, items, "WithEvents"))
^
OLE.xs: In function âvoid XS_Win32__OLE__Tie_FIRSTKEY(PerlInterpreter*, CV*)â:
OLE.xs:4678:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
char *paszMethod[] = {"FIRSTKEY", "NEXTKEY", "FIRSTENUM", "NEXTENUM"};
^
OLE.xs:4678:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:4678:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:4678:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Copy(PerlInterpreter*, CV*)â:
OLE.xs:5402:60: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayGetElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayGetElement(psa, rgIndices, V_BYREF(&variant));
^
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Date(PerlInterpreter*, CV*)â:
OLE.xs:5446:34: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
char *method[] = {"Date", "Time"};
^
OLE.xs:5446:34: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Currency(PerlInterpreter*, CV*)â:
OLE.xs:5555:71: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_IDIGITS);
^
OLE.xs:5557:70: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_ILZERO);
^
OLE.xs:5559:76: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SMONGROUPING);
^
OLE.xs:5561:72: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_INEGCURR);
^
OLE.xs:5563:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_ICURRENCY);
^
OLE.xs:5566:72: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SMONDECIMALSEP);
^
OLE.xs:5568:73: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SMONTHOUSANDSEP);
^
OLE.xs:5570:67: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SCURRENCY);
^
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Number(PerlInterpreter*, CV*)â:
OLE.xs:5674:68: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_IDIGITS);
^
OLE.xs:5676:67: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_ILZERO);
^
OLE.xs:5678:70: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SGROUPING);
^
OLE.xs:5680:71: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_INEGNUMBER);
^
OLE.xs:5683:63: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_SDECIMAL);
^
OLE.xs:5685:64: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
lcid, LOCALE_STHOUSAND);
^
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Dim(PerlInterpreter*, CV*)â:
OLE.xs:5738:47: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetLBound(SAFEARRAY*, UINT, LONG*)â
hr = SafeArrayGetLBound(psa, 1+iDim, &lLBound);
^
OLE.xs:5741:47: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â3â to âHRESULT SafeArrayGetUBound(SAFEARRAY*, UINT, LONG*)â
hr = SafeArrayGetUBound(psa, 1+iDim, &lUBound);
^
OLE.xs: In function âvoid XS_Win32__OLE__Variant_Get(PerlInterpreter*, CV*)â:
OLE.xs:5764:39: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
char *paszMethod[] = {"Get", "Put"};
^
OLE.xs:5764:39: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
OLE.xs:5854:60: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayGetElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayGetElement(psa, rgIndices, V_BYREF(&variant));
^
OLE.xs:5867:58: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPutElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayPutElement(psa, rgIndices, V_BSTR(&byref));
^
OLE.xs:5869:62: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPutElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayPutElement(psa, rgIndices, V_DISPATCH(&byref));
^
OLE.xs:5871:61: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPutElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayPutElement(psa, rgIndices, V_UNKNOWN(&byref));
^
OLE.xs:5873:61: error: cannot convert âlong int*â to âLONG* {aka int*}â for argument â2â to âHRESULT SafeArrayPutElement(SAFEARRAY*, LONG*, void*)â
hr = SafeArrayPutElement(psa, rgIndices, V_BYREF(&variant));
^
Makefile:373: recipe for target 'OLE.o' failed
make: *** [OLE.o] Error 1
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
ExtUtils::MakeMaker 6.98 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9148
CPANPLUS::Dist::Build 0.76
Cwd 3.40
ExtUtils::CBuilder 0.280216
ExtUtils::Command 1.18
ExtUtils::Install 1.67
ExtUtils::MakeMaker 6.98
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.24
File::Spec 3.40
Module::Build 0.4205
Pod::Parser 1.62
Pod::Simple 3.28
Test::Harness 3.30
Test::More 1.001003
version 0.9908
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.90.
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
LANG = en_US.UTF-8
LD_LIBRARY_PATH = /usr/lib/x86:/usr/X11R6/lib
NUMBER_OF_PROCESSORS = 4
PATH = /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/SUA/common:/cygdrive/c/Windows/SUA/usr/lib:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/80/Tools/Binn:/cygdrive/c/Program Files/System Center Operations Manager 2007:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/DTS/Binn:/cygdrive/c/Program Files/Microsoft/Exchange Server/V14/bin:/cygdrive/c/Program Files/Microsoft Network Monitor 3:/cygdrive/c/strawberry/c/bin:/cygdrive/c/strawberry/perl/site/bin:/cygdrive/c/strawberry/perl/bin:/usr/lib/lapack
PERL5_CPANIDX_URL = http://cpan.mirror.local/cpanidx/
PERL5_CPANPLUS_HOME = /opt/perl-5.18.2
PERL5_CPANPLUS_IS_RUNNING = 9024
PERL5_CPANPLUS_IS_VERSION = 0.9148
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 30 Stepping 5, GenuineIntel
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /opt/perl-5.18.2/bin/perl
UID: $< = 11964
EUID: $> = 11964
GID: $( = 10513 0 544 545 10513
EGID: $) = 10513 0 544 545 10513
-------------------------------
--
Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
Platform:
osname=cygwin, osvers=1.7.25(0.27053), archname=cygwin-thread-multi
uname='cygwin_nt-6.1 citu003c 1.7.25(0.27053) 2013-08-31 20:37 x86_64 cygwin '
config_args='-des -Dprefix=/opt/perl-5.18.2 -Dusethreads -Darchname=x86_64-cygwin-threads -Dlibperl=cygperl5_18.dll -Dcc=gcc -Dld=g++'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-ldb -ldl -lcrypt
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_18.dll
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_PRESERVE_IVUV
PERL_SAWAMPERSAND PERL_USE_SAFE_PUTENV USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under cygwin
Compiled at Jan 24 2014 13:25:13
%ENV:
PERL5_CPANIDX_URL="http://cpan.mirror.local/cpanidx/"
PERL5_CPANPLUS_HOME="/opt/perl-5.18.2"
PERL5_CPANPLUS_IS_RUNNING="9024"
PERL5_CPANPLUS_IS_VERSION="0.9148"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/opt/perl-5.18.2/lib/site_perl/5.18.2/cygwin-thread-multi
/opt/perl-5.18.2/lib/site_perl/5.18.2
/opt/perl-5.18.2/lib/5.18.2/cygwin-thread-multi
/opt/perl-5.18.2/lib/5.18.2
.