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

Can't build glfw on windows #12

Open
omgitsraven opened this issue Jul 12, 2023 · 0 comments
Open

Can't build glfw on windows #12

omgitsraven opened this issue Jul 12, 2023 · 0 comments

Comments

@omgitsraven
Copy link

The readme only lists cmake as a requirement, and I do have cmake installed and on PATH, but when I try to build glfw, I get this:

C:\Users\Hazel\Documents\GitHub\erizo> $env:TARGET = 'win32-cross'
C:\Users\Hazel\Documents\GitHub\erizo> make glfw
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
'wc' is not recognized as an internal or external command,
operable program or batch file.
'wc' is not recognized as an internal or external command,
operable program or batch file.
mkdir -p build-win32-cross/ build-win32-cross/platform/ build-win32-cross/src/ build-win32-cross/vendor/glew/
The syntax of the command is incorrect.
cd vendor/glfw && mkdir -p build-win32-cross
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file build-win32-cross already exists.
Error occurred while processing: build-win32-cross.
make: *** [glfw] Error 1

I've tried installing and uninstalling various things, and the error keeps changing; this seems like it's a problem with not having the right version of make installed, which I guess isn't quite an issue with the repo, but I thought I'd ask: where did you get make on windows that worked with this?

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

1 participant