-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Description:
I am experiencing issues when trying to use the Amber Framework on the Windows platform. Although Crystal can now be compiled on Windows, Amber Framework still faces some challenges. The official build instructions require users to use make for compilation, but make is not natively available on Windows.
When attempting to compile using the crystal build src/amber.cr command directly, the resulting executable does not produce any output. This makes it difficult to use Amber on Windows and hampers development efforts.
Steps to Reproduce:
- Set up Crystal on a Windows machine.
- Clone the Amber Framework repository.
- Attempt to compile using
crystal build src/amber.cr. - Run the generated executable.
Expected Behavior:
The executable should run and produce the expected output, similar to how it functions on Unix-based systems.
Actual Behavior:
The executable runs but does not produce any output.
Suggested Improvements:
- Provide more detailed documentation specifically for Windows users, including any prerequisites and workarounds.
- Consider alternative build instructions that do not rely on
make, or provide a Windows-compatible equivalent. - Investigate and resolve the issue causing the executable to produce no output on Windows.
Thank you for your attention to this matter. Your assistance in improving Windows support for the Amber Framework would be greatly appreciated.
