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

Windows Support: Unable to Install Micrate Due to SQLite3 Library Issue #90

Closed
Losses opened this issue Jun 12, 2024 · 0 comments
Closed

Comments

@Losses
Copy link

Losses commented Jun 12, 2024

I am trying to install Micrate on a Windows machine, but I am encountering an issue related to the SQLite3 library. It seems that Micrate is not yet fully prepared for Windows support, even though Crystal Lang has basic support for Windows. The error message I receive is as follows:

I: Building: micrate
E: Error target micrate failed to compile:
Error: Cannot locate the .lib files for the following libraries: sqlite3

Steps to Reproduce:

  1. Set up a Windows environment with Crystal Lang installed.
  2. Attempt to install Micrate using the standard installation instructions.
  3. Observe the error message related to the SQLite3 library.

Expected Behavior:
Micrate should install successfully on a Windows environment without issues related to locating the SQLite3 library.

Actual Behavior:
The installation fails with an error indicating that it cannot locate the .lib files for the SQLite3 library.

Environment:

  • Operating System: Windows
  • Crystal Lang Version: Crystal 1.12.1 [4cea101] (2024-04-11) LLVM: 18.1.1 Default target: x86_64-pc-windows-msvc
  • Micrate Version: 0.15.1
@Losses Losses closed this as completed Jun 12, 2024
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

1 participant