You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to build CuraEngine 5.8 to use Cura's CLI.
When using Cura's CLI, I need to specify the path to my printer's fdmprinter.def.json file. However, if this file comes from Ultimaker Cura version 5.9 and my CuraEngine version is 4.13, it will always throw an error due to missing parameters. I have verified this behavior.
Both versions need to match (e.g., if the fdmprinter.def.json file is from Cura 4.13.1, then CuraEngine must also be version 4.13.1).
Therefore, I am trying to build CuraEngine version 5.8. However, I consistently encounter this error during the build process:
(base) ruso@ruso:~/CuraEngine$ conan install . --profile default --build=missing --update
WARN: **************************************************
WARN: *** Conan 1 is legacy and on a deprecation path **
WARN: *********** Please upgrade to Conan 2 ************
WARN: **************************************************
Configuration (profile_host):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
os_build=Linux
[options]
[build_requires]
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.gnu:define_libcxx11_abi=True
tools.build:skip_test=True
Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
os_build=Linux
curator/*:compiler.cppstd=20
[options]
[build_requires]
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.gnu:define_libcxx11_abi=True
tools.build:skip_test=True
scripta/0.1.0@ultimaker/testing: Not found in local cache, looking in remotes...
scripta/0.1.0@ultimaker/testing: Trying with 'conancenter'...
scripta/0.1.0@ultimaker/testing: Trying with 'cura-conan2'...
ERROR: Failed requirement 'scripta/0.1.0@ultimaker/testing' from 'conanfile.py (curaengine/5.9.0+source)'
ERROR: Unable to find 'scripta/0.1.0@ultimaker/testing' in remotes
If anyone has any advice, I would greatly appreciate it.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered:
Thank you very much for all your hard work.
I am currently trying to build CuraEngine 5.8 to use Cura's CLI.
When using Cura's CLI, I need to specify the path to my printer's fdmprinter.def.json file. However, if this file comes from Ultimaker Cura version 5.9 and my CuraEngine version is 4.13, it will always throw an error due to missing parameters. I have verified this behavior.
Both versions need to match (e.g., if the fdmprinter.def.json file is from Cura 4.13.1, then CuraEngine must also be version 4.13.1).
Therefore, I am trying to build CuraEngine version 5.8. However, I consistently encounter this error during the build process:
(base) ruso@ruso:~/CuraEngine$ conan install . --profile default --build=missing --update
If anyone has any advice, I would greatly appreciate it.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: