Coder Social home page Coder Social logo

video support about exiv2 HOT 5 CLOSED

exiv2 avatar exiv2 commented on May 25, 2024
video support

from exiv2.

Comments (5)

clanmills avatar clanmills commented on May 25, 2024

Com'on buddy. Please don't bounce every question to me. The ./configure script is warning you that NLS (natural language support) has been disabled because you don't have the gettext library available. However, it will build if you type:

$ make
$ sudo make install
$ make samples

There are several ways to deal with gettext not being available:

  1. Install gettext using MacPorts:
$ sudo port install gettext

or
2) Build without NLS (natural language support)

./configure --disable-nls

or
3) Download the gettext source code and build/install it.

from exiv2.

clanmills avatar clanmills commented on May 25, 2024

To inspect build options:

$ ./configure --help

To enable video:

$ ./configure --enable-video

from exiv2.

keybraker avatar keybraker commented on May 25, 2024

Thank you an sorry for the Spam but it is a little overwhelming..

Sent from my HUAWEI PRA-LX1 using FastHub

from exiv2.

clanmills avatar clanmills commented on May 25, 2024

The build environments for Exiv2 (autotools, CMake and Visual Studio) are typical of open-source projects. When you know those tools, you can build most projects easily. However, there is a learning curve. There are tools (such as Mac Ports for MacOSX and apt for Linux) which hide details. However, open-source is source. This is not the world of shrink-wrapped software (such as Adobe PhotoShop or Microsoft Word). Projects such as Exiv2 are intended for use by other open-source warriors and regretfully you'll stumble while you learn.

If you continue to encounter issues, please agree on a time when we can collaborate on FaceTime. 30 minutes together will be quicker and more effective/efficient than a series of issue reports.

from exiv2.

keybraker avatar keybraker commented on May 25, 2024

Ok my friend thank you very much again and kudos for an incredible project!

Sent from my HUAWEI PRA-LX1 using FastHub

from exiv2.

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.