Skip to content

Windows Platform Support Issues with Amber Framework #1362

@Losses

Description

@Losses

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:

  1. Set up Crystal on a Windows machine.
  2. Clone the Amber Framework repository.
  3. Attempt to compile using crystal build src/amber.cr.
  4. Run the generated executable.

image

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:

  1. Provide more detailed documentation specifically for Windows users, including any prerequisites and workarounds.
  2. Consider alternative build instructions that do not rely on make, or provide a Windows-compatible equivalent.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions