Package Details: lib32-libmpcdec 1:0.1+r475-3

Git Clone URL: https://aur.archlinux.org/lib32-libmpcdec.git (read-only, click to copy)
Package Base: lib32-libmpcdec
Description: Musepack decoding library (32 bit)
Upstream URL: http://musepack.net/
Licenses: custom
Submitter: rafaelff
Maintainer: rodrigo21
Last Packager: rodrigo21
Votes: 12
Popularity: 0.000000
First Submitted: 2012-01-26 02:14 (UTC)
Last Updated: 2019-03-29 02:03 (UTC)

Latest Comments

Jaska commented on 2024-06-23 23:30 (UTC)

You can get this to build by adding this compiler flag.

export CC='gcc -m32 -Wno-error=incompatible-pointer-types'

This does not fix the underlying issue though

NeWolf commented on 2024-06-23 13:04 (UTC)

I get the same error when trying to build.

ruonim commented on 2024-05-17 10:28 (UTC) (edited on 2024-05-17 10:29 (UTC) by ruonim)

wont build:


ans.c: In function ‘NS_Analyse’:
ans.c:291:120: error: passing argument 10 of ‘FindOptimalANS’ from incompatible pointer type [-Wincompatible-pointer-types]
  291 |         FindOptimalANS ( MaxBand, MSflag, ANSspec_L, ANSspec_M, m->NS_Order_L, m->SNR_comp_L, m->FIR_L, smr.L, smr.M, m->SCF_Index_L, Transient );
      |                                                                                                                       ~^~~~~~~~~~~~~
      |                                                                                                                        |
      |                                                                                                                        int *
ans.c:160:40: note: expected ‘const int (*)[3]’ but argument is of type ‘int *’
  160 |                  const int             scf [] [3],
      |                  ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
ans.c:296:120: error: passing argument 10 of ‘FindOptimalANS’ from incompatible pointer type [-Wincompatible-pointer-types]
  296 |         FindOptimalANS ( MaxBand, MSflag, ANSspec_R, ANSspec_S, m->NS_Order_R, m->SNR_comp_R, m->FIR_R, smr.R, smr.S, m->SCF_Index_R, Transient );
      |                                                                                                                       ~^~~~~~~~~~~~~
      |                                                                                                                        |
      |                                                                                                                        int *

GordonGR commented on 2017-07-16 10:17 (UTC)

It builds fine here… did you perhaps have an old src/ directory inside?

quadpl_03 commented on 2017-07-14 14:12 (UTC) (edited on 2017-07-14 14:12 (UTC) by quadpl_03)

I had to create an empty directory, m4, before running autoreconf. Otherwise, it would error out saying there is no m4 directory.