While 'make'ing 0.9.6 from github, I got the following error. Any advice?# make(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /ts/ports/contrib/networkmanager-openconnect/network-manager-openconnect-0-9-6/missing autoheader)rm -f stamp-h1touch config.h.incd . && /bin/sh ./config.status config.hconfig.status: creating config.hconfig.status: config.h is unchangedmake all-recursivemake[1]: Entering directory '/ts/ports/contrib/networkmanager-openconnect/network-manager-openconnect-0-9-6'Making all in srcmake[2]: Entering directory '/ts/ports/contrib/networkmanager-openconnect/network-manager-openconnect-0-9-6/src'depbase=`echo nm-openconnect-service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_DEPRECATED -DBINDIR=\"/usr/local/bin\" -DPREFIX=\""/usr/local"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DVERSION="\"0.9.6.2\"" -DLIBDIR=\""/usr/local/lib"\" -DLIBEXECDIR=\""/usr/local/libexec"\" -DLOCALSTATEDIR=\""/usr/local/var"\" -DDATADIR=\"/usr/local/share\" -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Werror -MT nm-openconnect-service.o -MD -MP -MF $depbase.Tpo -c -o nm-openconnect-service.o nm-openconnect-service.c &&\mv -f $depbase.Tpo $depbase.PoIn file included from /usr/lib/glib-2.0/include/glibconfig.h:9:0,from /usr/include/glib-2.0/glib/gtypes.h:34,from /usr/include/glib-2.0/glib/galloca.h:34,from /usr/include/glib-2.0/glib.h:32,from /usr/include/glib-2.0/glib/gi18n.h:23,from nm-openconnect-service.c:43:nm-openconnect-service.c: In function 'nm_openconnect_plugin_get_type':/usr/include/glib-2.0/glib/gmacros.h:162:53: error: typedef '_GStaticAssertCompileTimeAssertion_0' locally defined but not used [-Werror=unused-local-typedefs]#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'#define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2^/usr/include/glib-2.0/glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gthread.h:211:5: note: in expansion of macro 'G_STATIC_ASSERT'G_STATIC_ASSERT (sizeof *(location) == sizeof (gpointer)); \^/usr/include/glib-2.0/gobject/gtype.h:1461:7: note: in expansion of macro 'g_once_init_enter'if (g_once_init_enter (&g_define_type_id__volatile)) \^/usr/include/glib-2.0/gobject/gtype.h:1385:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()^/usr/include/glib-2.0/gobject/gtype.h:1277:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})^nm-openconnect-service.c:49:1: note: in expansion of macro 'G_DEFINE_TYPE'G_DEFINE_TYPE (NMOPENCONNECTPlugin, nm_openconnect_plugin, NM_TYPE_VPN_PLUGIN)^/usr/include/glib-2.0/glib/gmacros.h:162:53: error: typedef '_GStaticAssertCompileTimeAssertion_1' locally defined but not used [-Werror=unused-local-typedefs]#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'#define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2^/usr/include/glib-2.0/glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gatomic.h:136:5: note: in expansion of macro 'G_STATIC_ASSERT'G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \^/usr/include/glib-2.0/glib/gthread.h:213:7: note: in expansion of macro 'g_atomic_pointer_get'(!g_atomic_pointer_get (location) && \^/usr/include/glib-2.0/gobject/gtype.h:1461:7: note: in expansion of macro 'g_once_init_enter'if (g_once_init_enter (&g_define_type_id__volatile)) \^/usr/include/glib-2.0/gobject/gtype.h:1385:60: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_BEGIN'#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()^/usr/include/glib-2.0/gobject/gtype.h:1277:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})^nm-openconnect-service.c:49:1: note: in expansion of macro 'G_DEFINE_TYPE'G_DEFINE_TYPE (NMOPENCONNECTPlugin, nm_openconnect_plugin, NM_TYPE_VPN_PLUGIN)^/usr/include/glib-2.0/glib/gmacros.h:162:53: error: typedef '_GStaticAssertCompileTimeAssertion_2' locally defined but not used [-Werror=unused-local-typedefs]#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'#define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2^/usr/include/glib-2.0/glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]^/usr/include/glib-2.0/glib/gthread.h:218:5: note: in expansion of macro 'G_STATIC_ASSERT'G_STATIC_ASSERT (sizeof *(location) == sizeof (gpointer)); \^/usr/include/glib-2.0/gobject/gtype.h:1475:7: note: in expansion of macro 'g_once_init_leave'g_once_init_leave (&g_define_type_id__volatile, g_define_type_id); \^/usr/include/glib-2.0/gobject/gtype.h:1385:117: note: in expansion of macro '_G_DEFINE_TYPE_EXTENDED_END'#define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()^/usr/include/glib-2.0/gobject/gtype.h:1277:43: note: in expansion of macro 'G_DEFINE_TYPE_EXTENDED'#define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})^nm-openconnect-service.c:49:1: note: in expansion of macro 'G_DEFINE_TYPE'G_DEFINE_TYPE (NMOPENCONNECTPlugin, nm_openconnect_plugin, NM_TYPE_VPN_PLUGIN)^cc1: all warnings being treated as errorsMakefile:471: recipe for target 'nm-openconnect-service.o' failedmake[2]: *** [nm-openconnect-service.o] Error 1make[2]: Leaving directory '/ts/ports/contrib/networkmanager-openconnect/network-manager-openconnect-0-9-6/src'Makefile:519: recipe for target 'all-recursive' failedmake[1]: *** [all-recursive] Error 1make[1]: Leaving directory '/ts/ports/contrib/networkmanager-openconnect/network-manager-openconnect-0-9-6'Makefile:408: recipe for target 'all' failedmake: *** [all] Error 2On Fri, May 22, 2015 at 8:36 AM, Dan Williams <dcbw redhat com> wrote:On Fri, 2015-05-22 at 06:29 -0700, a.priori ibid wrote:
> Thinstation uses NetworkManager 0.9.6.4. I dont see that version of source
> at http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/
>
> Which can I use?
> 0.9.5.95
> 0.9.6.0
> 0.9.6.2
> 0.9.8.0
>
> When I did try to compile 1.0.2, I got this error
The NetworkManager VPN plugin versions are closely matched with
NetworkManager itself, so you want to use the plugin that's closest to
the NM version. I would use 0.9.6.2.
Dan