Package Details: mingw-w64-lz4 1.9.4-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-lz4.git (read-only, click to copy)
Package Base: mingw-w64-lz4
Description: Very fast lossless compression algorithm (mingw-w64)
Upstream URL: http://lz4.github.io/lz4/
Licenses: GPL2
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-07 18:39 (UTC)
Last Updated: 2022-12-29 15:59 (UTC)

Latest Comments

xantares commented on 2021-11-12 17:42 (UTC)

no, it should be pulled by mingw-w64-cmake

basinilya commented on 2021-11-12 09:15 (UTC)

The missing:

makedepends=(
         'mingw-w64-environment'
...
  for _arch in ${_architectures}; do
    source mingw-env ${_arch}

makes compilation fail with

[100%] Linking C executable lz4c.exe
/usr/lib/gcc/i686-w64-mingw32/11.2.0/../../../../i686-w64-mingw32/bin/ld: CMakeFiles/lz4c.dir/objects.a(lz4io.c.obj): in function `fread':
/usr/i686-w64-mingw32/include/stdio.h:798: undefined reference to `__chk_fail'

Please add.