Code Monkey home page Code Monkey logo

Comments (7)

mnordstr avatar mnordstr commented on August 23, 2024

Hi,

Did you install the required dependencies? Sounds like you're missing libgcrypt.

On Debian/Ubuntu:

sudo apt-get update && sudo apt-get install -y build-essential libfftw3-dev libsndfile1-dev automake autoconf libtool autoconf-archive libgcrypt20-dev libzita-resampler-dev libmpg123-dev

from audiowmark.

elvquant avatar elvquant commented on August 23, 2024

Of course. All prerequirements are installed on macOS 10.13.
I also configured, compiled and running an older (pre-autoconf? 0.5.0) version

from audiowmark.

swesterfeld avatar swesterfeld commented on August 23, 2024

The error message means that you don't have the macro AM_PATH_LIBGCRYPT available, therefore autogen.sh fails. On my Ubuntu 20.04, the m4 file needed is called /usr/share/aclocal/libgcrypt.m4 and this is provided when installing the libgcrypt20-dev package.

So I see two solutions here: either you find a way to provide this m4 file or you build from tarball, then everything you need to build is automatically included in the configure script.

from audiowmark.

tscole avatar tscole commented on August 23, 2024

Hi - I'm also trying to use this on macOS and getting the same / similar errors. I overcame the first by running "brew install libgcrypt" but I am now getting subsequent errors for missing dependencies and these don't appear available via brew.

Pardon my ignorance - by I am a web developer by trade and don't know how / what is meant by "build from tarball".

from audiowmark.

swesterfeld avatar swesterfeld commented on August 23, 2024

Ok, "build from tarball" is another way of saying "build a stable release", the release files are often tar archives. Stable releases are available from https://uplex.de/audiowmark/. Using the ./configure should complain if something is missing.

I'm sorry to say: you need all necessary dependencies before you can build audiowmark. If they are not available from brew you could try to build from source. Not sure how difficult it would be if you tried to contribute the missing stuff to brew if you succeed. I must admit that I develop and test this software on linux only. For other platforms (macOS/Windows) I can merge compile or documentation fixes into the git repo, and try to help on github like here, but its not really a supported platform.

from audiowmark.

normen avatar normen commented on August 23, 2024

Even with all libraries available I still get compilation errors on MacOS, see the infos I added in #7

from audiowmark.

swesterfeld avatar swesterfeld commented on August 23, 2024

Ok, I don't really see anything more that remains to be done in this issue, so I'll close it.

from audiowmark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.