We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried to run make on the Makefile at cube\src\web in Windows 7, but it fails mainly because of the windows convention of "" as opposed to "/" in UNIX.
After replacing the slashes, other issues emerge such as
make[1]: Entering directory 'xxx/cube2/src/web/enet' make[1]: *** No rule to make target all'. Stop. make[1]: Leaving directory 'xxx/cube2/src/web/enet' make: *** [libenet] Error 2
Please suggest a suitable way to 'make' on Windows. Else, a Makefile specific to Windows would be useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tried to run make on the Makefile at
cube\src\web
in Windows 7,
but it fails mainly because of the windows convention of ""
as opposed to "/" in UNIX.
After replacing the slashes, other issues emerge such as
make[1]: Entering directory 'xxx/cube2/src/web/enet' make[1]: *** No rule to make target all'. Stop. make[1]: Leaving directory 'xxx/cube2/src/web/enet' make: *** [libenet] Error 2
Please suggest a suitable way to 'make' on Windows.
Else, a Makefile specific to Windows would be useful.
The text was updated successfully, but these errors were encountered: