Package Details: gwc 0.22_06-1

Git Clone URL: https://aur.archlinux.org/gwc.git (read-only, click to copy)
Package Base: gwc
Description: Gtk Wave Cleaner is a digital audio editor to denoise, dehiss and amplify audio files
Upstream URL: http://gwc.sourceforge.net/
Licenses: GPL
Conflicts: gwc
Provides: gwc
Submitter: fenuks
Maintainer: fenuks
Last Packager: fenuks
Votes: 6
Popularity: 0.075056
First Submitted: 2016-01-04 17:34 (UTC)
Last Updated: 2023-02-17 21:39 (UTC)

Latest Comments

« First ‹ Previous 1 2

jlindgren commented on 2020-12-31 01:30 (UTC)

For GCC 10, add -fcommon to CFLAGS to get the build to succeed:

    CFLAGS=-fcommon ./configure --prefix=/usr

jazztickets commented on 2020-10-23 23:15 (UTC)

One problem with the PKGBUILD is it's referencing the wrong tarball. It should at least be coming from the release page on github, or from sourceforge. I'm not sure which one should be considered the source.

https://github.com/AlisterH/gwc/releases/download/0.22-04/gtk-wave-cleaner-0.22-04.tar.gz

OR

https://sourceforge.net/projects/gwc/files/gwc2/0.22-4/gtk-wave-cleaner-0.22-04.tar.gz/download

Then do the standard "./configure; make". However there are multiple problems with the code (mismatched preprocessor 'else', defining globals inside header files without 'extern', not using 'static' on variables inside c files)

After those are fixed, it works.

Tio commented on 2020-10-20 17:50 (UTC)

Error:

ar ru meschach.a copy.o err.o matrixio.o memory.o vecop.o matop.o pxop.o submat.o init.o otherio.o machine.o matlab.o ivecop.o version.o meminfo.o memstat.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
ar ru meschach.a lufactor.o bkpfacto.o chfactor.o qrfactor.o solve.o hsehldr.o givens.o update.o norm.o hessen.o symmeig.o schur.o svd.o fft.o mfunc.o bdfactor.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
ar ru meschach.a sparse.o sprow.o sparseio.o spchfctr.o splufctr.o spbkp.o spswap.o iter0.o itersym.o iternsym.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib meschach.a
make[1]: Leaving directory '/var/tmp/pamac-build-tio/gwc/src/gwc-0.22-04/meschach'
==> ERROR: A failure occurred in build().
    Aborting...

fenuks commented on 2020-07-13 20:00 (UTC) (edited on 2020-07-13 20:01 (UTC) by fenuks)

There is bug in gcc, or code is not compliant with newer standard. It builds for me with clang, you have to add CC=clang where make is invoked.

capoeira commented on 2020-07-12 23:12 (UTC)

error while constructing %!s(func() string=0x5583b2e29e80)

fenuks commented on 2019-02-05 22:49 (UTC)

@mwohah Could you please try new version? machine.h is part of gwc sources.

Gert-dev commented on 2019-02-03 19:42 (UTC) (edited on 2019-02-03 19:42 (UTC) by Gert-dev)

I get an error pertaining to "machine.h" not being found.

I have no idea what package this header is supposed to belong to, but it should probably be listed as make dependency.