Git Product home page Git Product logo

Comments (8)

jlahav avatar jlahav commented on July 18, 2024 1

Hi. Checking line 274 of CMakeLists.txt shows that the missing value is of the variable SYSTEMD_DIR.
Since you use Ubuntu 16.04 which should already be using systemd I don't see an obvious reason for the error.

Please take a look here and check the output of the command
pkg-config systemd --variable=systemdsystemunitdir
The output of the command should have been the missing value.

from dynamic-application-loader-host-interface.

jtdaugherty avatar jtdaugherty commented on July 18, 2024

Other context that might be helpful:

  • Ubuntu 16.04.1
  • cmake 3.5.1

from dynamic-application-loader-host-interface.

jtdaugherty avatar jtdaugherty commented on July 18, 2024

It turned out that I didn't need to run this software at all, so in that sense my problem went away. I also won't have time to track it down. Still, it's probably worth investigating - but if you would rather close this ticket, that's okay with me. Thank you!

from dynamic-application-loader-host-interface.

jlahav avatar jlahav commented on July 18, 2024

Thanks for the report.

from dynamic-application-loader-host-interface.

chherder avatar chherder commented on July 18, 2024

Hey - I know that this comment is closed, but I ran into the same issue and was able to resolve it. In my case, it turns out that SYSTEMD_DIR wasn't being set earlier because I didn't have pkg-config installed.

Running apt-get install pkg-config before cmake . resolved the issue.

from dynamic-application-loader-host-interface.

jlahav avatar jlahav commented on July 18, 2024

Thank you for confirming. I'll add pkg-config to the list of dependencies.

from dynamic-application-loader-host-interface.

smritipillai avatar smritipillai commented on July 18, 2024

This is what the error (https://pastebin.com/raw/85JizEdJ) I get if I type apt-get install pkg-config before cmake. Can anyone help?

from dynamic-application-loader-host-interface.

kyl3r92 avatar kyl3r92 commented on July 18, 2024

@smritipillai try "sudo apt-get install pkg-config" (just add sudo) - if you are not root, it will promt you for a password - if you don't have that you can't install pkg-config!

from dynamic-application-loader-host-interface.

Related Issues (11)

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.