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

Various Windows Build Issues #53

Closed
3 of 9 tasks
capnramses opened this issue Mar 13, 2024 · 0 comments
Closed
3 of 9 tasks

Various Windows Build Issues #53

capnramses opened this issue Mar 13, 2024 · 0 comments
Labels

Comments

@capnramses
Copy link
Owner

capnramses commented Mar 13, 2024

Something was broken in a recent update and GCC on windows doesn't build on a 64-bit windows.

  • There are no 64-bit windows makefiles.
  • glew .dll is missing for 64-bit and the .dll included is for 32-bit.
  • glew .a stub is missing for 64-bit.

Quick Fix

  • Download glew binaries and update them.
  • Remove 32-bit window stuff entirely.

or Part I

  • Remove 32-bit Windows build parts.
  • Static compile glew into examples. Remove dll and .a etc. entirely.
  • Note changes on readme e.g. -Dglew_static or whatever flag changes required.

Part II

  • Consolidate Makefiles into a single file per demo - not 1 per platform.
  • Create a global Makefile that can build everything for every demo.
  • Create a global .bat file that can build everything using cl
  • Update docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant