Allin Cottrell
2012-08-23 15:35:39 UTC
The systemd-189 release doesn't compile out of the box on my
system (gcc 4.7.1, glibc-2.16.0, Linux 3.5.2). It seems that
some required headers are not being included in several source
files under src/journal/. Specifically,
* journald-kmsg.c, journald-console.c and journald-gperf.c all
need <sys/socket.h> for struct ucred.
* journald-syslog.c, journald-stream.c and journald-native.c
all need <stddef.h> for offsetof().
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
system (gcc 4.7.1, glibc-2.16.0, Linux 3.5.2). It seems that
some required headers are not being included in several source
files under src/journal/. Specifically,
* journald-kmsg.c, journald-console.c and journald-gperf.c all
need <sys/socket.h> for struct ucred.
* journald-syslog.c, journald-stream.c and journald-native.c
all need <stddef.h> for offsetof().
--
Allin Cottrell
Department of Economics
Wake Forest University, NC
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html