Jump to content

ZacharyHowell

New member
  • Posts

    6
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ZacharyHowell's Achievements

0

Reputation

  1. I am currently making my way through the Alternative Cura-build CMake Workflow included on the "Running Cura from Source on Ubuntu" article of the Cura Wiki. I have hit a wall trying to get Qt to properly install when making the cura-build-environment. I keep getting this error: ERROR: Feature ‘xcb’ was enabled, but the pre-condition ‘features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11’ failed The full terminal text can be found in this Pastebin and the config.log can be found in this one. I've tried installing a ton of potential dependencies and have tried implementing this solution to no avail. Has anybody seen this before? Any clues as to how to how I can get past? Thanks!
  2. I'm receiving the error in Step 5 of the Pynest2D compilation. The instructions don't direct me to use that flag until Step 10. How would I get the pthread header on my system? What do you mean by "switching to release?" What do you guys make of this section of the log in particular? -- Initializing/Updating RequirePackage repository cache -- ----------------------------------------------------------------------------- CMake Warning: Ignoring extra path from command line: C:/dev/libnest2d/cmake_modules/../external CMake Error: The source directory "C:/dev/libnest2d/build/rp_packages_build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. CMake Error at cmake_modules/RequirePackage.cmake:153 (message): CMake step for Clipper failed: 1 Call Stack (most recent call first): cmake_modules/RequirePackage.cmake:249 (download_package) include/libnest2d/backends/clipper/CMakeLists.txt:3 (require_package)
  3. I've got a few follow-up questions. Sorry in advance for how basic they might be. How can you tell I'm in debug mode? How would I switch out of it? When you say "Switch to release," what exactly do you mean? How would I "include the pthread header?" Thanks!
  4. I still seem to be encountering errors compiling Pynest2D, even after modifying the VS install as you outlined above. I have attached relevant log files. CMakeError.log CMakeOutput.log CuraPynest2DError2.log
  5. Perhaps I'm not looking in the right place, but it almost seems like even though I have "MSVC v140 - VS 2015" checked in the installation details, it doesn't seem to be installed.
  6. I am currently making my way through the library compilation detailed in the "Running Cura from Source on Windows" article of the Wiki. I seem to have hit a snag at Pynest2D. Attached you may find the error I receive in the VS2019 Terminal when I attempt to complete step 5. Anybody have ideas as to how to best proceed? Thanks! CuraPynest2DError.log
×
×
  • Create New...