Re: HAVE_NETLINK
- From: Bastien Nocera <hadess hadess net>
- To: John Emmas <johne53 tiscali co uk>
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: HAVE_NETLINK
- Date: Tue, 16 Dec 2014 14:13:02 +0100
On Tue, 2014-12-16 at 13:12 +0000, John Emmas wrote:
When building libglib, should I define 'HAVE_NETLINK' only when building
for Linux ??
I'm building for Windows (with MSVC). When I updated glib this morning
(from git master) I noticed that a new source file was recently added
(gio/gnetworkmonitornm.c). I added it to my MSVC project but it then
failed to link, with this error:-
error LNK2019: unresolved external symbol:
__g_network_monitor_netlink_get_type
I found that symbol in 'gio/gnetworkmonitornetlink.c'. But when I added
'gnetworkmonitornetlink.c', it wouldn't compile (couldn't find
'linux/netlink.h'). So am I right in thinking this is all Linux-only?
Or do I need to take a closer look at my configuration? Thanks.
netlink is Linux-only, yes[1].
Cheers
[1]: https://en.wikipedia.org/wiki/Netlink
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]