Package Details: slic3r 1.3.0-20

Git Clone URL: https://aur.archlinux.org/slic3r.git (read-only, click to copy)
Package Base: slic3r
Description: Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge.
Upstream URL: http://slic3r.org/
Keywords: 3d-printing
Licenses: GPL
Conflicts: slic3r-git
Provides: slic3r
Submitter: nickoe
Maintainer: nickoe (swiftgeek)
Last Packager: nickoe
Votes: 53
Popularity: 0.094419
First Submitted: 2012-08-26 23:07 (UTC)
Last Updated: 2022-09-24 18:19 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

nickoe commented on 2022-09-24 18:21 (UTC)

I added some patches now that appear to make it build. I have not really tested if everything works, but I assume so.

Darkmind2007 commented on 2022-09-23 17:30 (UTC)

So is there any best known method for installing this package? I'm facing the same compilation issue as K4LCIFER

MarsSeed commented on 2022-06-03 11:25 (UTC)

This should depend on perl-extutils-makemaker, perl-extutils-parsexs, and perl-threads, not their '-aur' suffixed counterparts.

Perl provides newer versions of those than the separate packages.

lloir commented on 2022-02-07 10:30 (UTC)

Compiling problem and how to resolve https://github.com/boostorg/endian/issues/45#issuecomment-664760174

nickoe commented on 2021-08-25 21:44 (UTC) (edited on 2022-06-06 21:48 (UTC) by nickoe)

If I remove the include and the assert that uses the boost macro it just fails with other stuff. I am probably not going to use more time on this anytime soon. It would be nicer if slic3r would actually just tag some newer releases.

nickoe commented on 2021-08-25 21:33 (UTC)

Hmm, not really sure how to patch it, but it appears that the header has been removed in recent boost versions. See https://github.com/boostorg/predef/commit/aa6e232bf170ad8b856aff9e7c70334f77441c7f

stanm commented on 2021-08-25 10:26 (UTC)

The error reported by K4LCIFER is still an issue.

K4LCIFER commented on 2021-08-02 22:22 (UTC)

Won't build do to errors:

src/admesh/stl.h:29:10: fatal error: boost/detail/endian.hpp: No such file or directory
   29 | #include <boost/detail/endian.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error building src/libslic3r/Model.o from 'src/libslic3r/Model.cpp' at /usr/share/perl5/core_perl/ExtUtils/CBuilder/Base.pm line 185.
==> ERROR: A failure occurred in build().
    Aborting...

sez11a commented on 2021-04-21 18:54 (UTC)

Caveat: I don't know anything about Perl apps. I get this error when attempting to start slic3r:

/usr/bin/slic3r: line 4: slic3r.pl: command not found

I examined the package and found that this file is in a subdir called vendor_perl in /usr/bin, so I modified /usr/bin/slic3r to point to that. Now I get this error:

Can't load '/usr/lib/perl5/5.32/vendor_perl/auto/Slic3r/XS/XS.so' for module Slic3r::XS: libboost_thread.so.1.72.0: cannot open shared object file: No such file or directory at /usr/share/perl5/core_perl/XSLoader.pm line 93.
 at /usr/lib/perl5/5.32/vendor_perl/Slic3r/XS.pm line 9.
Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r.pm line 53.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r.pm line 53.
Compilation failed in require at ./vendor_perl/slic3r.pl line 15.
BEGIN failed--compilation aborted at ./vendor_perl/slic3r.pl line 15.

These files are in a separate /usr/lib/perl5/5.32/vendor_perl/Slic3r directory, so I'm thinking there's some kind of packaging issue here, or something I need to add to my $path? Is anybody else having these problems?