<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Slic3r error</title>
        <description> In previous post things became a little disjointed, so Im starting over making the problem more simplified.
I can navigate to the Slic3r folder and try to run slic3r and get the following error. Like I said Im a total noob so please be explicate with any helps, thanks.

dave@ubuntu-desktop:~/reprap/Software-master/slic3r$ ./slic3r.pl
Can&#039;t locate Boost/Geometry/Utils.pm in @INC (@INC contains: /home/dave/reprap/Software-master/slic3r/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/dave/reprap/Software-master/slic3r/lib/Slic3r.pm line 32.
BEGIN failed--compilation aborted at /home/dave/reprap/Software-master/slic3r/lib/Slic3r.pm line 32.
Compilation failed in require at ./slic3r.pl line 16.
BEGIN failed--compilation aborted at ./slic3r.pl line 16.</description>
        <link>https://reprap.org/forum/read.php?263,216582,216582#msg-216582</link>
        <lastBuildDate>Fri, 15 May 2026 07:17:01 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?263,216582,216642#msg-216642</guid>
            <title>Re: Slic3r error[Solved]</title>
            <link>https://reprap.org/forum/read.php?263,216582,216642#msg-216642</link>
            <description><![CDATA[ OMG yes it works!<br />
For those with the same problem, delete all files and folders, or rename containing slic3r.<br />
Then follow source download instructions here:<br />
<u>http://slic3r.org/download</u><br />
ignore the part underneath that talks about installing other crap first. Just do the top four lines and it works, installs everything checks everything.<br />
When your finished you can enter slic3r with ./slic3r.pl  and it will work!]]></description>
            <dc:creator>virgodave61</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 08 Jun 2013 21:58:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,216582,216592#msg-216592</guid>
            <title>Re: Slic3r error</title>
            <link>https://reprap.org/forum/read.php?263,216582,216592#msg-216592</link>
            <description><![CDATA[ So then I tried:<br />
<br />
sudo cpanm Boost::Geometry::Utils Math::Clipper \<br />
    Math::ConvexHull Math::ConvexHull::MonotoneChain Math::Geometry::Voronoi Math::PlanePath Moo Wx XML::SAX<br />
<br />
and end up with:<br />
<br />
--&gt; Working on Boost::Geometry::Utils<br />
Fetching [<a href="http://www.cpan.org/authors/id/A/AA/AAR/Boost-Geometry-Utils-0.13.tar.gz" target="_blank"  rel="nofollow">www.cpan.org</a>] ... OK<br />
Configuring Boost-Geometry-Utils-0.13 ... OK<br />
==&gt; Found dependencies: ExtUtils::Typemaps::Default<br />
--&gt; Working on ExtUtils::Typemaps::Default<br />
Fetching [<a href="http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.03.tar.gz" target="_blank"  rel="nofollow">www.cpan.org</a>] ... OK<br />
Configuring ExtUtils-Typemaps-Default-1.03 ... OK<br />
==&gt; Found dependencies: ExtUtils::Typemaps<br />
Found ExtUtils::Typemaps 3.18 which doesn't satisfy 3.18_03.<br />
! Installing the dependencies failed: Installed version (3.18) of ExtUtils::Typemaps is not in range '3.18_03'<br />
! Bailing out the installation for ExtUtils-Typemaps-Default-1.03. Retry with --prompt or --force.<br />
! Installing the dependencies failed: Module 'ExtUtils::Typemaps::Default' is not installed<br />
! Bailing out the installation for Boost-Geometry-Utils-0.13. Retry with --prompt or --force.<br />
--&gt; Working on Math::Clipper<br />
Fetching [<a href="http://www.cpan.org/authors/id/A/AA/AAR/Math-Clipper-1.22.tar.gz" target="_blank"  rel="nofollow">www.cpan.org</a>] ... OK<br />
Configuring Math-Clipper-1.22 ... OK<br />
==&gt; Found dependencies: ExtUtils::Typemaps::Default<br />
! Installing the dependencies failed: Module 'ExtUtils::Typemaps::Default' is not installed<br />
! Bailing out the installation for Math-Clipper-1.22. Retry with --prompt or --force.<br />
Math::ConvexHull is up to date. (1.04)<br />
Math::ConvexHull::MonotoneChain is up to date. (0.01)<br />
Math::Geometry::Voronoi is up to date. (1.3)<br />
Math::PlanePath is up to date. (104)<br />
Moo is up to date. (1.002000)<br />
Wx is up to date. (0.9922)<br />
XML::SAX is up to date. (0.99)<br />
<br />
So I went cpan.org/~smueller/ExtUtils-ParseXS/ and downloaded	ExtUtils-ParseXS-3.18_03, but when I try to extract it it tells me it doesnt look a tar archive and aborts.<br />
Am I on the right track and what am I missing here,please?]]></description>
            <dc:creator>virgodave61</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 08 Jun 2013 15:33:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?263,216582,216582#msg-216582</guid>
            <title>Slic3r error</title>
            <link>https://reprap.org/forum/read.php?263,216582,216582#msg-216582</link>
            <description><![CDATA[ In previous post things became a little disjointed, so Im starting over making the problem more simplified.<br />
I can navigate to the Slic3r folder and try to run slic3r and get the following error. Like I said Im a total noob so please be explicate with any helps, thanks.<br />
<br />
dave@ubuntu-desktop:~/reprap/Software-master/slic3r$ ./slic3r.pl<br />
Can't locate Boost/Geometry/Utils.pm in @INC (@INC contains: /home/dave/reprap/Software-master/slic3r/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/dave/reprap/Software-master/slic3r/lib/Slic3r.pm line 32.<br />
BEGIN failed--compilation aborted at /home/dave/reprap/Software-master/slic3r/lib/Slic3r.pm line 32.<br />
Compilation failed in require at ./slic3r.pl line 16.<br />
BEGIN failed--compilation aborted at ./slic3r.pl line 16.]]></description>
            <dc:creator>virgodave61</dc:creator>
            <category>Slic3r</category>
            <pubDate>Sat, 08 Jun 2013 15:10:45 -0400</pubDate>
        </item>
    </channel>
</rss>
