Cannot build, stuck on make -j2
a2902793 opened this issue · 2 comments
Which version of slic3r are you using?
I followed the instructions,
SLIC3R_REPO="https://github.com/slic3r/Slic3r.git"
SLIC3R_VERSION="master"
SLIC3R_DIR=~/Slic3r
so it's 1.3.0.
However, it says in the README that Slic3r's stable versions 1.1.7 and 1.2.9
, so I gave 1.2.9 a try, checked it out and tried again, but this time I can't even get pass perl Build.PL --sudo
, it throws errors like this
I've tried solving that error and this reply in stackoverflow suggests that type casting needs to be done. So again, I tried adding (bool)
to the lines showing errors and it built without errors but make files weren't generated (in which I saw this was fixed in Slic3rs commit 6e5938)
I'm facing problems and errors similar to this issue, should I reopen this issue onto Slic3r's page?