Closed sebafudi closed 5 years ago
Can't reproduce, but it looks like ExtUtils::Typemaps::Basic
module is missing.
Did you:
export PERL5LIB=<PATH_TO_SOURCE>/Slic3r/local-lib/lib/perl5
(replace PATH_TO_SOURCE with your actual path). Also try to export the path before executing cmake ..
which would be the correct order anyway in my opinion...ExtUtils::Typemaps::Basic
dependency was just added by https://github.com/Zip-o-mat/Slic3r/pull/1 (the file is affected here: https://github.com/Zip-o-mat/Slic3r/pull/1/commits/4ffa4d39b4111292b9268597e6f3535804c40c74)I've used relative path to perl libraries. like this export PERL5LIB=../local-lib/lib/perl5
It built successfully when I've used absolute path like this export PERL5LIB=/home/<USERNAME>/Slic3r/local-lib/lib/perl5
Thanks!
Operating system type + version
Ubuntu 18.04 LTS Clean installation set up specifically for this build.
Behavior
make
comand at[91%] Generating typemap