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

Cannot run Windows nightly build #26

Open
Apis035 opened this issue Aug 30, 2024 · 3 comments
Open

Cannot run Windows nightly build #26

Apis035 opened this issue Aug 30, 2024 · 3 comments

Comments

@Apis035
Copy link

Apis035 commented Aug 30, 2024

It complains about missing dll files: libwinpthread-1, libstdc++-6, zlib1, libzstd

Also having Windows build packaged with tar.gz seems kind of weird, usually files for Windows is packaged with zip.

@ghost
Copy link

ghost commented Aug 30, 2024

Yes, Windows package should be ZIP or 7Z.

@ghost
Copy link

ghost commented Aug 30, 2024

Copy and paste this adept.exe into an Adept 2.x installation maybe?

@IsaacShelton
Copy link
Owner

Yes the nightly release is only for getting CI/CD up and working right now. It is not usable yet. Perhaps this could be clarified on the releases page.

It is made intentionally difficult to use right now in order to discourage large usage of it, as many major parts are still being designed and are everything is subject to change.

Many parts of the design are interdependent on each other in nature, so small changes can have big ramifications, and figuring out how to make everything coherent scales in difficulty as you add features. So it's important to try to get as much right as possible before committing to a plan that will address issues that commonly come up later in the lifespans of projects, such as:

  • Generics
  • Allocators
  • Async
  • Error Handling
  • Traits / Interfaces
  • SIMD
  • Compile-Time Evaluation
  • Contexts
  • Exceptions / Effects / Unwinding / Exception-Safety etc.
  • Dynamic Linking
  • WASM support

just to name a few.

Missing DLL files will also be fixed soon for windows. They are a product of not linking statically with mingw.

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