Search Criteria
Package Details: lossywav-git 1.4.2p.r1.r0.gd110728-1
Git Clone URL: | https://aur.archlinux.org/lossywav-git.git (read-only, click to copy) |
---|---|
Package Base: | lossywav-git |
Description: | An attempt to port lossyWAV to POSIX. |
Upstream URL: | https://github.com/MoSal/lossywav-for-posix |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sekret |
Maintainer: | sekret |
Last Packager: | sekret |
Votes: | 4 |
Popularity: | 0.070349 |
First Submitted: | 2014-12-16 17:16 |
Last Updated: | 2016-12-25 21:55 |
Dependencies (3)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- git (git-git) (make)
- python (python-dbg) (make)
Latest Comments
aphirst commented on 2019-01-27 14:03
I'm also unable to build:
sekret commented on 2017-12-19 12:01
Same here. I don't know how to fix this though. Filed a bug report: https://github.com/MoSal/lossywav-for-posix/issues/1
Thanks for the heads up!
archlinux38 commented on 2017-12-18 22:51
I get compilation errors:
Waf: Entering directory `/tmp/yaourt-tmp-user/aur-lossywav-git/src/lossywav/build' [13/15] Compiling units/nWav.cpp ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::tWAVEChunks’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:348:8: note: in the definition of ‘struct {anonymous}::tWAVEChunks’ struct tWAVEChunks ^~~~~~~~~~~ ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::tRIFF_Rec’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:413:8: note: in the definition of ‘struct {anonymous}::tRIFF_Rec’ struct tRIFF_Rec ^~~~~~~~~ ../units/nWav.cpp:225:24: error: flexible array member ‘{anonymous}::tDS64Header::Table’ not at end of ‘struct {anonymous}::RIFF’ tChunkSize64 Table[]; ^ ../units/nWav.cpp:352:15: note: next member ‘{anonymous}::tFMTChunk {anonymous}::tWAVEChunks::FMT’ declared here tFMTChunk FMT; ^~~ ../units/nWav.cpp:487:8: note: in the definition of ‘struct {anonymous}::RIFF’ struct RIFF ^~~~
Waf: Leaving directory `/tmp/yaourt-tmp-user/aur-lossywav-git/src/lossywav/build' Build failed -> task in 'lossywav-objs' failed with exit status 1 (run with -v to display more information) ==> ERROR: A failure occurred in build(). Aborting...
MoSal commented on 2016-11-27 22:27
The build process uses waf now.
Also, maybe fftw should be enabled while at it.