Where will the RxPerl source directory be constructed? [../../RxPerl] Writing Makefile for Rx cp annotate_regexes.pl blib/lib/annotate_regexes.pl cp dump_regexes.pl blib/lib/dump_regexes.pl cp bytecode.pl blib/lib/bytecode.pl cp Rx.pm blib/lib/Rx.pm cp offsets.pl blib/lib/offsets.pl cp testit.pl blib/lib/testit.pl cp try.pl blib/lib/try.pl /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap Rx.xs > Rx.xsc && mv Rx.xsc Rx.c Please specify prototyping behavior for Rx.xs (see perlxs manual) cc -c -IRxPerl -DREG_COMP_C -DDEBUGGING -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Rx.c Warning 430: "Rx.c", line 50 # The variable 'RETVAL' is never initialized. unsigned RETVAL; ^^^^^^ Warning 11010: Exact position unknown; near ["XS_Rx__xs_callback_glue", line 98]. # ["/home/cpanrun/.ccache/Rx.tmp.bigsur03.2393.i", line 98:34 XS_Rx__xs_callback_glue] Uninitialized variable 'RETVAL' cc -c -IRxPerl -DREG_COMP_C -DDEBUGGING -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Dump.c Warning 942: "Dump.c", line 161 # Types 'reg_substr_data *' and 'char *' are not assignment-compatible. rx->substrs = (( (*Perl_hv_fetch(((PerlInterpreter *)pthread_get ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 187: "Dump.c", line 206 # Referenced object 'op_pmregexp' is not a member of struct pmop ["/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE/op.h", line 246]. ((PMOP *)match)->op_pmregexp = rx; ^^^^^^^^^^^ Warning 942: "Dump.c", line 371 # Types 'const char *' and 'reg_substr_data *' are not assignment-compatible. rlInterpreter *)pthread_getspecific((*Perl_Gthr_key_ptr(0L)))), rx->substrs,sizeof(*rx->substrs)),0) ; ^^^^^^^^^^^ Warning 362: "Dump.c", line 500 # Value expected for return statement; function is not of void type. if (next_off == 0) return; ^^^^^^^ make: *** [Dump.o] Error 2