-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot build on Windows #66
Comments
'cmake' is not recognized as an internal or external command you have to install cmake |
Like I said before cmake is in path. Tested it by just running |
The path all seems to be hardcoded for *nix systems(i.e, with /). Perl and NASM seems to be needed to compile openssl. Additional it should be run in an MSYS2 shell. |
It appears their CI uses Ubuntu Linux to compile windows. If you have visual studio 2022 and use Git Bash environment Cmake will be found. However there are other issues with hard coding of Pathing styles inside the python code "mkdir -p C:\Users\hyper\Documents\LamProject\webrtc-native\deps/build/build.windows.template_debug.x86_64.Release.dir/openssl This error tricky to fix cause this thing really only runs in a unix like environment, but its getting some default path that is a windows style path with backslashes and then appending forward slashes to it |
Some issues got fixed in #74. Current error with
|
As of #100 it should be possible to build using MSVC (worked on my machine ™️ with Visual Studio 2019 and 2022). MinGW builds might need some more work in upstream godot-cpp (see godotengine/godot-cpp#1147). |
Godot version
4(master)
Plugin version
master(1436024)
System information
Windows 11 Pro 22H2 64 bit
Issue description
I get following error when trying to build on Windows with llvm-mingw:
I have cmake installed and in path.
Steps to reproduce
scons
.Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: