언어 설정

Menu
Sites
Language
systemd/sd-daemon.h

Hello.

I'm making a daemon in tizen.  I want to use socket activation and try to use system/sd-daemon.h

But build error show there are no such fle and if I add systemd-daemon to target_link_library, it show 'cannot find -lsystemd-daemon'.

How can I use the header file with tizen sdk?

Thank you.

Responses

1 댓글
André Reus

Did you add configuration from C/C++ Build after adding the header?

Follow this https://developer.tizen.org/ko/community/code-snippet/native-code-snippet/how-make-static-libary-and-link-it?langredirect=1