Search Criteria
Package Details: mingw-w64-giflib 5.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-giflib.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-giflib |
Description: | A library for reading and writing gif images (mingw-w64) |
Upstream URL: | http://sourceforge.net/projects/giflib/ |
Keywords: | giflib mingw mingw-w64 |
Licenses: | MIT |
Submitter: | Schala |
Maintainer: | None |
Last Packager: | drakkan |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-01 00:39 (UTC) |
Last Updated: | 2024-03-10 13:01 (UTC) |
Dependencies (5)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- docbook-xsl (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- mingw-w64-makeAUR (llvm-mingw-w64-makeAUR) (make)
- xmlto (xmlto-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
xantares commented on 2022-12-06 09:26 (UTC)
perhaps the doc can be avoided being built to drop the xmlto & docbook deps
looks there's a BUILD_DOC var in configure ?
Pol_M commented on 2019-09-03 23:26 (UTC) (edited on 2019-09-03 23:27 (UTC) by Pol_M)
!makeflags solved the solution, thank you a lot Nicola Murino (and of course, the rest of you who helped). Sorry for not answering earlier, I was on a small trip :) You're all the best! The Mingw enviorment on Arch is one of the best things ever!
spider-mario commented on 2019-08-31 21:00 (UTC) (edited on 2019-08-31 21:01 (UTC) by spider-mario)
Basically, I think the Makefile doesn’t specify all the dependencies that it should, and so linking commands are run before all of their inputs are ready.
If I build with
-j9
, I randomly get either:or:
drakkan commented on 2019-08-31 14:57 (UTC)
@spider-mario, thanks for your suggestion, I tested setting
MAKEFLAGS="-j2"
and it works for me, I also added-j2
directly inside the PKGBUILD build section and it compiles fine too. Can you please give more details on how to reproduce the build error? I tested in a clean chrootspider-mario commented on 2019-08-31 11:35 (UTC)
I think this needs
!makeflags
in the options too. If I build it in parallel, it fails.drakkan commented on 2019-08-28 14:12 (UTC)
@Pol_M, are you building in a clean chroot? I just retested in my previous build chroot (with
mingw-w64-gcc 9.1.0
) and then in a new clean chroot after installing only the compiler (9.2.0 version),mingw-w64-pkg-config
andmingw-w64-configure
, in both cases the package compiles fine, can you please share more details about your build env? If you need urgent help I can share the builded packagePol_M commented on 2019-08-28 13:46 (UTC)
I'm not capable of building this package:
And removing the -lgif parameter causes other errors to appear, mainly missing symbols
Schala commented on 2016-06-22 19:48 (UTC)
Martchus commented on 2016-06-22 19:43 (UTC) (edited on 2016-06-22 19:48 (UTC) by Martchus)
Schala commented on 2016-01-24 09:42 (UTC)
1 2 3 Next › Last »