Giter Club home page Giter Club logo

Comments (2)

tanersener avatar tanersener commented on June 13, 2024 1

There is a % symbol printed when creating the frameworks on the last line. That shows something has failed but we couldn't catch & log it properly. I believe build.log includes the details about what has failed. I suggest checking that file.

from ffmpeg-kit.

magicyoda avatar magicyoda commented on June 13, 2024

@tanersener Thank you very much for your quick support.

It seems that, despite the documentation found online, the installation of all dependencies using a one-liner such as

brew install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget gettext meson ninja ragel groff gtk-doc-tools libtasn1

fails.

I had more success by installing them all using:

brew install autoconf
brew install automake
brew install libtool
brew install pkg-config
brew install curl
brew install git
brew install doxygen
brew install nasm
brew install cmake
brew install gcc
brew install gperf
brew install texinfo
brew install yasm
brew install bison
brew install autogen
brew install wget
brew install gettext
brew install meson
brew install ninja
brew install ragel
brew install groff
brew install gtk-doc-tools
brew install libtasn1

and then I could compile successfully!

from ffmpeg-kit.

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.