OctoPrint / OctoPrint-Slic3r

Slic3r plugin for slicing within OctoPrint
GNU Affero General Public License v3.0
88 stars 30 forks source link

Cannot build, stuck on make -j2 #54

Open a2902793 opened 5 years ago

a2902793 commented 5 years ago

I was building Slic3r on my pi3 (followed the steps on wiki), where I got to sudo make -j2 and it shows this error

Image 6

Any suggestions on how can I solve this issue? Thanks.

eyal0 commented 5 years ago

Which version of slic3r are you using?

a2902793 commented 5 years ago

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

Image 7

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?