Julien Portalier

Results 674 comments of Julien Portalier

I tried `llvm-dlltool.exe` as suggested by @HertzDevil in https://github.com/crystal-lang/crystal-sqlite3/pull/107#issuecomment-3530116694 but to no avail. Same with the [official builds](https://sqlite.org/download.html). It [segfaults just the same](https://github.com/ysbaddaden/test-ecosystem/actions/runs/19359939328/job/55389237322): ``` Invalid memory access (C0000005) at address...

As outlined in https://github.com/crystal-lang/crystal/issues/5430: > All the main platform features for Windows are finished! 🚀 So we closed the "Porting to Windows" epic. > There are still some smaller stories...

For the record: I tried building the specs on Windows in GitHub Actions with `crystal-lang/install-crystal` to install Crystal and `choco install sqlite` to install the library (it installs the .DLL...

Thanks. It's packaging the original zip file, so I need to figure out how to start the developer console, run the command, and check if the folder is found :sweat: