Skip to content
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

Compile Problem win11 #12

Open
jwillner opened this issue Jan 16, 2025 · 4 comments
Open

Compile Problem win11 #12

jwillner opened this issue Jan 16, 2025 · 4 comments

Comments

@jwillner
Copy link

Configuring LVGL library build...
Running command: cd /work/lib && mkdir -p /tmp/build && cd /tmp/build && emcmake cmake /work/lib && emmake make -j$(nproc) && cp liblvgl.a /work/lib/
Command failed: Error: connect ENOENT //./pipe/docker_engine
Failed to build LVGL library: Error: Docker command failed: Error: connect ENOENT //./pipe/docker_engine
Build failed: Failed to build liblvgl.a

@coevin
Copy link
Collaborator

coevin commented Jan 16, 2025

@jwillner That error usually indicates Docker isn't running. Docker is a requirement. Do you have it running?

Can you open a terminal and run docker info?

@jwillner
Copy link
Author

there is this error shown:

jw@jw-virtual-machine:~$ docker info
Client: Docker Engine - Community
 Version:    27.5.0
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.19.3
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.32.4
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
ERROR: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/info": dial unix /var/run/docker.sock: connect: permission denied
errors pretty printing info
jw@jw-virtual-machine:~$

@jwillner
Copy link
Author

I have found this, and now it is working:

Image

@kisvegabor
Copy link
Member

Awesome! I've already checked some Docker alternatives. podman seems much simpler to install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants