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

wasmd installation issues #1890

Closed
Mikecryptoma opened this issue May 24, 2024 · 1 comment
Closed

wasmd installation issues #1890

Mikecryptoma opened this issue May 24, 2024 · 1 comment

Comments

@Mikecryptoma
Copy link

runtime/cgo

gcc_libinit_windows.c: In function '_cgo_beginthread':
gcc_libinit_windows.c:143:27: error: implicit declaration of function '_beginthread'; did you mean '_cgo_beginthread'? [-Werror=implicit-function-declaration]
143 | thandle = _beginthread(func, 0, arg);
| ^~~~~~~~~~~~
| _cgo_beginthread
cc1: all warnings being treated as errors
make: *** [Makefile:96: install] Error 1

@pinosu
Copy link
Contributor

pinosu commented Jun 28, 2024

You can build a wasmd client for Windows using make build-windows-client .
Running a node on Windows is not supported yet.

@pinosu pinosu closed this as completed Jun 28, 2024
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

2 participants