Search Criteria
Package Details: mingw-w64-p11-kit 0.25.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-p11-kit.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-p11-kit |
Description: | Provides a way to load and enumerate PKCS#11 modules (mingw-w64) |
Upstream URL: | https://p11-glue.freedesktop.org |
Licenses: | BSD |
Submitter: | xantares |
Maintainer: | pingplug |
Last Packager: | pingplug |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-29 11:11 (UTC) |
Last Updated: | 2024-07-06 00:57 (UTC) |
Dependencies (6)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-gettextAUR
- mingw-w64-libffiAUR
- mingw-w64-libtasn1AUR
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-mesonAUR (make)
Latest Comments
1 2 Next › Last »
patlefort commented on 2023-08-31 20:11 (UTC)
@pingplug: Do you read or ever respond to comments? pokes
patlefort commented on 2023-08-22 20:26 (UTC)
There is a problem if one include <rpc.h> before <pkcs11.h>: rpc.h defines interface as struct
#define interface struct
. That problem occurs in packagemingw-w64-gnutls
. A simple work around would be to add this little patch:sed -i 's/struct ck_interface **interface/struct ck_interface **interface_/'
to thepkcs11.h
file. Since it's just a declaration, the name of the argument doesn't really matter.I still don't know why my simple example doesn't compile but I can compile fine using cmake.
patlefort commented on 2023-08-18 16:58 (UTC) (edited on 2023-08-18 17:51 (UTC) by patlefort)
I can't compile even a simple test program as such:
x86_64-w64-mingw32-gcc $(x86_64-w64-mingw32-pkg-config --cflags --libs p11-kit-1) -l:libp11-kit.dll.a test-p11-kit.c
result in link errors:The same work fine using gcc natively. Using winedump, I can see the symbols being exported with
winedump -j export /usr/x86_64-w64-mingw32/bin/libp11-kit-0.dll
. Any idea what could be wrong?epicalert commented on 2021-07-15 05:42 (UTC)
Build seems to fail without
mingw-w64-gettext
installed.Martchus commented on 2019-10-24 15:23 (UTC)
Ah, seems like you've been updating the PKGBUILD yourself. You also tried with
--default-library=both
but it apparently has no effect (at least when I tried to build it). Can you keep the executables? And localization is possibly useful as well.Martchus commented on 2019-10-24 15:20 (UTC)
The meson build script works for me: https://github.com/Martchus/PKGBUILDs/commit/d0f1be8378d43a20822d3e9e1c1992d8ebdd1d46
Unfortunately static libraries are still missing. These are apparently not supported by upstream (anymore).
Martchus commented on 2019-10-24 13:20 (UTC)
It is also bad that the static library is disabled. That prevents using static gnutls. (Static gmp is also missing, though.)
zebulon commented on 2019-10-15 16:31 (UTC)
I have the same issue than Martchus, and also a linking error for another package: mingw-w64-spirv-tools. This is very strange and possibly related.
Martchus commented on 2019-10-13 18:51 (UTC)
The latest version doesn't build (for me):
Martchus commented on 2018-04-11 22:12 (UTC)
Make dependency git is missing.
1 2 Next › Last »