Advertisement
NovaViper

Slic3r PE Error

Feb 23rd, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. [ 1%] Built target nowide
  2. [ 2%] Built target miniz
  3. [ 2%] Built target clipper
  4. [ 2%] Built target polypartition
  5. [ 3%] Built target semver
  6. [ 5%] Built target poly2tri
  7. [ 6%] Built target glew
  8. [ 20%] Built target nlopt
  9. [ 22%] Built target admesh
  10. [ 23%] Built target gtest
  11. [ 25%] Built target Shiny
  12. [ 37%] Built target avrdude
  13. [ 40%] Built target testopt
  14. [ 54%] Built target qhull
  15. [ 55%] Built target gtest_main
  16. [ 56%] Built target bp2d_tests
  17. [ 79%] Built target libslic3r
  18. [ 79%] Building CXX object xs/CMakeFiles/libslic3r_gui.dir/src/slic3r/AppControllerWx.cpp.o
  19. In file included from /usr/include/wx-3.0/wx/string.h:46:0,
  20. from /usr/include/wx-3.0/wx/intl.h:16,
  21. from /home/pi/Slic3r-1.41.3/xs/src/slic3r/GUI/GUI.hpp:9,
  22. from /home/pi/Slic3r-1.41.3/xs/src/slic3r/AppControllerWx.cpp: :
  23. /usr/include/wx-3.0/wx/strvararg.h: In instantiation of ‘struct wxFormatStringSpecifier<__va_list>’:
  24. /usr/include/wx-3.0/wx/strvararg.h:456:9: required from ‘wxArgNormalizer<T>::wxArgNormalizer(T, const wxFormatString*, unsigned int) [with T = __va_list]’
  25. /usr/include/wx-3.0/wx/strvararg.h:476:47: required from ‘wxArgNormalizerWchar<T>::wxArgNormalizerWchar(T, const wxFormatString*, unsigned int) [with T = __va_list]’
  26. /usr/include/wx-3.0/wx/string.h:2322:3: required from ‘static wxString wxString::Format(const wxFormatString&, T1) [with T1 = __va_list]’
  27. /home/pi/Slic3r-1.41.3/xs/src/slic3r/AppControllerWx.cpp:175:52: required from here
  28. /usr/include/wx-3.0/wx/strvararg.h:354:10: error: ‘value’ is not a member of ‘wxFormatStringSpecifierNonPodType<false>’
  29. enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value };
  30. ^
  31. xs/CMakeFiles/libslic3r_gui.dir/build.make:1142: recipe for target 'xs/CMakeFiles/libslic3r_gui.dir/src/slic3r/AppControllerWx.cpp.o' failed
  32. make[2]: *** [xs/CMakeFiles/libslic3r_gui.dir/src/slic3r/AppControllerWx.cpp.o] Error 1
  33. CMakeFiles/Makefile2:266: recipe for target 'xs/CMakeFiles/libslic3r_gui.dir/all' failed
  34. make[1]: *** [xs/CMakeFiles/libslic3r_gui.dir/all] Error 2
  35. Makefile:160: recipe for target 'all' failed
  36. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement