Jump to content

ZacharyHowell

New member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by ZacharyHowell

  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. On 2/11/2022 at 2:23 AM, nallath said:

    The instructions already tell you to tell cmake to not use debug mode (-DCMAKE_BUILD_TYPE=Release).

    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.

     

    On 2/10/2022 at 2:02 AM, rburema said:

    Since you're building full Cura, including the engine though, you probably have at least the pthread header on your system though.

    How would I get the pthread header on my system?

     

    On 2/10/2022 at 2:02 AM, rburema said:

    Alternatively (depending on what you're trying to achieve), if neither switching to Release or including the pthread header works

    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)

     

×
×
  • Create New...