Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Colin Guthrie
Hiya, 'Twas brillig, and Hurry Zeng at 14/05/14 12:56 did gyre and gimble: >> Firstly, please try to keep your mails on a given topic in the same >> thread! Make it easier for us all to consume mails on the list! > > Sorry for your time. > My last topic is about error on compiling (make and make

Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Hurry Zeng
Hi Daniel, Yes, i do this in makefile. Hurry Zeng from China. (winew...@qq.com) From: Daniel Buch Date: 2014-05-14 19:44 To: Hurry Zeng CC: systemd-devel Subject: Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source Have you com

Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Hurry Zeng
Hi, Colin, > Firstly, please try to keep your mails on a given topic in the same > thread! Make it easier for us all to consume mails on the list! Sorry for your time. My last topic is about error on compiling (make and make install) systemd, and as i said in the last reply, systemd compiling wor

Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Daniel Buch
Have you compiled with: -lsystemd? 2014-05-14 11:48 GMT+02:00 Hurry Zeng : > Hi All, > > i tried to compile some source code on archlinux (v 2014.05.01), but i got > an error: (header missing ?) > fatal error:* systemd/sd-event.h*: No such file or directory > #include > ^ > comp

Re: [systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Colin Guthrie
Hello, Firstly, please try to keep your mails on a given topic in the same thread! Make it easier for us all to consume mails on the list! 'Twas brillig, and Hurry Zeng at 14/05/14 10:48 did gyre and gimble: > Hi All, > > i tried to compile some source code on archlinux (v 2014.05.01), but i > g

[systemd-devel] error: undefined reference to `sd_event_source_unref' while the function exists in source

2014-05-14 Thread Hurry Zeng
Hi All, i tried to compile some source code on archlinux (v 2014.05.01), but i got an error: (header missing ?) fatal error: systemd/sd-event.h: No such file or directory #include ^ compilation terminated. then i copied the headers from systemd-212.tar.gz to /usr/include/sys