Code Monkey home page Code Monkey logo

Comments (2)

rockowitz avatar rockowitz commented on June 20, 2024

I fixed the missing errno.h problem and pushed the change to github. Thank you.

Do I understand correctly that the first run of .configure did not detect that libjansson-dev was not installed? Autoconf macro PKG_CHECK_MODULE() looks for file jansson.pc installed by the development package and terminates configure execution if the file is not found.

autogen is a convenience wrapper around autoreconf and configure. autoreconf is itself a wrapper. From the autotools doc:
"autoreconf runs autoconf, autoheader, aclocal, automake, libtoolize, and autopoint (when appropriate) repeatedly to update the GNU Build System in the specified directories and their subdirectories."

If you look at the output of autogen vs configure, you'll see output at the start before the output from configure.

Generally speaking, after running autogen once, the only time it needs to be run again is if there a change to configure.ac or one of the Makefile.am files in the source tree.

from ddcutil.

johndoe71rus avatar johndoe71rus commented on June 20, 2024

run ./autogen.sh was after install libjansson-dev.
don't forget add libjansson-dev to depences

from ddcutil.

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.