Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD_LIBSYSTEMD not effect #56

Closed
lujfsd opened this issue May 31, 2019 · 2 comments
Closed

BUILD_LIBSYSTEMD not effect #56

lujfsd opened this issue May 31, 2019 · 2 comments

Comments

@lujfsd
Copy link

lujfsd commented May 31, 2019

Hi, i got some trouble at v0.6.0

This is my config :
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_CODE_GEN=ON -DBUILD_LIBSYSTEMD=ON -DBUILD_DOC=OFF

But:
CMake checking libsystemd.
-- Checking for module 'libsystemd>=236'
-- Requested 'libsystemd >= 236' but version of systemd is 229
You may find new versions of systemd at http://www.freedesktop.org/wiki/Software/systemd
CMake Error at /usr/share/cmake-3.14/Modules/FindPkgConfig.cmake:457 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.14/Modules/FindPkgConfig.cmake:642 (_pkg_check_modules_internal)
CMakeLists.txt:16 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/conn/build_imx6/sdbus-cpp/build/CMakeFiles/CMakeOutput.log".

@lujfsd lujfsd changed the title BUILD_LIBSYSTEMD BUILD_LIBSYSTEMD not effect May 31, 2019
@sangelovic
Copy link
Collaborator

Hi, v0.6.0 does not support the feature of building libsystemd as part of building sdbus-c++. It's one of the most recent features that will be released in a few days (probably as v0.7.0). Until then, you can check out master branch directly and work with that.

@lujfsd
Copy link
Author

lujfsd commented May 31, 2019

Yes,it works.Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants