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
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
I'm trying to build a custom Cura, for me, myself and I, and i'm using Win10 (AMD64 with WSL2), and Docker of course and VSCODE (On which I have a docker extension installed).
Let's get straight to the point where I need help. The Dockerfile.
When I build the docker container, it can't seem to pull FROM ultimaker/cura-build-environment:1
My solution to this problem was to simply ask for last release (which was like a week ago or so) by doing FROM ultimaker/cura-build-environment
After that I had quite a few errors, might me because i'm not using the correct version of the environment container.
It then throws me a No CMAKE_CXX_COMPILER could be found. to which I answered with RUN yum -y install gcc gcc-c++ kernel-devel.
And now, the container is telling me that CMAKE could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) (Required is east version "3.0.0"), I think that the cura_build_env have it installed so I came here looking for help. Which step did I take wrong ?
The text was updated successfully, but these errors were encountered:
We recently upgraded to Python v3.8.10 and Qt v5.15.2 and we still need to update the main Windows docker image with these new dependencies. I will try to create an ultimaker/cura-build-environment:win1809-latest docker image that will have all the dependencies you are not able to find in the current image.
I'll keep you posted.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey everyone,
I'm seeking help !
I'm trying to build a custom Cura, for me, myself and I, and i'm using Win10 (AMD64 with WSL2), and Docker of course and VSCODE (On which I have a docker extension installed).
Let's get straight to the point where I need help. The Dockerfile.
When I build the docker container, it can't seem to pull
FROM ultimaker/cura-build-environment:1
My solution to this problem was to simply ask for last release (which was like a week ago or so) by doing
FROM ultimaker/cura-build-environment
After that I had quite a few errors, might me because i'm not using the correct version of the environment container.
It then throws me a
No CMAKE_CXX_COMPILER could be found.
to which I answered withRUN yum -y install gcc gcc-c++ kernel-devel
.And now, the container is telling me that CMAKE
could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) (Required is east version "3.0.0")
, I think that the cura_build_env have it installed so I came here looking for help. Which step did I take wrong ?The text was updated successfully, but these errors were encountered: