[PR #1] [MERGED] rebuild win version of sqlite libs #1

Closed
opened 2026-06-06 22:10:26 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/soldr-lua-extras/pull/1
Author: @NexoMichael
Created: 12/28/2022
Status: Merged
Merged: 12/28/2022
Merged by: @NexoMichael

Base: masterHead: fix/sqlite3_win_binaries


📝 Commits (1)

  • bcbde5c rebuild win version of sqlite libs

📊 Changes

2 files changed (+0 additions, -0 deletions)

View changed files

📝 bin/mingw32/sqlite3.dll (+0 -0)
📝 bin/mingw64/sqlite3.dll (+0 -0)

📄 Description

Sqlite libs for win had some issues which results in missing implementation of the functions inside dll's, I have rebuild dll's using:

i686-w64-mingw32-ar x sqlite3.a
i686-w64-mingw32-gcc *.o -shared -o sqlite3.dll -s -static-libgcc

x86_64-w64-mingw32-ar x sqlite3.a
x86_64-w64-mingw32-gcc *.o -shared -o sqlite3.dll -s -static-libgcc

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/soldr-lua-extras/pull/1 **Author:** [@NexoMichael](https://github.com/NexoMichael) **Created:** 12/28/2022 **Status:** ✅ Merged **Merged:** 12/28/2022 **Merged by:** [@NexoMichael](https://github.com/NexoMichael) **Base:** `master` ← **Head:** `fix/sqlite3_win_binaries` --- ### 📝 Commits (1) - [`bcbde5c`](https://github.com/vxcontrol/soldr-lua-extras/commit/bcbde5c889751dd938f1cbeb0bcd22d14fa22747) rebuild win version of sqlite libs ### 📊 Changes **2 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `bin/mingw32/sqlite3.dll` (+0 -0) 📝 `bin/mingw64/sqlite3.dll` (+0 -0) </details> ### 📄 Description Sqlite libs for win had some issues which results in missing implementation of the functions inside dll's, I have rebuild dll's using: ```bash i686-w64-mingw32-ar x sqlite3.a i686-w64-mingw32-gcc *.o -shared -o sqlite3.dll -s -static-libgcc x86_64-w64-mingw32-ar x sqlite3.a x86_64-w64-mingw32-gcc *.o -shared -o sqlite3.dll -s -static-libgcc ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:10:26 -04:00
yindo closed this issue 2026-06-06 22:10:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/soldr-lua-extras#1