-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue running export line of code #18
Comments
Try |
I tried this several times before and got an error here every time as well. Here's the code: maggie@maggie-VirtualBox: |
Sorry for my late answer.
and
? |
Yes, I've copied and pasted every line up to the point where I get the error. |
Sorry but I can't help you because I cant reproduce the error and I have no idea how to solve this. |
or you try my current work in progress branch:
And build with the following instructions:
|
I am using Ubuntu 18.04 as well. Can't seem to get it to work. Thanks for the help anyway. |
Hello @maggiefannick, Actual solution after the borring introduction:
I made myself an account in GitHub specialy to try give a solution to this mutual problem, i hope it will be helpful. Please share if you try it. Stay safe and happy compiling :) |
I'm having issues with the export command not being able to export PERL5LIB. My code is below:
maggie@maggie-VirtualBox:
$ cd Slic3r/Slic3r$ git checkout nonplanarmaggie@maggie-VirtualBox:
M Build.PL
Already on 'nonplanar'
Your branch is up to date with 'origin/nonplanar'.
maggie@maggie-VirtualBox:
/Slic3r$ cd build/Slic3r/build$ cmake ..maggie@maggie-VirtualBox:
PATH: /home/maggie/Slic3r/local-lib/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PERL5LIB: /home/maggie/Slic3r/local-lib/lib/perl:
Slic3r will be built with GUI support
-- PERL_INCLUDE_PATH = /usr/lib/x86_64-linux-gnu/perl/5.26/CORE
-- PERL_LIBRARY = /usr/lib/x86_64-linux-gnu/libperl.so.5.26
-- PERL_EXECUTABLE = /usr/bin/perl
-- PERL_SITESEARCH = UNKNOWN
-- PERL_SITELIB = /usr/local/share/perl/5.26.1
-- PERL_VENDORARCH = /usr/lib/x86_64-linux-gnu/perl5/5.26
-- PERL_VENDORLIB = /usr/share/perl5
-- PERL_ARCHLIB = /usr/lib/x86_64-linux-gnu/perl/5.26
-- PERL_PRIVLIB = /usr/share/perl/5.26
-- PERL_EXTRA_C_FLAGS = -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include
-- PerlEmbed_ARCHNAME = x86_64-linux-gnu-thread-multi
-- PerlEmbed_CCFLAGS = -D_REENTRANT;-D_GNU_SOURCE;-DDEBIAN;-fwrapv;-fno-strict-aliasing;-pipe;-I/usr/local/include;-D_LARGEFILE_SOURCE;-D_FILE_OFFSET_BITS=64
-- PerlEmbed_CCCDLFLAGS = -fPIC
-- LD = x86_64-linux-gnu-gcc
-- PerlEmbed_LDFLAGS = -Wl,-E;-fstack-protector-strong;-L/usr/local/lib;-L/usr/lib/x86_64-linux-gnu/perl/5.26/CORE;-lperl;-ldl;-lm;-lpthread;-lc;-lcrypt
-- PerlEmbed_LDDLFLAGS = -shared;-L/usr/local/lib;-fstack-protector-strong
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- filesystem
-- thread
-- log
-- locale
-- chrono
-- date_time
-- atomic
-- log_setup
-- regex
-- Configuring done
-- Generating done
-- Build files have been written to: /home/maggie/Slic3r/build
maggie@maggie-VirtualBox:
/Slic3r/build$ export PERL5LIB=/home/maggie/Slic3r/build/Slic3r/build$ makemaggie@maggie-VirtualBox:
[ 2%] Built target BSpline
[ 8%] Built target poly2tri
[ 11%] Built target clipper
[ 72%] Built target libslic3r
[ 80%] Built target admesh
[ 83%] Built target libslic3r_gui
[ 85%] Built target ZipArchive
[ 87%] Built target polypartition
[ 90%] Built target nowide
[ 91%] Building CXX object xs/CMakeFiles/XS.dir/src/libslic3r/utils.cpp.o
[ 92%] Building CXX object xs/CMakeFiles/XS.dir/src/slic3r/GUI/wxPerlIface.cpp.o
[ 93%] Building CXX object xs/CMakeFiles/XS.dir/src/perlglue.cpp.o
[ 94%] Linking CXX shared library XS.so
CMakeFiles/XS.dir/XS.cpp.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
xs/CMakeFiles/XS.dir/build.make:243: recipe for target 'xs/XS.so' failed
make[2]: *** [xs/XS.so] Error 1
CMakeFiles/Makefile2:150: recipe for target 'xs/CMakeFiles/XS.dir/all' failed
make[1]: *** [xs/CMakeFiles/XS.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Is this a new feature request?
Related guides for writing feature requests: http://meta.stackexchange.com/a/259196 http://nickohrn.com/2013/09/write-great-feature-request-bug-report/
STL/Config (.ZIP) where problem occurs
Upload a zipped copy of an STL and your config (
File -> Export Config
)The text was updated successfully, but these errors were encountered: