From 51dd4d4e8af54f17d8f6d969a32d6ff97411cb16 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 6 Jul 2013 22:00:54 +0200 Subject: [PATCH] Compile fixes --- Build.PL | 4 ++++ xs/xsp/my.map | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 650934dd..9f465a3f 100644 --- a/Build.PL +++ b/Build.PL @@ -95,6 +95,10 @@ EOF my $res = system $cpanm, "$module~$version"; $missing_prereqs = 1 if $res != 0 && exists $prereqs{$module}; } + + # temporarily require this dev version until this upstream bug + # is resolved: https://rt.cpan.org/Ticket/Display.html?id=86367 + system $cpanm, 'SMUELLER/ExtUtils-ParseXS-3.18_04.tar.gz'; system $cpanm, '--reinstall', './xs'; } diff --git a/xs/xsp/my.map b/xs/xsp/my.map index 329d75e4..7c189907 100644 --- a/xs/xsp/my.map +++ b/xs/xsp/my.map @@ -2,4 +2,3 @@ ZTable* O_OBJECT TriangleMesh* O_OBJECT Point* O_OBJECT ExPolygon* O_OBJECT -std::vector< unsigned int >* T_STD_VECTOR_UINT_PTR