You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Set up a Windows environment with Crystal Lang installed.
Attempt to install Micrate using the standard installation instructions.
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.
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:
Steps to Reproduce:
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:
The text was updated successfully, but these errors were encountered: