Search Criteria
Package Details: mingw-w64-curl 8.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-curl.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-curl |
Description: | An URL retrival utility and library (mingw-w64) |
Upstream URL: | https://curl.haxx.se |
Licenses: | MIT |
Submitter: | Schala |
Maintainer: | maksverver |
Last Packager: | maksverver |
Votes: | 13 |
Popularity: | 0.58 |
First Submitted: | 2012-08-12 07:46 (UTC) |
Last Updated: | 2025-01-06 23:13 (UTC) |
Dependencies (10)
- mingw-w64-brotliAUR
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-libidn2AUR
- mingw-w64-libnghttp2AUR
- mingw-w64-libpslAUR
- mingw-w64-libssh2AUR
- mingw-w64-opensslAUR
- mingw-w64-zlibAUR
- mingw-w64-zstdAUR
- mingw-w64-configureAUR (llvm-mingw-w64-configureAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
xantares commented on 2023-03-23 07:37 (UTC)
there may be a problem when the dll loads, enven on a simple example:
Mingw-w64 runtime failure: 32 bit pseudo relocation at 0000000000C7BBEC out of range, targeting 00000001DE6928E0, yielding the value 00000001DDA16CF0.
bpierre commented on 2021-11-20 18:20 (UTC)
I can reproduce @Heziode issue: because I have
mingw-w64-libssh2
installed, the test for finding a replacement forin_addr_t
is trying to link with-lssh2
, which fails because the libraries provided bymingw-w64-libssh2
are incorrectly named (liblibssh2.dll.a
oflibssh2.dll.a
).Heziode commented on 2019-07-09 18:06 (UTC) (edited on 2019-07-09 18:07 (UTC) by Heziode)
@adsun I have tried to install it from a container (Docker, FROM burningdaylight/docker-mingw-qt5). It works.
adsun commented on 2019-07-09 17:30 (UTC)
@Heziode I believe not.
Heziode commented on 2019-07-09 17:21 (UTC)
@adsun nope, I didn't try. Fortunatly I do not need mingw anymore, but the issue still weird… This cannot be due to a missing dependencies ?
adsun commented on 2019-07-09 15:56 (UTC)
@Heziode I cannot reproduce your error. Have you tried building in a clean chroot?
Heziode commented on 2019-07-07 09:04 (UTC)
Hi,
When I try to compile this package, I got this:
Maybe there is a missing dependencies ?
« First ‹ Previous 1 2 3 4 Next › Last »