CuraEngine icon indicating copy to clipboard operation
CuraEngine copied to clipboard

Can't build with Conan

Open bvessels opened this issue 8 months ago • 3 comments

Can't build with Conan, have followed all instructions provided here

Always fails when I get to this step: conan install . --build=missing --update

C:\Users\brendan.vessels.conan2\p\b\arcus9fbdea2657d10\b\src\MessageTypeStore.cpp(162): warning C4242: 'argument': conversion from 'int' to 'const _Elem', possible loss of data with [ _Elem=char ] ninja: build stopped: subcommand failed.

arcus/5.10.0: ERROR: Package 'd719caab426bcdc1d76c5415239243e1bc080307' build failed arcus/5.10.0: WARN: Build folder C:\Users\brendan.vessels.conan2\p\b\arcus9fbdea2657d10\b\build\Release ERROR: arcus/5.10.0: Error in build() method, line 137 cmake.build() ConanException: Error 1 while executing

Can't seem to ever get around arcus. Must've tried 30 times to get around this, can't figure out anything helpful. Any help is appreciated!

bvessels avatar May 30 '25 21:05 bvessels

I encountered the same issue with VS Community 2022, using the tag 5.10.1 Image

BTW, if the 5.10.1 is the latest stable revision for release?

D-Veda avatar Jun 10 '25 04:06 D-Veda

same problem

wings-maker avatar Jun 17 '25 07:06 wings-maker

CuraEngine version 5.11.0 Package: arcus/5.11.0 The issue only occurred when building in Release mode. Adding the option -o "curaengine/*:enable_arcus=False" resolves the issue, allowing the build to pass in Release mode as well.

arcus/5.11.0: ERROR:
Package '076c5eabf8931573b84ed5862ddb82f1fc33b190' build failed
arcus/5.11.0: WARN: Build folder C:\Users\admin\.conan2\p\b\arcus54d70bc9535b5\b\build\Release
ERROR: arcus/5.11.0: Error in build() method, line 140
        cmake.build()
        ConanException: Error 1 while executing

languageWoods avatar Oct 27 '25 07:10 languageWoods