Search Criteria
Package Details: mingw-w64-sqlite 3.46.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-sqlite.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-sqlite |
Description: | A C library that implements an SQL database engine (mingw-w64) |
Upstream URL: | https://www.sqlite.org/ |
Licenses: | custom:public domain |
Groups: | mingw-w64 |
Submitter: | felixonmars |
Maintainer: | jazztickets |
Last Packager: | jazztickets |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-07 14:17 (UTC) |
Last Updated: | 2024-08-15 14:47 (UTC) |
Dependencies (4)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-configureAUR (llvm-mingw-w64-configureAUR) (make)
- mingw-w64-pdcursesAUR (make)
- mingw-w64-readlineAUR (make)
Required by (16)
- mingw-w64-dlib (optional)
- mingw-w64-filezilla-svn
- mingw-w64-gdal
- mingw-w64-libsndfile
- mingw-w64-libsoup
- mingw-w64-libsoup3
- mingw-w64-libspatialite
- mingw-w64-pdal
- mingw-w64-proj
- mingw-w64-python2
- mingw-w64-qt5-base
- mingw-w64-qt5-base-static
- mingw-w64-qt5-webkit
- mingw-w64-qt6-base
- mingw-w64-qt6-base-static
- mingw-w64-vsqlite++
Latest Comments
1 2 3 Next › Last »
alex.henrie commented on 2023-09-14 18:57 (UTC)
@jazztickets Could you please update the checksum in the PKGBUILD?
grandchild commented on 2023-09-13 14:59 (UTC)
i think the checksum is wrong with the recent update. i consistently get
39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9
for the source archive.bepaald commented on 2021-08-23 11:19 (UTC) (edited on 2021-08-23 12:08 (UTC) by bepaald)
@Martchus. Thanks for testing. I think there is probably something wrong on my end. Downgrading this package (or mingw-w64-gcc) has no effect. The same packages built on my laptop seem to work fine (although I need to add
-lspp
to link my example code). Maybe something in my makepkg.conf? I'll need to investigate, but I do not think there is any issue with this package at least.Thanks again, sorry for the noise.
EDIT Yeah, I had some overly clever default options set in my makepkg.conf. So I fixed it on my end. Apologies again.
Martchus commented on 2021-08-21 00:25 (UTC)
Your example compiles/links here without errors:
bepaald commented on 2021-08-19 17:44 (UTC)
Thanks again. I'll just wait a bit and see if it becomes a problem for more people.
Martchus commented on 2021-08-19 16:15 (UTC) (edited on 2021-08-19 16:17 (UTC) by Martchus)
I haven't read your message correctly. So the problem happens when linking against the static library. I can try to reproduce it later; otherwise I'll find it out anyways when building the static Qt packages. I'm wondering whether
x86_64-w64-mingw32-nm /usr/x86_64-w64-mingw32/lib/libsqlite3.a
shows these symbols.Maybe some of these upstream changes is responsible: https://github.com/sqlite/sqlite/compare/version-3.35.4...version-3.36.0
bepaald commented on 2021-08-19 13:47 (UTC)
@Martchus Thanks. Maybe I should clarify that I'm using static linking.
Removing the
-static
flag results in a succesful compile, but then the exe will not run on Windows because 'sqlite3-0.dll was not found'.Martchus commented on 2021-08-18 14:44 (UTC)
I was able to build it just fine and also didn't get the warning.
bepaald commented on 2021-08-18 14:28 (UTC) (edited on 2021-08-18 14:40 (UTC) by bepaald)
Thanks for maintaining this package. Since the latest update, I can't seem to compile against this library anymore. Suddenly I keep getting
undefined reference to 'sqlite3_[...]'
errors when linking. Neither the project, nor the build process has changed. Anyone else having trouble?I noticed when building, I get
Probably unrelated? But I thought I'd mention it anyway.
Martchus commented on 2016-03-05 00:33 (UTC)
1 2 3 Next › Last »