-
-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid setting '13' is not a valid 'settings.compiler.version' value. #1881
Comments
///Ok I was doing trick and resolve this step. ;-) (don;t know did is is correct but compilation started). But I get many warrning maybe 50, example like this:
Or other example:
Is it all normal? Compilation was ended like this:
|
Yes, the warnings are normal. Conan has written the build, and you can proceed with the next steps of the instructions, as in, you should be able to call cmake, as described in the 2nd part of step 3, then test if it all is working with step 4 and 5. |
Thanks for answer me @rburema .
|
Did you follow the release or the debug steps? It seems like it's trying to build the unit-tests, but those where only enabled in the Debug example steps, while you're attempting to do a release build. You might have to re-run with either |
No, because debag is next command, past 2 commands cmake. Now trying: "cmake --build --preset debug" - now is ok Thanks |
Either build release, or debug. Don't build both, since for what? You're probably good to go with Release. |
This should be fixed once the following PR Ultimaker/Cura#16607 are merged and you update to conan 1.60.2 which will have version GCC-13 in the settings.yml |
Okay.
Sep 7, 2023, 7:51 AM by ***@***.***:
…
This should be fixed once the following PR > Ultimaker/Cura#16607 <Ultimaker/Cura#16607>> are merged and you update to conan 1.60.2 which will have version GCC-13 in the settings.yml
—
Reply to this email directly, > view it on GitHub <#1881 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AQMLQNXPW2X2NWMEH2EFQALXZFOFNANCNFSM6AAAAAAX4MRME4>> .
You are receiving this because you commented.> Message ID: > <Ultimaker/CuraEngine/issues/1881/1709516801> @> github> .> com>
|
The PR has been merged. Make sure you use Conan 1.58 or higher, I would just use 1.60.2 (latest v1) The error you were seeing was because you probably have gcc-13 installed with Conan 1.56, so version 13 was not yet used in the Alternatively you can add 13 to the GCC version list in the settings.yml manually, or use GCC-12. Also be aware that the used dependencies changed a lot now, since we're adding gRPC functionality to the engine. |
Closing issue because I'm fairly confident that this fixes your issue. If not the case feel free to reopen |
Hello all,
I'm trying help distribution Archlinux to push Ulimaker/CuraEngine as package ready to install from distribution packages.
I was trying create CuraEngine according to the instructions:
https://github.com/Ultimaker/CuraEngine/wiki/Building-CuraEngine-From-Source
I did all the steps according to the instructions.
But for this moment I was stopped in this place:
I have fresh actual system with all packages (pacman -Syu).
I'm not sure what next doing, maybe somebody can I help me?
The text was updated successfully, but these errors were encountered: