>>>>> "Andy" == Andy Wardley <[EMAIL PROTECTED]> writes:
Andy> Randal L. Schwartz wrote: >> 1.17 also breaks on OSX, whereas 1.15 worked fine. >> But I don't know where to send the bug report. :( Andy> Is it the fileline.t bug? It should be fixed in 2.18 as Andy> it was in 2.15a, b and c. Nope. 2.16 worked, but 2.17 is broke. Default answers to all config: /opt/perl/snap/bin/perl /Volumes/UFS/opt/perl/snap/lib/5.8.8/ExtUtils/xsubpp -typemap /opt/perl/snap/lib/5.8.8/ExtUtils/typemap Stash.xs > Stash.xsc && mv Stash.xsc Stash.c cc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/sw/include -O3 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" "-I/opt/perl/snap/lib/5.8.8/darwin/CORE" Stash.c In file included from Stash.xs:41: ppport.h:356:1: warning: "PERL_UNUSED_DECL" redefined In file included from Stash.xs:40: /opt/perl/snap/lib/5.8.8/darwin/CORE/perl.h:181:1: warning: this is the location of the previous definition Stash.xs: In function 'assign': Stash.xs:502: error: parse error before 'svtype' Stash.xs:531: error: break statement not within loop or switch Stash.xs:533: error: case label not within a switch statement Stash.xs:575: error: break statement not within loop or switch Stash.xs:577: error: 'default' label not within a switch statement Stash.xs: At top level: Stash.xs:583: error: parse error before 'else' make[1]: *** [Stash.o] Error 1 make: *** [subdirs] Error 2 /usr/bin/make -- NOT OK That's new in 2.17. Maybe it's bleadperl messing you up too... I've recently updated that. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
