Report for Net-ICal-0.11

Back
From: metabase:user:917c2b6a-77f3-11e5-af78-c9d573d1e3cf
Subject: UNKNOWN Net-ICal-0.11 v5.18.1 GNU/Linux
Date: 2015-11-09T14:45:04Z

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 Eric Busboom,

This is a computer-generated report for Net-ICal-0.11
on perl 5.18.1, created by CPAN-Reporter-1.2015.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cc -c  -I/home/eric/proj/local/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fPIC   -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib64/perl5/CORE"   netical_wrap.c
netical_wrap.c: In function ‘SWIG_GetPtr’:
netical_wrap.c:292:21: error: ‘sv_undef’ undeclared (first use in this function)
   } else if (sv == &sv_undef) {            /* Check for undef */
                     ^
netical_wrap.c:292:21: note: each undeclared identifier is reported only once for each function it appears in
netical_wrap.c: In function ‘_swig_create_magic’:
netical_wrap.c:411:27: warning: assignment from incompatible pointer type
   mg->mg_virtual->svt_get = get;
                           ^
netical_wrap.c:412:27: warning: assignment from incompatible pointer type
   mg->mg_virtual->svt_set = set;
                           ^
In file included from netical_wrap.c:431:0:
/usr/include/ical.h: At top level:
/usr/include/ical.h:23:2: warning: #warning "#include <ical.h> is deprecated.  Please #include <libical/ical.h> instead." [-Wcpp]
 #warning "#include <ical.h> is deprecated.  Please #include <libical/ical.h> instead."
  ^
netical_wrap.c: In function ‘_wrap_icaltime_from_timet’:
netical_wrap.c:637:18: error: too many arguments to function ‘icaltime_from_timet’
     *(_result) = icaltime_from_timet(*_arg0,_arg1,_arg2);
                  ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:167:21: note: declared here
 struct icaltimetype icaltime_from_timet(const time_t v, const int is_date);
                     ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icaltime_from_string’:
netical_wrap.c:653:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:653:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icaltime_as_ctime’:
netical_wrap.c:696:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (char *)icaltime_as_ctime(*_arg0);
               ^
netical_wrap.c: In function ‘_wrap_icaltime_week_number’:
netical_wrap.c:717:23: error: incompatible type for argument 1 of ‘icaltime_week_number’
     _result = (short )icaltime_week_number(_arg0,_arg1,_arg2);
                       ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:225:5: note: expected ‘const struct icaltimetype’ but argument is of type ‘short int’
 int icaltime_week_number(const struct icaltimetype t);
     ^
netical_wrap.c:717:23: error: too many arguments to function ‘icaltime_week_number’
     _result = (short )icaltime_week_number(_arg0,_arg1,_arg2);
                       ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:225:5: note: declared here
 int icaltime_week_number(const struct icaltimetype t);
     ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icaltime_utc_offset’:
netical_wrap.c:802:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:802:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icaltime_as_utc’:
netical_wrap.c:841:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:841:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:843:16: error: incompatible types when assigning to type ‘struct icaltimetype’ from type ‘int’
     *(_result) = icaltime_as_utc(*_arg0,_arg1);
                ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icaltime_as_zone’:
netical_wrap.c:864:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:864:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:866:16: error: incompatible types when assigning to type ‘struct icaltimetype’ from type ‘int’
     *(_result) = icaltime_as_zone(*_arg0,_arg1);
                ^
netical_wrap.c: In function ‘_wrap_icaldurationtype_from_timet’:
netical_wrap.c:887:16: error: incompatible types when assigning to type ‘struct icaldurationtype’ from type ‘int’
     *(_result) = icaldurationtype_from_timet(*_arg0);
                ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icaldurationtype_from_string’:
netical_wrap.c:903:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:903:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalenum_string_to_property_kind’:
netical_wrap.c:1123:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1123:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalenum_parameter_kind_to_string’:
netical_wrap.c:1175:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (char *)icalenum_parameter_kind_to_string(_arg0);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalenum_string_to_parameter_kind’:
netical_wrap.c:1191:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1191:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalenum_string_to_component_kind’:
netical_wrap.c:1225:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1225:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalenum_string_to_method’:
netical_wrap.c:1276:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1276:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalenum_string_to_status’:
netical_wrap.c:1310:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1310:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_set_url’:
netical_wrap.c:1380:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1380:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_set_base64’:
netical_wrap.c:1420:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1420:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_set_binary’:
netical_wrap.c:1461:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1461:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalreqstattype_from_string’:
netical_wrap.c:1497:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1497:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_from_string’:
netical_wrap.c:1574:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1574:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_attach’:
netical_wrap.c:1717:49: error: dereferencing pointer to incomplete type
     _result = (icalvalue *)icalvalue_new_attach(*_arg0);
                                                 ^
netical_wrap.c: In function ‘_wrap_icalvalue_get_attach’:
netical_wrap.c:1737:55: error: invalid application of ‘sizeof’ to incomplete type ‘struct icalattachtype’
     _result = (struct icalattachtype *) malloc(sizeof(struct icalattachtype ));
                                                       ^
netical_wrap.c:1738:5: error: dereferencing pointer to incomplete type
     *(_result) = icalvalue_get_attach(_arg0);
     ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_attach’:
netical_wrap.c:1762:32: error: dereferencing pointer to incomplete type
     icalvalue_set_attach(_arg0,*_arg1);
                                ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalvalue_new_binary’:
netical_wrap.c:1776:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1776:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_binary’:
netical_wrap.c:1817:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1817:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_caladdress’:
netical_wrap.c:1888:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1888:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_caladdress’:
netical_wrap.c:1929:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:1929:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_datetimedate’:
netical_wrap.c:2074:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (icalvalue *)icalvalue_new_datetimedate(*_arg0);
               ^
netical_wrap.c: In function ‘_wrap_icalvalue_get_datetimedate’:
netical_wrap.c:2095:16: error: incompatible types when assigning to type ‘struct icaltimetype’ from type ‘int’
     *(_result) = icalvalue_get_datetimedate(_arg0);
                ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_datetimeperiod’:
netical_wrap.c:2137:28: error: incompatible type for argument 1 of ‘icalvalue_new_datetimeperiod’
     _result = (icalvalue *)icalvalue_new_datetimeperiod(*_arg0);
                            ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:1035:12: note: expected ‘struct icaldatetimeperiodtype’ but argument is of type ‘struct icalperiodtype’
 icalvalue* icalvalue_new_datetimeperiod (struct icaldatetimeperiodtype v);
            ^
netical_wrap.c: In function ‘_wrap_icalvalue_get_datetimeperiod’:
netical_wrap.c:2158:16: error: incompatible types when assigning to type ‘struct icalperiodtype’ from type ‘struct icaldatetimeperiodtype’
     *(_result) = icalvalue_get_datetimeperiod(_arg0);
                ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_datetimeperiod’:
netical_wrap.c:2182:5: error: incompatible type for argument 2 of ‘icalvalue_set_datetimeperiod’
     icalvalue_set_datetimeperiod(_arg0,*_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:1036:6: note: expected ‘struct icaldatetimeperiodtype’ but argument is of type ‘struct icalperiodtype’
 void icalvalue_set_datetimeperiod(icalvalue* value, struct icaldatetimeperiodtype v);
      ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalvalue_new_string’:
netical_wrap.c:2553:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2553:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_string’:
netical_wrap.c:2594:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2594:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_text’:
netical_wrap.c:2609:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2609:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_text’:
netical_wrap.c:2650:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2650:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_time’:
netical_wrap.c:2669:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (icalvalue *)icalvalue_new_time(*_arg0);
               ^
netical_wrap.c: In function ‘_wrap_icalvalue_get_time’:
netical_wrap.c:2690:16: error: incompatible types when assigning to type ‘struct icaltimetype’ from type ‘int’
     *(_result) = icalvalue_get_time(_arg0);
                ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_trigger’:
netical_wrap.c:2721:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:2732:50: error: dereferencing pointer to incomplete type
     _result = (icalvalue *)icalvalue_new_trigger(*_arg0);
                                                  ^
netical_wrap.c: In function ‘_wrap_icalvalue_get_trigger’:
netical_wrap.c:2740:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _result;
           ^
netical_wrap.c:2752:55: error: invalid application of ‘sizeof’ to incomplete type ‘union icaltriggertype’
     _result = (union icaltriggertype *) malloc(sizeof(union icaltriggertype ));
                                                       ^
netical_wrap.c:2753:5: error: dereferencing pointer to incomplete type
     *(_result) = icalvalue_get_trigger(_arg0);
     ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_trigger’:
netical_wrap.c:2762:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg1;
           ^
netical_wrap.c:2777:33: error: dereferencing pointer to incomplete type
     icalvalue_set_trigger(_arg0,*_arg1);
                                 ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalvalue_new_uri’:
netical_wrap.c:2791:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2791:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_uri’:
netical_wrap.c:2832:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2832:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_new_query’:
netical_wrap.c:2903:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2903:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalvalue_set_query’:
netical_wrap.c:2944:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:2944:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_from_string’:
netical_wrap.c:3054:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3054:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:3055:32: error: incompatible type for argument 1 of ‘icalparameter_new_from_string’
     _result = (icalparameter *)icalparameter_new_from_string(_arg0,_arg1);
                                ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:1898:16: note: expected ‘const char *’ but argument is of type ‘icalparameter_kind’
 icalparameter* icalparameter_new_from_string(const char* value);
                ^
netical_wrap.c:3055:32: error: too many arguments to function ‘icalparameter_new_from_string’
     _result = (icalparameter *)icalparameter_new_from_string(_arg0,_arg1);
                                ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:1898:16: note: declared here
 icalparameter* icalparameter_new_from_string(const char* value);
                ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalparameter_set_xname’:
netical_wrap.c:3172:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3172:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_xvalue’:
netical_wrap.c:3211:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3211:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_altrep’:
netical_wrap.c:3246:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3246:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_altrep’:
netical_wrap.c:3287:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3287:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_cn’:
netical_wrap.c:3302:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3302:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_cn’:
netical_wrap.c:3343:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3343:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_delegatedfrom’:
netical_wrap.c:3414:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3414:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_delegatedfrom’:
netical_wrap.c:3455:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3455:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_delegatedto’:
netical_wrap.c:3470:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3470:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_delegatedto’:
netical_wrap.c:3511:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3511:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_dir’:
netical_wrap.c:3526:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3526:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_dir’:
netical_wrap.c:3567:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3567:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_fmttype’:
netical_wrap.c:3694:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3694:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_fmttype’:
netical_wrap.c:3735:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3735:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_language’:
netical_wrap.c:3750:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3750:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_language’:
netical_wrap.c:3791:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3791:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_member’:
netical_wrap.c:3806:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3806:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_member’:
netical_wrap.c:3847:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:3847:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_sentby’:
netical_wrap.c:4198:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4198:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_sentby’:
netical_wrap.c:4239:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4239:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_tzid’:
netical_wrap.c:4254:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4254:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_tzid’:
netical_wrap.c:4295:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4295:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_new_x’:
netical_wrap.c:4366:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4366:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparameter_set_x’:
netical_wrap.c:4407:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4407:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_from_string’:
netical_wrap.c:4571:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4571:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_x_name’:
netical_wrap.c:4838:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4838:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimecid’:
netical_wrap.c:4929:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4929:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimecid’:
netical_wrap.c:4950:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:4950:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_uid’:
netical_wrap.c:5048:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5048:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_uid’:
netical_wrap.c:5069:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5069:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_prodid’:
netical_wrap.c:5104:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5104:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_prodid’:
netical_wrap.c:5125:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5125:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_description’:
netical_wrap.c:5216:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5216:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_description’:
netical_wrap.c:5237:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5237:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_categories’:
netical_wrap.c:5335:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5335:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_categories’:
netical_wrap.c:5356:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5356:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_version’:
netical_wrap.c:5391:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5391:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_version’:
netical_wrap.c:5412:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5412:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_attendee’:
netical_wrap.c:5503:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5503:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_attendee’:
netical_wrap.c:5524:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5524:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_contact’:
netical_wrap.c:5559:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5559:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_contact’:
netical_wrap.c:5580:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5580:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimecontenttype’:
netical_wrap.c:5615:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5615:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimecontenttype’:
netical_wrap.c:5636:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5636:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimeoptinfo’:
netical_wrap.c:5671:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5671:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimeoptinfo’:
netical_wrap.c:5692:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5692:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_relatedto’:
netical_wrap.c:5727:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5727:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_relatedto’:
netical_wrap.c:5748:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5748:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_organizer’:
netical_wrap.c:5783:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5783:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_organizer’:
netical_wrap.c:5804:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5804:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_comment’:
netical_wrap.c:5839:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5839:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_comment’:
netical_wrap.c:5860:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5860:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicerror’:
netical_wrap.c:5895:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5895:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicerror’:
netical_wrap.c:5916:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:5916:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_trigger’:
netical_wrap.c:5944:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:5955:56: error: dereferencing pointer to incomplete type
     _result = (icalproperty *)icalproperty_new_trigger(*_arg0);
                                                        ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_trigger’:
netical_wrap.c:5964:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg1;
           ^
netical_wrap.c:5979:36: error: dereferencing pointer to incomplete type
     icalproperty_set_trigger(_arg0,*_arg1);
                                    ^
netical_wrap.c: In function ‘_wrap_icalproperty_get_trigger’:
netical_wrap.c:5985:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _result;
           ^
netical_wrap.c:5997:55: error: invalid application of ‘sizeof’ to incomplete type ‘union icaltriggertype’
     _result = (union icaltriggertype *) malloc(sizeof(union icaltriggertype ));
                                                       ^
netical_wrap.c:5998:5: error: dereferencing pointer to incomplete type
     *(_result) = icalproperty_get_trigger(_arg0);
     ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_class’:
netical_wrap.c:6014:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6014:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c:6015:31: error: incompatible type for argument 1 of ‘icalproperty_new_class’
     _result = (icalproperty *)icalproperty_new_class(_arg0);
                               ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2133:15: note: expected ‘enum icalproperty_class’ but argument is of type ‘char *’
 icalproperty* icalproperty_new_class(enum icalproperty_class v);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_set_class’:
netical_wrap.c:6035:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6035:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:6036:5: error: incompatible type for argument 2 of ‘icalproperty_set_class’
     icalproperty_set_class(_arg0,_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2134:6: note: expected ‘enum icalproperty_class’ but argument is of type ‘char *’
 void icalproperty_set_class(icalproperty* prop, enum icalproperty_class v);
      ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_x’:
netical_wrap.c:6070:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6070:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_x’:
netical_wrap.c:6091:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6091:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_transp’:
netical_wrap.c:6182:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6182:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c:6183:31: error: incompatible type for argument 1 of ‘icalproperty_new_transp’
     _result = (icalproperty *)icalproperty_new_transp(_arg0);
                               ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2468:15: note: expected ‘enum icalproperty_transp’ but argument is of type ‘char *’
 icalproperty* icalproperty_new_transp(enum icalproperty_transp v);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_set_transp’:
netical_wrap.c:6203:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6203:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:6204:5: error: incompatible type for argument 2 of ‘icalproperty_set_transp’
     icalproperty_set_transp(_arg0,_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2469:6: note: expected ‘enum icalproperty_transp’ but argument is of type ‘char *’
 void icalproperty_set_transp(icalproperty* prop, enum icalproperty_transp v);
      ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimeencoding’:
netical_wrap.c:6238:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6238:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimeencoding’:
netical_wrap.c:6259:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6259:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_location’:
netical_wrap.c:6350:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6350:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_location’:
netical_wrap.c:6371:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6371:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_requeststatus’:
netical_wrap.c:6406:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6406:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c:6407:31: error: incompatible type for argument 1 of ‘icalproperty_new_requeststatus’
     _result = (icalproperty *)icalproperty_new_requeststatus(_arg0);
                               ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2418:15: note: expected ‘struct icalreqstattype’ but argument is of type ‘char *’
 icalproperty* icalproperty_new_requeststatus(struct icalreqstattype v);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_set_requeststatus’:
netical_wrap.c:6427:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6427:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:6428:5: error: incompatible type for argument 2 of ‘icalproperty_set_requeststatus’
     icalproperty_set_requeststatus(_arg0,_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2419:6: note: expected ‘struct icalreqstattype’ but argument is of type ‘char *’
 void icalproperty_set_requeststatus(icalproperty* prop, struct icalreqstattype v);
      ^
netical_wrap.c: In function ‘_wrap_icalproperty_get_requeststatus’:
netical_wrap.c:6446:5: error: cannot convert to a pointer type
     _result = (char *)icalproperty_get_requeststatus(_arg0);
     ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_tzid’:
netical_wrap.c:6525:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6525:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_tzid’:
netical_wrap.c:6546:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6546:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_resources’:
netical_wrap.c:6581:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6581:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_resources’:
netical_wrap.c:6602:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6602:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_tzurl’:
netical_wrap.c:6637:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6637:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_tzurl’:
netical_wrap.c:6658:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6658:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_summary’:
netical_wrap.c:6994:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:6994:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_summary’:
netical_wrap.c:7015:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7015:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_tzname’:
netical_wrap.c:7113:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7113:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_tzname’:
netical_wrap.c:7134:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7134:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_rdate’:
netical_wrap.c:7173:31: error: incompatible type for argument 1 of ‘icalproperty_new_rdate’
     _result = (icalproperty *)icalproperty_new_rdate(*_arg0);
                               ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2378:15: note: expected ‘struct icaldatetimeperiodtype’ but argument is of type ‘struct icalperiodtype’
 icalproperty* icalproperty_new_rdate(struct icaldatetimeperiodtype v);
               ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_rdate’:
netical_wrap.c:7197:5: error: incompatible type for argument 2 of ‘icalproperty_set_rdate’
     icalproperty_set_rdate(_arg0,*_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2379:6: note: expected ‘struct icaldatetimeperiodtype’ but argument is of type ‘struct icalperiodtype’
 void icalproperty_set_rdate(icalproperty* prop, struct icaldatetimeperiodtype v);
      ^
netical_wrap.c: In function ‘_wrap_icalproperty_get_rdate’:
netical_wrap.c:7216:16: error: incompatible types when assigning to type ‘struct icalperiodtype’ from type ‘struct icaldatetimeperiodtype’
     *(_result) = icalproperty_get_rdate(_arg0);
                ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimefilename’:
netical_wrap.c:7232:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7232:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimefilename’:
netical_wrap.c:7253:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7253:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_url’:
netical_wrap.c:7288:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7288:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_url’:
netical_wrap.c:7309:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7309:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicclustercount’:
netical_wrap.c:7345:65: warning: passing argument 1 of ‘icalproperty_new_xlicclustercount’ makes pointer from integer without a cast
     _result = (icalproperty *)icalproperty_new_xlicclustercount(_arg0);
                                                                 ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2528:15: note: expected ‘const char *’ but argument is of type ‘int’
 icalproperty* icalproperty_new_xlicclustercount(const char* v);
               ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicclustercount’:
netical_wrap.c:7366:45: warning: passing argument 2 of ‘icalproperty_set_xlicclustercount’ makes pointer from integer without a cast
     icalproperty_set_xlicclustercount(_arg0,_arg1);
                                             ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2529:6: note: expected ‘const char *’ but argument is of type ‘int’
 void icalproperty_set_xlicclustercount(icalproperty* prop, const char* v);
      ^
netical_wrap.c: In function ‘_wrap_icalproperty_get_xlicclustercount’:
netical_wrap.c:7384:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     _result = (int )icalproperty_get_xlicclustercount(_arg0);
               ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_attach’:
netical_wrap.c:7404:55: error: dereferencing pointer to incomplete type
     _result = (icalproperty *)icalproperty_new_attach(*_arg0);
                                                       ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_attach’:
netical_wrap.c:7428:35: error: dereferencing pointer to incomplete type
     icalproperty_set_attach(_arg0,*_arg1);
                                   ^
netical_wrap.c: In function ‘_wrap_icalproperty_get_attach’:
netical_wrap.c:7446:55: error: invalid application of ‘sizeof’ to incomplete type ‘struct icalattachtype’
     _result = (struct icalattachtype *) malloc(sizeof(struct icalattachtype ));
                                                       ^
netical_wrap.c:7447:5: error: dereferencing pointer to incomplete type
     *(_result) = icalproperty_get_attach(_arg0);
     ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_new_query’:
netical_wrap.c:7463:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7463:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_query’:
netical_wrap.c:7484:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7484:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_calscale’:
netical_wrap.c:7575:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7575:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_calscale’:
netical_wrap.c:7596:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7596:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_xlicmimecharset’:
netical_wrap.c:7757:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7757:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_set_xlicmimecharset’:
netical_wrap.c:7778:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:7778:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalproperty_new_action’:
netical_wrap.c:8002:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:8002:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c:8003:31: error: incompatible type for argument 1 of ‘icalproperty_new_action’
     _result = (icalproperty *)icalproperty_new_action(_arg0);
                               ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2078:15: note: expected ‘enum icalproperty_action’ but argument is of type ‘char *’
 icalproperty* icalproperty_new_action(enum icalproperty_action v);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalproperty_set_action’:
netical_wrap.c:8023:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:8023:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c:8024:5: error: incompatible type for argument 2 of ‘icalproperty_set_action’
     icalproperty_set_action(_arg0,_arg1);
     ^
In file included from /usr/include/ical.h:25:0,
                 from netical_wrap.c:431:
/usr/include/libical/ical.h:2079:6: note: expected ‘enum icalproperty_action’ but argument is of type ‘char *’
 void icalproperty_set_action(icalproperty* prop, enum icalproperty_action v);
      ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalcomponent_new_from_string’:
netical_wrap.c:8571:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:8571:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalcomponent_get_properties’:
netical_wrap.c:8821:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (icalproperty **)icalcomponent_get_properties(_arg0,_arg1);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalcomponent_set_summary’:
netical_wrap.c:9402:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9402:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalcomponent_set_comment’:
netical_wrap.c:9441:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9441:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalcomponent_set_organizer’:
netical_wrap.c:9480:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9480:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalcomponent_get_organizer’:
netical_wrap.c:9499:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (char *)icalcomponent_get_organizer(_arg0);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalcomponent_set_uid’:
netical_wrap.c:9519:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9519:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparser_add_line’:
netical_wrap.c:9737:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9737:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparser_claim’:
netical_wrap.c:9758:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (icalcomponent *)icalparser_claim(_arg0);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalparser_parse_string’:
netical_wrap.c:9831:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9831:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalparser_parse_value’:
netical_wrap.c:9851:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9851:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_string_line_generator’:
netical_wrap.c:9874:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9874:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c:9883:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     _result = (char *)string_line_generator(_arg0,*_arg1,_arg2);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalmemory_tmp_copy’:
netical_wrap.c:9919:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:9919:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalmemory_append_string’:
netical_wrap.c:10041:33: error: ‘na’ undeclared (first use in this function)
     _arg3 = (char *) SvPV(ST(3),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:10041:22: note: in expansion of macro ‘SvPV’
     _arg3 = (char *) SvPV(ST(3),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalmemory_append_char’:
netical_wrap.c:10070:32: error: ‘na’ undeclared (first use in this function)
     _arg3 = (char) *SvPV(ST(3),na);
                                ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:10070:21: note: in expansion of macro ‘SvPV’
     _arg3 = (char) *SvPV(ST(3),na);
                     ^
netical_wrap.c: In function ‘_wrap_icalmemory_strdup’:
netical_wrap.c:10085:33: error: ‘na’ undeclared (first use in this function)
     _arg0 = (char *) SvPV(ST(0),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:10085:22: note: in expansion of macro ‘SvPV’
     _arg0 = (char *) SvPV(ST(0),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_binary_set’:
netical_wrap.c:11112:63: error: dereferencing pointer to incomplete type
 #define icalattachtype_binary_set(_swigobj,_swigval) (_swigobj->binary = _swigval,_swigval)
                                                               ^
netical_wrap.c:11132:23: note: in expansion of macro ‘icalattachtype_binary_set’
     _result = (void *)icalattachtype_binary_set(_arg0,_arg1);
                       ^
netical_wrap.c: In function ‘_wrap_icalattachtype_binary_get’:
netical_wrap.c:11138:63: error: dereferencing pointer to incomplete type
 #define icalattachtype_binary_get(_swigobj) ((void *) _swigobj->binary)
                                                               ^
netical_wrap.c:11153:23: note: in expansion of macro ‘icalattachtype_binary_get’
     _result = (void *)icalattachtype_binary_get(_arg0);
                       ^
netical_wrap.c: In function ‘_wrap_icalattachtype_owns_binary_set’:
netical_wrap.c:11159:68: error: dereferencing pointer to incomplete type
 #define icalattachtype_owns_binary_set(_swigobj,_swigval) (_swigobj->owns_binary = _swigval,_swigval)
                                                                    ^
netical_wrap.c:11176:21: note: in expansion of macro ‘icalattachtype_owns_binary_set’
     _result = (int )icalattachtype_owns_binary_set(_arg0,_arg1);
                     ^
netical_wrap.c: In function ‘_wrap_icalattachtype_owns_binary_get’:
netical_wrap.c:11182:66: error: dereferencing pointer to incomplete type
 #define icalattachtype_owns_binary_get(_swigobj) ((int ) _swigobj->owns_binary)
                                                                  ^
netical_wrap.c:11197:21: note: in expansion of macro ‘icalattachtype_owns_binary_get’
     _result = (int )icalattachtype_owns_binary_get(_arg0);
                     ^
netical_wrap.c: In function ‘icalattachtype_base64_set’:
netical_wrap.c:11204:12: error: dereferencing pointer to incomplete type
     if (obj->base64) free(obj->base64);
            ^
netical_wrap.c:11204:30: error: dereferencing pointer to incomplete type
     if (obj->base64) free(obj->base64);
                              ^
netical_wrap.c:11205:8: error: dereferencing pointer to incomplete type
     obj->base64 = (char *) malloc(strlen(val)+1);
        ^
netical_wrap.c:11206:15: error: dereferencing pointer to incomplete type
     strcpy(obj->base64,val);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalattachtype_base64_set’:
netical_wrap.c:11224:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:11224:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_base64_get’:
netical_wrap.c:11231:63: error: dereferencing pointer to incomplete type
 #define icalattachtype_base64_get(_swigobj) ((char *) _swigobj->base64)
                                                               ^
netical_wrap.c:11246:23: note: in expansion of macro ‘icalattachtype_base64_get’
     _result = (char *)icalattachtype_base64_get(_arg0);
                       ^
netical_wrap.c: In function ‘_wrap_icalattachtype_owns_base64_set’:
netical_wrap.c:11252:68: error: dereferencing pointer to incomplete type
 #define icalattachtype_owns_base64_set(_swigobj,_swigval) (_swigobj->owns_base64 = _swigval,_swigval)
                                                                    ^
netical_wrap.c:11269:21: note: in expansion of macro ‘icalattachtype_owns_base64_set’
     _result = (int )icalattachtype_owns_base64_set(_arg0,_arg1);
                     ^
netical_wrap.c: In function ‘_wrap_icalattachtype_owns_base64_get’:
netical_wrap.c:11275:66: error: dereferencing pointer to incomplete type
 #define icalattachtype_owns_base64_get(_swigobj) ((int ) _swigobj->owns_base64)
                                                                  ^
netical_wrap.c:11290:21: note: in expansion of macro ‘icalattachtype_owns_base64_get’
     _result = (int )icalattachtype_owns_base64_get(_arg0);
                     ^
netical_wrap.c: In function ‘icalattachtype_url_set’:
netical_wrap.c:11297:12: error: dereferencing pointer to incomplete type
     if (obj->url) free(obj->url);
            ^
netical_wrap.c:11297:27: error: dereferencing pointer to incomplete type
     if (obj->url) free(obj->url);
                           ^
netical_wrap.c:11298:8: error: dereferencing pointer to incomplete type
     obj->url = (char *) malloc(strlen(val)+1);
        ^
netical_wrap.c:11299:15: error: dereferencing pointer to incomplete type
     strcpy(obj->url,val);
               ^
In file included from /usr/lib64/perl5/CORE/perl.h:3471:0,
                 from netical_wrap.c:29:
netical_wrap.c: In function ‘_wrap_icalattachtype_url_set’:
netical_wrap.c:11317:33: error: ‘na’ undeclared (first use in this function)
     _arg1 = (char *) SvPV(ST(1),na);
                                 ^
/usr/lib64/perl5/CORE/sv.h:1647:10: note: in definition of macro ‘SvPV_flags’
      ? ((lp = SvCUR(sv)), SvPVX(sv)) : sv_2pv_flags(sv, &lp, flags))
          ^
netical_wrap.c:11317:22: note: in expansion of macro ‘SvPV’
     _arg1 = (char *) SvPV(ST(1),na);
                      ^
netical_wrap.c: In function ‘_wrap_icalattachtype_url_get’:
netical_wrap.c:11324:60: error: dereferencing pointer to incomplete type
 #define icalattachtype_url_get(_swigobj) ((char *) _swigobj->url)
                                                            ^
netical_wrap.c:11339:23: note: in expansion of macro ‘icalattachtype_url_get’
     _result = (char *)icalattachtype_url_get(_arg0);
                       ^
netical_wrap.c: In function ‘_wrap_icalattachtype_refcount_set’:
netical_wrap.c:11345:65: error: dereferencing pointer to incomplete type
 #define icalattachtype_refcount_set(_swigobj,_swigval) (_swigobj->refcount = _swigval,_swigval)
                                                                 ^
netical_wrap.c:11362:21: note: in expansion of macro ‘icalattachtype_refcount_set’
     _result = (int )icalattachtype_refcount_set(_arg0,_arg1);
                     ^
netical_wrap.c: In function ‘_wrap_icalattachtype_refcount_get’:
netical_wrap.c:11368:63: error: dereferencing pointer to incomplete type
 #define icalattachtype_refcount_get(_swigobj) ((int ) _swigobj->refcount)
                                                               ^
netical_wrap.c:11383:21: note: in expansion of macro ‘icalattachtype_refcount_get’
     _result = (int )icalattachtype_refcount_get(_arg0);
                     ^
netical_wrap.c: In function ‘_wrap_icaltriggertype_time_set’:
netical_wrap.c:11481:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:11477:62: error: dereferencing pointer to incomplete type
 #define icaltriggertype_time_set(_swigobj,_swigval) (_swigobj->time = *(_swigval),_swigval)
                                                              ^
netical_wrap.c:11497:38: note: in expansion of macro ‘icaltriggertype_time_set’
     _result = (struct icaltimetype *)icaltriggertype_time_set(_arg0,_arg1);
                                      ^
netical_wrap.c: In function ‘_wrap_icaltriggertype_time_get’:
netical_wrap.c:11507:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:11503:54: error: dereferencing pointer to incomplete type
 #define icaltriggertype_time_get(_swigobj) (&_swigobj->time)
                                                      ^
netical_wrap.c:11518:38: note: in expansion of macro ‘icaltriggertype_time_get’
     _result = (struct icaltimetype *)icaltriggertype_time_get(_arg0);
                                      ^
netical_wrap.c: In function ‘_wrap_icaltriggertype_duration_set’:
netical_wrap.c:11528:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:11524:66: error: dereferencing pointer to incomplete type
 #define icaltriggertype_duration_set(_swigobj,_swigval) (_swigobj->duration = *(_swigval),_swigval)
                                                                  ^
netical_wrap.c:11544:42: note: in expansion of macro ‘icaltriggertype_duration_set’
     _result = (struct icaldurationtype *)icaltriggertype_duration_set(_arg0,_arg1);
                                          ^
netical_wrap.c: In function ‘_wrap_icaltriggertype_duration_get’:
netical_wrap.c:11554:11: error: ‘icaltriggertype’ defined as wrong kind of tag
     union icaltriggertype * _arg0;
           ^
netical_wrap.c:11550:58: error: dereferencing pointer to incomplete type
 #define icaltriggertype_duration_get(_swigobj) (&_swigobj->duration)
                                                          ^
netical_wrap.c:11565:42: note: in expansion of macro ‘icaltriggertype_duration_get’
     _result = (struct icaldurationtype *)icaltriggertype_duration_get(_arg0);
                                          ^
netical_wrap.c: In function ‘_wrap_perl5_Net__ICal_var_init’:
netical_wrap.c:11999:49: error: ‘ICAL_TRANS_TRANSPARENT’ undeclared (first use in this function)
     swig_setiv("ICAL_TRANS_TRANSPARENT", (long) ICAL_TRANS_TRANSPARENT);
                                                 ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12000:50: error: ‘ICAL_CALSCALE_GREGORIAN’ undeclared (first use in this function)
     swig_setiv("ICAL_CALSCALE_GREGORIAN", (long) ICAL_CALSCALE_GREGORIAN);
                                                  ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12004:43: error: ‘ICAL_CLASS_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_CLASS_XNAME", (long) ICAL_CLASS_XNAME);
                                           ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12018:44: error: ‘ICAL_ACTION_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_ACTION_XNAME", (long) ICAL_ACTION_XNAME);
                                            ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12026:50: error: ‘ICAL_DATETIMEDATE_VALUE’ undeclared (first use in this function)
     swig_setiv("ICAL_DATETIMEDATE_VALUE", (long) ICAL_DATETIMEDATE_VALUE);
                                                  ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12038:42: error: ‘ICAL_TIME_VALUE’ undeclared (first use in this function)
     swig_setiv("ICAL_TIME_VALUE", (long) ICAL_TIME_VALUE);
                                          ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12043:43: error: ‘ICAL_XNAME_VALUE’ undeclared (first use in this function)
     swig_setiv("ICAL_XNAME_VALUE", (long) ICAL_XNAME_VALUE);
                                           ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12074:44: error: ‘ICAL_CUTYPE_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_CUTYPE_XNAME", (long) ICAL_CUTYPE_XNAME);
                                            ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12077:46: error: ‘ICAL_ENCODING_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_ENCODING_XNAME", (long) ICAL_ENCODING_XNAME);
                                              ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12082:44: error: ‘ICAL_FBTYPE_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_FBTYPE_XNAME", (long) ICAL_FBTYPE_XNAME);
                                            ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12090:46: error: ‘ICAL_PARTSTAT_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_PARTSTAT_XNAME", (long) ICAL_PARTSTAT_XNAME);
                                              ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12099:45: error: ‘ICAL_RELTYPE_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_RELTYPE_XNAME", (long) ICAL_RELTYPE_XNAME);
                                             ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12104:42: error: ‘ICAL_ROLE_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_ROLE_XNAME", (long) ICAL_ROLE_XNAME);
                                          ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12110:57: error: ‘ICAL_XLICERRORTYPE_UNKVCALPROP’ undeclared (first use in this function)
     swig_setiv("ICAL_XLICERRORTYPE_UNKVCALPROP", (long) ICAL_XLICERRORTYPE_UNKVCALPROP);
                                                         ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12120:43: error: ‘ICAL_VALUE_XNAME’ undeclared (first use in this function)
     swig_setiv("ICAL_VALUE_XNAME", (long) ICAL_VALUE_XNAME);
                                           ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12132:42: error: ‘ICAL_VALUE_TIME’ undeclared (first use in this function)
     swig_setiv("ICAL_VALUE_TIME", (long) ICAL_VALUE_TIME);
                                          ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12183:55: error: ‘ICAL_MULTIPLEINCLUSION_ERROR’ undeclared (first use in this function)
     swig_setiv("ICAL_MULTIPLEINCLUSION_ERROR", (long) ICAL_MULTIPLEINCLUSION_ERROR);
                                                       ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
netical_wrap.c:12184:46: error: ‘ICAL_TIMEDOUT_ERROR’ undeclared (first use in this function)
     swig_setiv("ICAL_TIMEDOUT_ERROR", (long) ICAL_TIMEDOUT_ERROR);
                                              ^
netical_wrap.c:437:39: note: in definition of macro ‘swig_setiv’
 #define swig_setiv(a,b) _swig_setiv(a,b)
                                       ^
In file included from netical_wrap.c:30:0:
netical_wrap.c: At top level:
netical_wrap.c:12204:4: error: conflicting types for ‘boot_Net__ICal’
 XS(boot_Net__ICal) {
    ^
/usr/lib64/perl5/CORE/XSUB.h:141:36: note: in definition of macro ‘XS_EXTERNAL’
 #    define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
                                    ^
netical_wrap.c:12204:1: note: in expansion of macro ‘XS’
 XS(boot_Net__ICal) {
 ^
netical_wrap.c:426:17: note: previous declaration of ‘boot_Net__ICal’ was here
 SWIGEXPORT(void,boot_Net__ICal)(CV* cv);
                 ^
netical_wrap.c:50:30: note: in definition of macro ‘SWIGEXPORT’
 #   define SWIGEXPORT(a,b) a b
                              ^
netical_wrap.c: In function ‘boot_Net__ICal’:
netical_wrap.c:12819:12: error: ‘sv_yes’ undeclared (first use in this function)
   ST(0) = &sv_yes;
            ^
make: *** [netical_wrap.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.10


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = cs_CZ.UTF-8
    LC_ALL = cs_CZ.UTF-8
    LC_COLLATE = C
    LC_CTYPES = cs_CZ.UTF-8
    PATH = /home/petr/perl5/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/qt/bin:/home/petr/bin
    PERL = /usr/bin/perl5.18.1
    PERL5LIB = /home/petr/perl5/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 20255
    PERL5_CPAN_IS_RUNNING = 20255
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 980,20255
    PERL_CR_SMOKER_CURRENT = Net-ICal-0.11
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /home/petr/perl5
    PERL_LWP_SSL_CA_PATH = /etc/ssl/certs
    PERL_MB_OPT = --install_base "/home/petr/perl5"
    PERL_MM_OPT = INSTALL_BASE=/home/petr/perl5
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/bin/perl5.18.1
    $UID/$EUID = 1000 / 1000
    $GID = 100 7 10 11 17 18 19 93 100
    $EGID = 100 7 10 11 17 18 19 93 100

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150005
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280210
    ExtUtils::Command   7.10    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 7.10    
    ExtUtils::Manifest  1.65    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4003  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.26    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.10.9, archname=x86_64-linux-thread-multi
    uname='linux hive64 3.10.9 #1 smp wed aug 21 14:50:51 cdt 2013 x86_64 amd phenom(tm) ii x6 1100t processor authenticamd gnulinux '
    config_args='-de -Dprefix=/usr -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl5 -Dsitearch=/usr/local/lib64/perl5 -Darchlib=/usr/lib64/perl5 -Dvendorprefix=/usr -Dprivlib=/usr/share/perl5 -Dvendorlib=/usr/share/perl5/vendor_perl -Dvendorarch=/usr/lib64/perl5/vendor_perl -Dscriptdir=/usr/bin -Dcccdlflags=-fPIC -Dinstallprefix=/usr -Dlibpth=/usr/local/lib64 /usr/lib64 /lib64 -Doptimize=-O2 -fPIC -Dusethreads -Duseithreads -Duseshrplib -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Darchname=x86_64-linux'
    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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -fPIC',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.8.1', 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='cc', ldflags =' -fstack-protector'
    libpth=/usr/local/lib64 /usr/lib64 /lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib64/libc-2.17.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib64/perl5/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -fPIC -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_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND 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 linux
  Compiled at Sep  2 2013 18:11:30
  %ENV:
    PERL="/usr/bin/perl5.18.1"
    PERL5LIB="/home/petr/perl5/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="20255"
    PERL5_CPAN_IS_RUNNING="20255"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="980,20255"
    PERL_CR_SMOKER_CURRENT="Net-ICal-0.11"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/home/petr/perl5"
    PERL_LWP_SSL_CA_PATH="/etc/ssl/certs"
    PERL_MB_OPT="--install_base "/home/petr/perl5""
    PERL_MM_OPT="INSTALL_BASE=/home/petr/perl5"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/petr/perl5/lib/perl5/5.18.1/x86_64-linux-thread-multi
    /home/petr/perl5/lib/perl5/5.18.1
    /home/petr/perl5/lib/perl5/x86_64-linux-thread-multi
    /home/petr/perl5/lib/perl5
    /usr/local/lib64/perl5
    /usr/local/share/perl5
    /usr/lib64/perl5/vendor_perl
    /usr/share/perl5/vendor_perl
    /usr/lib64/perl5
    /usr/share/perl5
    .