===> Building for libinfinity-0.7.2nb11
/opt/pkg/bin/bmake  all-recursive
Making all in libinfinity
/opt/pkg/bin/bmake  all-am
  CC       adopted/libinfinity_0_7_la-inf-adopted-algorithm.lo
adopted/inf-adopted-algorithm.c:1033:21: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  algorithm->priv = INF_ADOPTED_ALGORITHM_GET_PRIVATE(algorithm);
                    ^
adopted/inf-adopted-algorithm.c:124:49: note: expanded from macro 'INF_ADOPTED_ALGORITHM_GET_PRIVATE'
#define INF_ADOPTED_ALGORITHM_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_ALGORITHM, InfAdoptedAlgorithmPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:152:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
1 warning generated.
  CC       adopted/libinfinity_0_7_la-inf-adopted-no-operation.lo
CC       adopted/libinfinity_0_7_la-inf-adopted-operation.lo
adopted/inf-adopted-operation.c:75:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfAdoptedConcurrencyId, inf_adopted_concurrency_id, inf_adopted_concurrency_id_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
adopted/inf-adopted-operation.c:76:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfAdoptedOperationFlags, inf_adopted_operation_flags, inf_adopted_operation_flags_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
2 warnings generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-request.lo
adopted/inf-adopted-request.c:88:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfAdoptedRequestType, inf_adopted_request_type, inf_adopted_request_type_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
adopted/inf-adopted-request.c:96:19: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  request->priv = INF_ADOPTED_REQUEST_GET_PRIVATE(request);
                  ^
adopted/inf-adopted-request.c:85:47: note: expanded from macro 'INF_ADOPTED_REQUEST_GET_PRIVATE'
#define INF_ADOPTED_REQUEST_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_REQUEST, InfAdoptedRequestPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:120:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
2 warnings generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-request-log.lo
adopted/inf-adopted-request-log.c:292:15: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  log->priv = INF_ADOPTED_REQUEST_LOG_GET_PRIVATE(log);
              ^
adopted/inf-adopted-request-log.c:97:51: note: expanded from macro 'INF_ADOPTED_REQUEST_LOG_GET_PRIVATE'
#define INF_ADOPTED_REQUEST_LOG_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_REQUEST_LOG, InfAdoptedRequestLogPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:144:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-request-log.c:451:7: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
      g_memmove(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
2 warnings generated.
  CC       adopted/libinfinity_0_7_la-inf-adopted-session.lo
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session.c:40:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:120:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:262:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:294:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:315:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:349:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:370:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:400:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:458:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:574:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:625:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:667:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:126:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:722:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:766:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:798:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:820:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:878:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:940:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:958:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:987:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1054:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1150:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1325:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* parameter;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1353:46: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                       const GParameter* params,
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1359:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* time;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1363:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* id_param;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1371:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(INF_ADOPTED_SESSION(session));
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1409:47: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                        const GParameter* params,
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1415:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* time;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session.c:1452:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1498:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1655:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_ADOPTED_SESSION_PRIVATE(session)->io;
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1673:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_ADOPTED_SESSION_PRIVATE(session)->algorithm;
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1721:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session.c:1779:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_PRIVATE(session);
         ^
adopted/inf-adopted-session.c:97:43: note: expanded from macro 'INF_ADOPTED_SESSION_PRIVATE'
#define INF_ADOPTED_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION, InfAdoptedSessionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:144:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
41 warnings generated.
  CC       adopted/libinfinity_0_7_la-inf-adopted-session-record.lo
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-record.c:46:
In file included from ../libinfinity/adopted/inf-adopted-session-record.h:23:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session-record.c:90:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:91:12: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  xmlerror = xmlGetLastError();
           ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-record.c:111:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:148:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:171:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:218:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:266:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:352:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:369:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:406:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:423:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:449:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:88:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:566:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:593:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-record.c:612:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-record.c:680:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_RECORD_PRIVATE(record);
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-record.c:723:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-record.c:768:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_ADOPTED_SESSION_RECORD_PRIVATE(record)->writer != NULL;
         ^
adopted/inf-adopted-session-record.c:77:50: note: expanded from macro 'INF_ADOPTED_SESSION_RECORD_PRIVATE'
#define INF_ADOPTED_SESSION_RECORD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_RECORD, InfAdoptedSessionRecordPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-session-replay.lo
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from adopted/inf-adopted-session-replay.c:38:
In file included from ../libinfinity/adopted/inf-adopted-session-replay.h:23:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session-replay.c:97:15: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xml_error = xmlGetLastError();
              ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-replay.c:121:15: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xml_error = xmlGetLastError();
              ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-replay.c:149:15: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xml_error = xmlGetLastError();
              ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-replay.c:244:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:323:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:341:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:524:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:548:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:562:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:579:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:602:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:715:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:725:15: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xml_error = xmlGetLastError();
              ^ ~~~~~~~~~~~~~~~~~
adopted/inf-adopted-session-replay.c:834:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay)->session;
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:116:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:870:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* param;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session-replay.c:877:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SESSION_REPLAY_PRIVATE(replay);
         ^
adopted/inf-adopted-session-replay.c:80:50: note: expanded from macro 'INF_ADOPTED_SESSION_REPLAY_PRIVATE'
#define INF_ADOPTED_SESSION_REPLAY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SESSION_REPLAY, InfAdoptedSessionReplayPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-session-replay.c:965:14: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      (const GParameter*)user_props->data,
             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session-replay.c:975:16: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
        (const GParameter*)user_props->data,
               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
adopted/inf-adopted-session-replay.c:981:48: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      g_value_unset(&g_array_index(user_props, GParameter, i).value);
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
26 warnings generated.
  CC       adopted/libinfinity_0_7_la-inf-adopted-split-operation.lo
adopted/inf-adopted-split-operation.c:76:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:110:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:123:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:150:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:5:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:180:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:243:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:287:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:293:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv_lcs = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(operation_lcs);
               ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:371:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:391:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:422:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:449:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:455:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  trans_priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(trans_split);
               ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:515:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(split);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:625:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(op);
         ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-split-operation.c:631:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv_lcs = INF_ADOPTED_SPLIT_OPERATION_PRIVATE(op_lcs);
               ^
adopted/inf-adopted-split-operation.c:64:51: note: expanded from macro 'INF_ADOPTED_SPLIT_OPERATION_PRIVATE'
#define INF_ADOPTED_SPLIT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_SPLIT_OPERATION, InfAdoptedSplitOperationPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
16 warnings generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-state-vector.lo
adopted/inf-adopted-state-vector.c:136:5: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
    g_memmove(comp + 1, comp,
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
1 warning generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-undo-grouping.lo
adopted/inf-adopted-undo-grouping.c:118:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:245:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:333:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:363:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:405:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:439:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:461:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:475:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:490:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:526:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:648:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping)->algorithm;
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:675:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:753:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:782:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:820:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
adopted/inf-adopted-undo-grouping.c:877:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_ADOPTED_UNDO_GROUPING_PRIVATE(grouping);
         ^
adopted/inf-adopted-undo-grouping.c:96:49: note: expanded from macro 'INF_ADOPTED_UNDO_GROUPING_PRIVATE'
#define INF_ADOPTED_UNDO_GROUPING_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_UNDO_GROUPING, InfAdoptedUndoGroupingPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
16 warnings generated.
CC       adopted/libinfinity_0_7_la-inf-adopted-user.lo
adopted/inf-adopted-user.c:63:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  user->priv = INF_ADOPTED_USER_GET_PRIVATE(user);
               ^
adopted/inf-adopted-user.c:53:44: note: expanded from macro 'INF_ADOPTED_USER_GET_PRIVATE'
#define INF_ADOPTED_USER_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_ADOPTED_TYPE_USER, InfAdoptedUserPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:145:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
1 warning generated.
  CC       common/libinfinity_0_7_la-inf-acl.lo
common/inf-acl.c:178:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfAclSetting, inf_acl_setting, inf_acl_setting_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-acl.c:749:17: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      if(strcmp((const xmlChar*)attr, "yes") == 0)
                ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
common/inf-acl.c:753:22: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      else if(strcmp((const xmlChar*)attr, "no") == 0)
                     ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
3 warnings generated.
CC       common/libinfinity_0_7_la-inf-async-operation.lo
CC       common/libinfinity_0_7_la-inf-browser.lo
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-browser.c:37:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-browser.c:62:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfBrowserStatus, inf_browser_status, inf_browser_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
10 warnings generated.
  CC       common/libinfinity_0_7_la-inf-browser-iter.lo
  CC       common/libinfinity_0_7_la-inf-buffer.lo
  CC       common/libinfinity_0_7_la-inf-certificate-chain.lo
CC       common/libinfinity_0_7_la-inf-certificate-credentials.lo
CC       common/libinfinity_0_7_la-inf-certificate-verify.lo
common/inf-certificate-verify.c:124:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfCertificateVerifyFlags, inf_certificate_verify_flags, inf_certificate_verify_flags_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-certificate-verify.c:136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:137:48: warning: equality comparison result unused [-Wunused-comparison]
  for(item = priv->queries; item != NULL; item == item->next)
                                          ~~~~~^~~~~~~~~~~~~
common/inf-certificate-verify.c:137:48: note: use '=' to turn this equality comparison into an assignment
  for(item = priv->queries; item != NULL; item == item->next)
                                               ^~
                                               =
common/inf-certificate-verify.c:190:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:207:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:231:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:268:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:296:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(query->verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:337:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:536:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:550:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:579:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:597:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:636:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-certificate-verify.c:831:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CERTIFICATE_VERIFY_PRIVATE(query->verify);
         ^
common/inf-certificate-verify.c:122:46: note: expanded from macro 'INF_CERTIFICATE_VERIFY_PRIVATE'
#define INF_CERTIFICATE_VERIFY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CERTIFICATE_VERIFY, InfCertificateVerifyPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
15 warnings generated.
CC       common/libinfinity_0_7_la-inf-cert-util.lo
common/inf-cert-util.c:249:35: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      g_string_append_len(string, data, size);
                                  ^~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:251:37: note: expanded from macro 'g_string_append_len'
  g_string_append_len_inline (gstr, val, len)
                                    ^~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstring.h:219:41: note: passing argument to parameter 'val' here
                            const char *val,
                                        ^
common/inf-cert-util.c:1165:7: warning: passing 'gchar *' (aka 'char *') to parameter of type 'guchar *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      out_buf,
      ^~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gbase64.h:50:48: note: passing argument to parameter 'out' here
                                 guchar       *out,
                                               ^
common/inf-cert-util.c:1174:17: warning: assigning to 'unsigned char *' from 'gchar *' (aka 'char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      data.data = out_buf;
                ^ ~~~~~~~
common/inf-cert-util.c:1270:36: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const guchar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    encoded_cert = g_base64_encode(buffer, size);
                                   ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gbase64.h:45:48: note: passing argument to parameter 'data' here
gchar*  g_base64_encode         (const guchar *data,
                                               ^
4 warnings generated.
CC       common/libinfinity_0_7_la-inf-chat-buffer.lo
common/inf-chat-buffer.c:106:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfChatBufferMessageType, inf_chat_buffer_message_type, inf_chat_buffer_message_type_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-chat-buffer.c:107:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfChatBufferMessageFlags, inf_chat_buffer_message_flags, inf_chat_buffer_message_flags_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-chat-buffer.c:134:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:312:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:330:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:81:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:352:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(session);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:379:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(session);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:406:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:430:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_CHAT_BUFFER_PRIVATE(buffer)->modified;
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:441:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(chat_buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:740:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_BUFFER_PRIVATE(buffer);
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:758:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_CHAT_BUFFER_PRIVATE(buffer)->num_messages;
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-buffer.c:774:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_CHAT_BUFFER_PRIVATE(buffer)->size;
         ^
common/inf-chat-buffer.c:101:39: note: expanded from macro 'INF_CHAT_BUFFER_PRIVATE'
#define INF_CHAT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_BUFFER, InfChatBufferPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
CC       common/libinfinity_0_7_la-inf-chat-session.lo
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-chat-session.c:32:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-chat-session.c:342:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:403:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:445:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:605:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:719:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:738:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:769:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:899:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_CHAT_SESSION_PRIVATE(session);
           ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:83:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-chat-session.c:924:27: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                          GParameter* params,
                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-chat-session.c:927:10: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  return g_object_newv(INF_TYPE_USER, n_params, params);
         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
#define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
#define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-chat-session.c:1203:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_CHAT_SESSION_PRIVATE(session);
         ^
common/inf-chat-session.c:69:40: note: expanded from macro 'INF_CHAT_SESSION_PRIVATE'
#define INF_CHAT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_CHAT_SESSION, InfChatSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:122:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
18 warnings generated.
  CC       common/libinfinity_0_7_la-inf-discovery-avahi.lo
  CC       common/libinfinity_0_7_la-inf-discovery.lo
CC       common/libinfinity_0_7_la-inf-error.lo
CC       common/libinfinity_0_7_la-inf-file-util.lo
  CC       common/libinfinity_0_7_la-inf-init.lo
  CC       common/libinfinity_0_7_la-inf-io.lo
common/inf-io.c:73:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfIoEvent, inf_io_event, inf_io_event_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
CC       common/libinfinity_0_7_la-inf-ip-address.lo
common/inf-ip-address.c:73:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfIpAddressFamily, inf_ip_address_family, inf_ip_address_family_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
CC       common/libinfinity_0_7_la-inf-keepalive.lo
common/inf-keepalive.c:55:3: warning: "Keepalive support not implemented for this platform" [-W#warnings]
# warning "Keepalive support not implemented for this platform"
  ^
common/inf-keepalive.c:82:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfKeepaliveMask, inf_keepalive_mask, inf_keepalive_mask_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
2 warnings generated.
  CC       common/libinfinity_0_7_la-inf-local-publisher.lo
  CC       common/libinfinity_0_7_la-inf-name-resolver.lo
common/inf-name-resolver.c:253:19: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  len = dn_expand(msg, end, cur, result, reslen);
                  ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:35: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                             ^
common/inf-name-resolver.c:253:24: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  len = dn_expand(msg, end, cur, result, reslen);
                       ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:51: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                                             ^
common/inf-name-resolver.c:253:29: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  len = dn_expand(msg, end, cur, result, reslen);
                            ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:67: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                                                             ^
common/inf-name-resolver.c:485:39: warning: passing 'char [4096]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  len = res_query(query, C_IN, T_SRV, ansbuf, sizeof(ansbuf));
                                      ^~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:335:53: note: passing argument to parameter here
int             res_query __P((const char *, int, int, u_char *, int));
                                                               ^
common/inf-name-resolver.c:517:21: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    len = dn_expand(msg, end, cur, hostbuf, sizeof(hostbuf));
                    ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:35: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                             ^
common/inf-name-resolver.c:517:26: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    len = dn_expand(msg, end, cur, hostbuf, sizeof(hostbuf));
                         ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:51: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                                             ^
common/inf-name-resolver.c:517:31: warning: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    len = dn_expand(msg, end, cur, hostbuf, sizeof(hostbuf));
                              ^~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/resolv.h:444:67: note: passing argument to parameter here
int             dn_expand __P((const u_char *, const u_char *, const u_char *, char *, int));
                                                                             ^
common/inf-name-resolver.c:793:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:821:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:862:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:893:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:106:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:935:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:127:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:954:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:978:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:137:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:999:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(connection);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:142:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1043:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(connection);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1211:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_NAME_RESOLVER_PRIVATE(resolver)->hostname;
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1226:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_NAME_RESOLVER_PRIVATE(resolver)->service;
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1241:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_NAME_RESOLVER_PRIVATE(resolver)->srv;
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1269:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1321:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1370:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:131:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1391:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_NAME_RESOLVER_PRIVATE(resolver)->result.n_entries;
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:142:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1413:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-name-resolver.c:1440:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_NAME_RESOLVER_PRIVATE(resolver);
         ^
common/inf-name-resolver.c:126:41: note: expanded from macro 'INF_NAME_RESOLVER_PRIVATE'
#define INF_NAME_RESOLVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_NAME_RESOLVER, InfNameResolverPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
  CC       common/libinfinity_0_7_la-inf-native-socket.lo
CC       common/libinfinity_0_7_la-inf-protocol.lo
  CC       common/libinfinity_0_7_la-inf-request.lo
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request.c:33:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       common/libinfinity_0_7_la-inf-request-result.lo
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-request-result.c:36:
In file included from ../libinfinity/common/inf-request-result.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-request-result.c:89:22: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
  new_result->data = g_memdup(result->data, result->len);
                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
10 warnings generated.
  CC       common/libinfinity_0_7_la-inf-sasl-context.lo
  CC       common/libinfinity_0_7_la-inf-session.lo
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session.c:59:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:183:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfSessionStatus, inf_session_status, inf_session_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-session.c:257:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:153:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:296:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:353:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:381:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:454:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:472:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(object);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:109:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:517:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:545:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:137:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:560:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:142:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:677:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:757:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:826:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:848:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* param;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:849:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* connparam;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:851:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:868:14: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      (const GParameter*)user_props->data,
             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:889:8: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      (GParameter*)user_props->data,
       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:894:48: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      g_value_unset(&g_array_index(user_props, GParameter, i).value);
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:952:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* parameter;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:961:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:141:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:962:50: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  array = g_array_sized_new(FALSE, FALSE, sizeof(GParameter), 16);
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:1029:43: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                    const GParameter* params,
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:1082:44: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                     const GParameter* params,
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:1088:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* parameter;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:1093:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:146:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1172:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:151:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1380:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1451:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1641:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1716:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1785:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:1822:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:129:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2172:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2171:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2198:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2202:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* parameter;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2209:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    if(strcmp(g_array_index(array, GParameter, i).name, name) == 0)
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2210:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      return &g_array_index(array, GParameter, i);
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2213:37: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  parameter = &g_array_index(array, GParameter, array->len - 1);
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2241:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* params;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2257:39: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  params = g_malloc(n_params * sizeof(GParameter));
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2302:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_SESSION_PRIVATE(session)->manager;
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2317:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_SESSION_PRIVATE(session)->buffer;
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2332:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_SESSION_PRIVATE(session)->user_table;
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2347:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_SESSION_PRIVATE(session)->status;
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2375:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2389:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2399:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    *(GParameter**)(gpointer)&params,
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session.c:2434:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:160:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2479:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2566:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2677:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2735:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:126:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2784:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:163:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2816:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_SESSION_PRIVATE(session)->subscription_group;
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2840:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-session.c:2874:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SESSION_PRIVATE(session);
         ^
common/inf-session.c:177:35: note: expanded from macro 'INF_SESSION_PRIVATE'
#define INF_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SESSION, InfSessionPrivate))
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
65 warnings generated.
  CC       common/libinfinity_0_7_la-inf-session-proxy.lo
In file included from common/inf-session-proxy.c:39:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:39:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from common/inf-session-proxy.c:40:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
common/inf-session-proxy.c:86:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
10 warnings generated.
CC       common/libinfinity_0_7_la-inf-simulated-connection.lo
common/inf-simulated-connection.c:89:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfSimulatedConnectionMode, inf_simulated_connection_mode, inf_simulated_connection_mode_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-simulated-connection.c:100:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:127:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:132:19: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    target_priv = INF_SIMULATED_CONNECTION_PRIVATE(priv->target);
                  ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:157:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:162:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_SIMULATED_CONNECTION_PRIVATE(target);
           ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:184:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:199:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:223:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(sim);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:259:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(sim);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:311:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:92:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:324:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:335:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:552:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-simulated-connection.c:581:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_SIMULATED_CONNECTION_PRIVATE(connection);
         ^
common/inf-simulated-connection.c:86:48: note: expanded from macro 'INF_SIMULATED_CONNECTION_PRIVATE'
#define INF_SIMULATED_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_SIMULATED_CONNECTION, InfSimulatedConnectionPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
15 warnings generated.
  CC       common/libinfinity_0_7_la-inf-standalone-io.lo
common/inf-standalone-io.c:96:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal begin;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:159:32: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
inf_standalone_io_timeval_diff(GTimeVal* first,
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:160:32: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                               GTimeVal* second)
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:183:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal current;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:198:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:208:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
    g_get_current_time(&current);
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:267:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
    g_get_current_time(&current);
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:458:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:517:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:608:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:624:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:649:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:709:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:822:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:878:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:83:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:956:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:88:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:959:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  g_get_current_time(&timeout->begin);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
common/inf-standalone-io.c:980:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:93:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1013:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1035:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1109:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1137:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1163:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1203:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-standalone-io.c:1230:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_STANDALONE_IO_PRIVATE(io);
         ^
common/inf-standalone-io.c:151:41: note: expanded from macro 'INF_STANDALONE_IO_PRIVATE'
#define INF_STANDALONE_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_STANDALONE_IO, InfStandaloneIoPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
CC       common/libinfinity_0_7_la-inf-tcp-connection.lo
common/inf-tcp-connection.c:145:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfTcpConnectionStatus, inf_tcp_connection_status, inf_tcp_connection_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-tcp-connection.c:282:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:346:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:407:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:533:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:591:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:88:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:645:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:117:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:690:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:130:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:761:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:836:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:866:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:898:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:51:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:926:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:949:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:977:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1070:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:121:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1172:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1535:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1580:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1621:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:135:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1725:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TCP_CONNECTION_PRIVATE(connection)->remote_address;
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:160:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1741:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TCP_CONNECTION_PRIVATE(connection)->remote_port;
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1771:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1797:11: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return &INF_TCP_CONNECTION_PRIVATE(connection)->keepalive;
          ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-tcp-connection.c:1830:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TCP_CONNECTION_PRIVATE(connection);
         ^
common/inf-tcp-connection.c:141:42: note: expanded from macro 'INF_TCP_CONNECTION_PRIVATE'
#define INF_TCP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_TCP_CONNECTION, InfTcpConnectionPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
CC       common/libinfinity_0_7_la-inf-user.lo
common/inf-user.c:102:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfUserFlags, inf_user_flags, inf_user_flags_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-user.c:103:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfUserStatus, inf_user_status, inf_user_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-user.c:112:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  user->priv = INF_USER_GET_PRIVATE(user);
               ^
common/inf-user.c:97:36: note: expanded from macro 'INF_USER_GET_PRIVATE'
#define INF_USER_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER, InfUserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:155:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
3 warnings generated.
  CC       common/libinfinity_0_7_la-inf-user-table.lo
common/inf-user-table.c:92:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:145:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:189:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:204:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:232:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:246:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:296:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:331:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:342:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:353:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:364:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:603:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:627:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:661:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-user-table.c:693:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_USER_TABLE_PRIVATE(user_table);
         ^
common/inf-user-table.c:61:38: note: expanded from macro 'INF_USER_TABLE_PRIVATE'
#define INF_USER_TABLE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_USER_TABLE, InfUserTablePrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
14 warnings generated.
  CC       common/libinfinity_0_7_la-inf-xml-connection.lo
common/inf-xml-connection.c:73:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfXmlConnectionStatus, inf_xml_connection_status, inf_xml_connection_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
  CC       common/libinfinity_0_7_la-inf-xml-util.lo
CC       common/libinfinity_0_7_la-inf-xmpp-connection.lo
common/inf-xmpp-connection.c:233:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfXmppConnectionSite, inf_xmpp_connection_site, inf_xmpp_connection_site_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-xmpp-connection.c:234:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfXmppConnectionSecurityPolicy, inf_xmpp_connection_security_policy, inf_xmpp_connection_security_policy_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
common/inf-xmpp-connection.c:565:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:600:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(connection);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:621:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:708:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:93:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:781:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:116:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:863:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:133:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:942:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:997:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1047:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1099:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1115:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1133:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1168:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1204:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1273:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1393:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1497:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:27:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1555:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1605:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1637:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1686:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:81:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1750:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1788:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1883:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:1938:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2081:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2190:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2228:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:143:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2322:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:153:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2450:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2489:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2515:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2645:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2745:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:133:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2831:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:148:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2907:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2935:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2963:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:2965:13: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  error_xml = xmlCtxtGetLastError(priv->parser);
            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
common/inf-xmpp-connection.c:3053:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3109:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3129:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3189:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3341:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3425:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3534:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3595:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(connection);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:106:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3644:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(object);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3674:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3725:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:153:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3751:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3848:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3944:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(connection);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:3963:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(connection);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4023:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(connection);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:134:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4316:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4344:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4367:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4392:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4417:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4442:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4467:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:120:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4491:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4538:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4562:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4595:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4685:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4782:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4817:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:88:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-connection.c:4838:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_CONNECTION_PRIVATE(xmpp);
         ^
common/inf-xmpp-connection.c:227:43: note: expanded from macro 'INF_XMPP_CONNECTION_PRIVATE'
#define INF_XMPP_CONNECTION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_CONNECTION, InfXmppConnectionPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
72 warnings generated.
  CC       common/libinfinity_0_7_la-inf-xmpp-manager.lo
common/inf-xmpp-manager.c:248:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:294:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:359:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:717:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:734:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(object);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:850:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:127:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:895:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:144:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
common/inf-xmpp-manager.c:984:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_XMPP_MANAGER_PRIVATE(manager);
         ^
common/inf-xmpp-manager.c:101:40: note: expanded from macro 'INF_XMPP_MANAGER_PRIVATE'
#define INF_XMPP_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TYPE_XMPP_MANAGER, InfXmppManagerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
8 warnings generated.
CC       communication/libinfinity_0_7_la-inf-communication-central-factory.lo
CC       communication/libinfinity_0_7_la-inf-communication-central-method.lo
communication/inf-communication-central-method.c:76:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:5:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:151:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:191:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:225:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:262:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:275:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:297:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(meth);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:319:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:369:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:384:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:403:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:417:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:428:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(m);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:458:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(m);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:498:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:513:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:5:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:539:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-central-method.c:577:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(method);
         ^
communication/inf-communication-central-method.c:55:56: note: expanded from macro 'INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE'
#define INF_COMMUNICATION_CENTRAL_METHOD_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_CENTRAL_METHOD, InfCommunicationCentralMethodPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
18 warnings generated.
  CC       communication/libinfinity_0_7_la-inf-communication-factory.lo
  CC       communication/libinfinity_0_7_la-inf-communication-group.lo
communication/inf-communication-group.c:125:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:170:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(grp);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:205:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:225:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:245:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:262:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:292:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:325:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:344:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:366:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:383:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:432:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:580:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_COMMUNICATION_GROUP_PRIVATE(group)->name;
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:596:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_COMMUNICATION_GROUP_PRIVATE(group)->target;
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:6:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:622:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:730:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:885:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:141:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:945:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:154:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-group.c:966:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_GROUP_PRIVATE(group);
         ^
communication/inf-communication-group.c:80:47: note: expanded from macro 'INF_COMMUNICATION_GROUP_PRIVATE'
#define INF_COMMUNICATION_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_GROUP, InfCommunicationGroupPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
19 warnings generated.
  CC       communication/libinfinity_0_7_la-inf-communication-hosted-group.lo
communication/inf-communication-hosted-group.c:56:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(hosted_group);
         ^
communication/inf-communication-hosted-group.c:43:54: note: expanded from macro 'INF_COMMUNICATION_HOSTED_GROUP_PRIVATE'
#define INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_HOSTED_GROUP, InfCommunicationHostedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-hosted-group.c:85:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-hosted-group.c:43:54: note: expanded from macro 'INF_COMMUNICATION_HOSTED_GROUP_PRIVATE'
#define INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_HOSTED_GROUP, InfCommunicationHostedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-hosted-group.c:98:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-hosted-group.c:43:54: note: expanded from macro 'INF_COMMUNICATION_HOSTED_GROUP_PRIVATE'
#define INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_HOSTED_GROUP, InfCommunicationHostedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-hosted-group.c:156:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-hosted-group.c:43:54: note: expanded from macro 'INF_COMMUNICATION_HOSTED_GROUP_PRIVATE'
#define INF_COMMUNICATION_HOSTED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_HOSTED_GROUP, InfCommunicationHostedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
4 warnings generated.
  CC       communication/libinfinity_0_7_la-inf-communication-joined-group.lo
communication/inf-communication-joined-group.c:91:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(grp);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:129:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(joined_group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:144:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(joined_group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:157:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:168:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(object);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:199:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:215:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:235:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:268:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_JOINED_GROUP_PRIVATE(group);
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-joined-group.c:378:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_COMMUNICATION_JOINED_GROUP_PRIVATE(g)->publisher_conn;
         ^
communication/inf-communication-joined-group.c:57:54: note: expanded from macro 'INF_COMMUNICATION_JOINED_GROUP_PRIVATE'
#define INF_COMMUNICATION_JOINED_GROUP_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_JOINED_GROUP, InfCommunicationJoinedGroupPrivate))
                                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:109:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
10 warnings generated.
  CC       communication/libinfinity_0_7_la-inf-communication-manager.lo
communication/inf-communication-manager.c:124:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:154:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:182:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:210:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:294:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:370:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:451:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-manager.c:483:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_MANAGER_PRIVATE(manager);
         ^
communication/inf-communication-manager.c:58:49: note: expanded from macro 'INF_COMMUNICATION_MANAGER_PRIVATE'
#define INF_COMMUNICATION_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_MANAGER, InfCommunicationManagerPrivate))
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
8 warnings generated.
  CC       communication/libinfinity_0_7_la-inf-communication-method.lo
CC       communication/libinfinity_0_7_la-inf-communication-object.lo
communication/inf-communication-object.c:56:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfCommunicationScope, inf_communication_scope, inf_communication_scope_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
  CC       communication/libinfinity_0_7_la-inf-communication-registry.lo
communication/inf-communication-registry.c:317:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:398:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:523:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:558:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:611:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(rgstry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:665:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:709:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:730:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:817:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:905:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:6:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:965:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:1009:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
communication/inf-communication-registry.c:1065:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_COMMUNICATION_REGISTRY_PRIVATE(registry);
         ^
communication/inf-communication-registry.c:92:50: note: expanded from macro 'INF_COMMUNICATION_REGISTRY_PRIVATE'
#define INF_COMMUNICATION_REGISTRY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_COMMUNICATION_TYPE_REGISTRY, InfCommunicationRegistryPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
CC       client/libinfinity_0_7_la-infc-browser.lo
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-browser.c:32:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-browser.c:325:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:510:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:150:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:578:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:163:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:728:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:959:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1206:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1264:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1282:11: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
          INFC_BROWSER_PRIVATE(browser)->nodes,
          ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:1345:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1378:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:138:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1436:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1533:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1551:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1653:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1685:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1761:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:99:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1780:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1889:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:127:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:1926:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:134:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2129:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2153:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2238:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2277:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2318:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2349:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2387:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2408:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2431:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2557:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2623:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:126:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2668:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2717:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2800:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:2885:15: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    if(strcmp(node->name, "account") == 0)
              ^~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
client/infc-browser.c:2977:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3052:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:129:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3122:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:150:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3346:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser); 
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:155:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3511:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3558:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3640:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3695:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3734:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3784:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3850:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:3982:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4085:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4278:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4396:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4426:24: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        cert_text.data = (char*)child->children->content;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client/infc-browser.c:4427:33: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        cert_text.size = strlen(cert_text.data);
                                ^~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
client/infc-browser.c:4514:5: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
    &verify_result
    ^~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gnutls/x509.h:958:19: note: passing argument to parameter 'verify' here
                                unsigned int *verify);
                                              ^
client/infc-browser.c:4611:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4753:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:4916:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5003:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5262:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INFC_BROWSER_PRIVATE(browser);
           ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5566:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:158:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5625:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5641:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5664:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5687:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5710:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5740:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5750:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5785:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5800:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5829:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5835:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:117:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5915:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5921:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:5967:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:5969:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6011:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6027:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6029:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6060:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6062:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6111:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6113:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6135:5: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    infc_browser_return_val_if_iter_fail(browser, iter, NULL);
    ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6138:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6177:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6202:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6274:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6296:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6323:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6443:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6542:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6609:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6651:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6654:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6698:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, FALSE);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6700:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6730:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6749:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(INFC_BROWSER(browser), iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:6752:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6981:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_BROWSER_PRIVATE(browser)->communication_manager;
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:6996:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_BROWSER_PRIVATE(browser)->connection;
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7019:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7061:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7100:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:7102:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7158:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:7160:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7196:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infc_browser_return_val_if_iter_fail(browser, iter, NULL);
  ^
client/infc-browser.c:253:7: note: expanded from macro 'infc_browser_return_val_if_iter_fail'
      INFC_BROWSER_PRIVATE(INFC_BROWSER(browser))->nodes, \
      ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
client/infc-browser.c:7201:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7238:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:115:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7281:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7327:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_BROWSER_PRIVATE(browser);
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-browser.c:7356:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_BROWSER_PRIVATE(browser)->chat_session;
         ^
client/infc-browser.c:225:36: note: expanded from macro 'INFC_BROWSER_PRIVATE'
#define INFC_BROWSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_BROWSER, InfcBrowserPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
120 warnings generated.
CC       client/libinfinity_0_7_la-infc-progress-request.lo
client/infc-progress-request.c:59:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:74:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:89:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:114:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(progress_request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:194:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:218:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_PROGRESS_REQUEST_PRIVATE(request)->initiated;
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-progress-request.c:235:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_PROGRESS_REQUEST_PRIVATE(request);
         ^
client/infc-progress-request.c:50:45: note: expanded from macro 'INFC_PROGRESS_REQUEST_PRIVATE'
#define INFC_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_PROGRESS_REQUEST, InfcProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
7 warnings generated.
CC       client/libinfinity_0_7_la-infc-request.lo
client/infc-request.c:63:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request.c:78:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request.c:95:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request.c:129:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request.c:158:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request.c:172:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_PRIVATE(request);
         ^
client/infc-request.c:52:36: note: expanded from macro 'INFC_REQUEST_PRIVATE'
#define INFC_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST, InfcRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
6 warnings generated.
CC       client/libinfinity_0_7_la-infc-request-manager.lo
client/infc-request-manager.c:179:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:199:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:217:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:240:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(request_manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:261:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:279:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:457:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* params;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-request-manager.c:472:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:481:43: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  params = g_malloc0(param_alloc * sizeof(GParameter));
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-request-manager.c:514:55: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      params = g_realloc(params, param_alloc * sizeof(GParameter));
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-request-manager.c:534:28: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
    request = INFC_REQUEST(g_object_newv(request_type, param_size, params));
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
#define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
#define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
client/infc-request-manager.c:648:27: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  g_hash_table_remove_all(INFC_REQUEST_MANAGER_PRIVATE(manager)->requests);
                          ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:669:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:709:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:836:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-request-manager.c:871:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_REQUEST_MANAGER_PRIVATE(manager);
         ^
client/infc-request-manager.c:78:44: note: expanded from macro 'INFC_REQUEST_MANAGER_PRIVATE'
#define INFC_REQUEST_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_REQUEST_MANAGER, InfcRequestManagerPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
16 warnings generated.
  CC       client/libinfinity_0_7_la-infc-session-proxy.lo
In file included from client/infc-session-proxy.c:43:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:43:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from client/infc-session-proxy.c:44:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:91:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:168:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:214:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:251:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:93:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:296:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:368:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:127:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:383:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:427:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:477:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(session);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:548:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* param;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:552:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:584:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    (const GParameter*)array->data,
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:594:14: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      (const GParameter*)array->data,
             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:602:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    g_value_unset(&g_array_index(array, GParameter, i).value);
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:635:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* idparam;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:636:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* param;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:641:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:51:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:655:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    (const GParameter*)array->data,
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:711:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    (const GParameter*)array->data,
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:725:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    param = &g_array_index(array, GParameter, i);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:739:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    g_value_unset(&g_array_index(array, GParameter, i).value);
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:755:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    g_value_unset(&g_array_index(array, GParameter, i).value);
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:775:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:829:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:853:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:875:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:903:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:116:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:1017:50: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                           const GParameter* params,
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
client/infc-session-proxy.c:1030:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:1174:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFC_SESSION_PROXY_PRIVATE(proxy);
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:1244:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_SESSION_PROXY_PRIVATE(proxy)->connection;
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
client/infc-session-proxy.c:1260:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFC_SESSION_PROXY_PRIVATE(proxy)->subscription_group;
         ^
client/infc-session-proxy.c:71:42: note: expanded from macro 'INFC_SESSION_PROXY_PRIVATE'
#define INFC_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFC_TYPE_SESSION_PROXY, InfcSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
41 warnings generated.
  CC       server/libinfinity_0_7_la-infd-account-storage.lo
server/infd-account-storage.c:99:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_FLAGS_TYPE(InfdAccountStorageSupport, infd_account_storage_support, infd_account_storage_support_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:47:6: note: expanded from macro 'INF_DEFINE_FLAGS_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
CC       server/libinfinity_0_7_la-infd-chat-filesystem-format.lo
server/infd-chat-filesystem-format.c:139:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
server/infd-chat-filesystem-format.c:237:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
2 warnings generated.
CC       server/libinfinity_0_7_la-infd-directory.lo
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-directory.c:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-directory.c:400:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(timeout_data->directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:134:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:458:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:139:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:501:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:168:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:556:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:602:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:671:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:51:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:725:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:778:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:821:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:883:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:916:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:92:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:985:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1021:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1070:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:107:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1269:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1343:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1431:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1503:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1592:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1668:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1801:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1822:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1861:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1910:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1970:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:1996:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2026:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2171:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2314:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2521:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:161:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2674:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2716:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2737:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2798:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2844:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:2893:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3050:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3172:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3297:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3492:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3530:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:117:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3592:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3679:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3769:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3820:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3860:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:3887:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4138:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4161:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4182:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4336:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4536:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4629:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4825:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:4968:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5058:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5202:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:138:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5247:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:151:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5330:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5417:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5478:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5586:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:5733:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6010:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6182:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6300:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6398:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6409:23: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        crq_text.data = (char*)child->children->content;
                      ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
server/infd-directory.c:6410:32: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        crq_text.size = strlen(crq_text.data);
                               ^~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
server/infd-directory.c:6562:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6615:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6758:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:6934:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:12:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7021:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7209:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7645:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7786:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7823:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:7931:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8028:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8214:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8434:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8509:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8525:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8583:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8643:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8730:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8752:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8806:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:8856:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9113:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9157:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9173:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:137:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9175:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9196:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9198:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9219:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9221:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9242:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9244:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9270:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9272:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9318:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9320:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9336:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9338:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9364:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9366:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9427:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9429:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9482:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9484:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9523:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9525:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9540:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9542:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9578:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9580:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9724:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:106:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9726:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9756:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9761:5: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    infd_directory_return_val_if_iter_fail(directory, iter, NULL);
    ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:9825:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9847:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9878:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:9975:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10102:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10305:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10385:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10387:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:10408:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10410:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, NULL);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:10755:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_DIRECTORY_PRIVATE(directory)->io;
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10770:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_DIRECTORY_PRIVATE(directory)->storage;
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10785:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_DIRECTORY_PRIVATE(directory)->communication_manager;
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10822:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10868:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:10942:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11044:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11076:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11181:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11224:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11283:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11320:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  infd_directory_return_val_if_iter_fail(directory, iter, FALSE);
  ^
server/infd-directory.c:251:7: note: expanded from macro 'infd_directory_return_val_if_iter_fail'
      INFD_DIRECTORY_PRIVATE(INFD_DIRECTORY(directory))->nodes, \
      ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
server/infd-directory.c:11322:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:141:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11388:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_DIRECTORY_PRIVATE(directory);
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:11:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-directory.c:11481:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_DIRECTORY_PRIVATE(directory)->chat_session;
         ^
server/infd-directory.c:237:38: note: expanded from macro 'INFD_DIRECTORY_PRIVATE'
#define INFD_DIRECTORY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_DIRECTORY, InfdDirectoryPrivate))
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
156 warnings generated.
  CC       server/libinfinity_0_7_la-infd-filesystem-account-storage.lo
server/infd-filesystem-account-storage.c:203:25: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    datum.size = strlen(password_salt);
                        ^~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
server/infd-filesystem-account-storage.c:234:25: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    datum.size = strlen(password_hash);
                        ^~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here
size_t   strlen(const char *__s);
                            ^
server/infd-filesystem-account-storage.c:349:16: warning: assigning to 'unsigned char *' from 'gchar *const' (aka 'char *const') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    datum.data = info->password_salt;
               ^ ~~~~~~~~~~~~~~~~~~~
server/infd-filesystem-account-storage.c:366:16: warning: assigning to 'unsigned char *' from 'gchar *const' (aka 'char *const') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    datum.data = info->password_hash;
               ^ ~~~~~~~~~~~~~~~~~~~
server/infd-filesystem-account-storage.c:404:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal timeval;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
server/infd-filesystem-account-storage.c:407:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  g_get_current_time(&timeval);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
server/infd-filesystem-account-storage.c:686:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(s);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:781:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:109:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:809:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:821:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:850:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:124:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:868:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:888:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:928:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:972:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1010:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1040:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1084:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1251:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1302:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1374:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-account-storage.c:1433:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-account-storage.c:79:55: note: expanded from macro 'INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_ACCOUNT_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_ACCOUNT_STORAGE, InfdFilesystemAccountStoragePrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
22 warnings generated.
CC       server/libinfinity_0_7_la-infd-filesystem-storage.lo
server/infd-filesystem-storage.c:112:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:263:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
server/infd-filesystem-storage.c:309:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:317:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
server/infd-filesystem-storage.c:366:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:94:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:378:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:99:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:395:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:422:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:491:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:535:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:568:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(fs_storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:633:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:728:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-filesystem-storage.c:899:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_FILESYSTEM_STORAGE_PRIVATE(storage);
         ^
server/infd-filesystem-storage.c:55:47: note: expanded from macro 'INFD_FILESYSTEM_STORAGE_PRIVATE'
#define INFD_FILESYSTEM_STORAGE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_FILESYSTEM_STORAGE, InfdFilesystemStoragePrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
14 warnings generated.
  CC       server/libinfinity_0_7_la-infd-progress-request.lo
server/infd-progress-request.c:59:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-progress-request.c:74:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-progress-request.c:89:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-progress-request.c:114:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(progress_request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-progress-request.c:195:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-progress-request.c:221:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_PROGRESS_REQUEST_PRIVATE(request);
         ^
server/infd-progress-request.c:50:45: note: expanded from macro 'INFD_PROGRESS_REQUEST_PRIVATE'
#define INFD_PROGRESS_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_PROGRESS_REQUEST, InfdProgressRequestPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
6 warnings generated.
  CC       server/libinfinity_0_7_la-infd-request.lo
server/infd-request.c:65:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:80:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:98:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:115:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:149:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:180:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-request.c:191:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_REQUEST_PRIVATE(request);
         ^
server/infd-request.c:54:36: note: expanded from macro 'INFD_REQUEST_PRIVATE'
#define INFD_REQUEST_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_REQUEST, InfdRequestPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
7 warnings generated.
  CC       server/libinfinity_0_7_la-infd-server-pool.lo
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-server-pool.c:20:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-server-pool.c:171:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:193:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:246:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:277:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:81:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:303:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:322:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:99:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:346:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:425:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:475:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:519:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-server-pool.c:545:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SERVER_POOL_PRIVATE(server_pool);
         ^
server/infd-server-pool.c:57:40: note: expanded from macro 'INFD_SERVER_POOL_PRIVATE'
#define INFD_SERVER_POOL_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SERVER_POOL, InfdServerPoolPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
20 warnings generated.
CC       server/libinfinity_0_7_la-infd-session-proxy.lo
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:42:
In file included from ../libinfinity/server/infd-session-proxy.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:44:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from server/infd-session-proxy.c:44:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:142:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:166:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:190:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INFD_SESSION_PROXY_PRIVATE(proxy);
           ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:239:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:275:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* name_param;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:276:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* param;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:281:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:288:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    (const GParameter*)user_props->data,
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:394:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    (const GParameter*)user_props->data,
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:429:14: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      (const GParameter*)user_props->data,
             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:443:42: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      param = &g_array_index(user_props, GParameter, i);
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:509:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:139:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:557:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:5:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:612:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:630:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:654:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:685:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:705:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:753:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(session_proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:770:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(session_proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:800:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:873:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:889:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:987:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1021:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1041:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1097:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1118:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    g_value_unset(&g_array_index(array, GParameter, i).value);
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:1136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1161:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1183:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1209:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1289:50: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                           const GParameter* params,
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:1297:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter param;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:1323:12: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    sizeof(GParameter),
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:1341:41: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
    g_value_unset(&g_array_index(array, GParameter, i).value);
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
server/infd-session-proxy.c:1568:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:117:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1632:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1694:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_SESSION_PROXY_PRIVATE(proxy);
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-session-proxy.c:1738:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_SESSION_PROXY_PRIVATE(proxy)->idle;
         ^
server/infd-session-proxy.c:97:42: note: expanded from macro 'INFD_SESSION_PROXY_PRIVATE'
#define INFD_SESSION_PROXY_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_SESSION_PROXY, InfdSessionProxyPrivate))
                                         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
49 warnings generated.
CC       server/libinfinity_0_7_la-infd-storage.lo
server/infd-storage.c:39:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfdStorageNodeType, infd_storage_node_type, infd_storage_node_type_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
CC       server/libinfinity_0_7_la-infd-tcp-server.lo
server/infd-tcp-server.c:96:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfdTcpServerStatus, infd_tcp_server_status, infd_tcp_server_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
server/infd-tcp-server.c:180:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:284:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:304:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:325:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:343:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:382:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:412:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:571:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:127:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:721:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:11:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:811:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_TCP_SERVER_PRIVATE(server);
         ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:842:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  INFD_TCP_SERVER_PRIVATE(server)->keepalive = *keepalive;
  ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-tcp-server.c:858:11: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return &INFD_TCP_SERVER_PRIVATE(server)->keepalive;
          ^
server/infd-tcp-server.c:92:39: note: expanded from macro 'INFD_TCP_SERVER_PRIVATE'
#define INFD_TCP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_TCP_SERVER, InfdTcpServerPrivate))
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:84:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
CC       server/libinfinity_0_7_la-infd-xml-server.lo
server/infd-xml-server.c:47:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfdXmlServerStatus, infd_xml_server_status, infd_xml_server_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning generated.
CC       server/libinfinity_0_7_la-infd-xmpp-server.lo
server/infd-xmpp-server.c:95:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp_server);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:150:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:188:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:220:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:254:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:350:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:370:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:405:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:423:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:106:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:481:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xmpp);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:528:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(xml);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:726:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFD_XMPP_SERVER_PRIVATE(server);
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
server/infd-xmpp-server.c:757:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFD_XMPP_SERVER_PRIVATE(server)->security_policy;
         ^
server/infd-xmpp-server.c:74:40: note: expanded from macro 'INFD_XMPP_SERVER_PRIVATE'
#define INFD_XMPP_SERVER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFD_TYPE_XMPP_SERVER, InfdXmppServerPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
  CC       libinfinity_0_7_la-inf-dll.lo
CC       libinfinity_0_7_la-inf-i18n.lo
  CC       libinfinity_0_7_la-inf-signals.lo
  CCLD     libinfinity-0.7.la
ld: warning: directory not found for option '-L../../lib'
Making all in libinftext
  CC       libinftext_0_7_la-inf-text-buffer.lo
  CC       libinftext_0_7_la-inf-text-chunk.lo
inf-text-chunk.c:420:25: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
    new_segment->text = g_memdup(segment->text, segment->length);
                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:529:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
      new_segment->text = g_memdup(
                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:554:25: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
    new_segment->text = g_memdup(
                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:635:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
        new_segment->text = g_memdup(
                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:658:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
      new_segment->text = g_memdup(text, bytes);
                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:669:9: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
        g_memmove(
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-chunk.c:695:25: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
    new_segment->text = g_memdup(text, bytes);
                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:823:11: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
          g_memmove(
          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:158:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-chunk.c:943:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
        new_segment->text = g_memdup(segment->text, segment->length);
                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:970:27: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
      new_segment->text = g_memdup(segment->text, segment->length);
                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-chunk.c:1033:11: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
          g_memmove(
          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:183:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-chunk.c:1077:11: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
          g_memmove(
          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-chunk.c:1111:11: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
          g_memmove(
          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
13 warnings generated.
  CC       libinftext_0_7_la-inf-text-default-buffer.lo
inf-text-default-buffer.c:58:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:72:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:90:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:12:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:121:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:140:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer)->modified;
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:151:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(default_buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:163:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer)->encoding;
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:170:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:180:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:191:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:213:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:235:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:255:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_BUFFER_PRIVATE(buffer);
         ^
inf-text-default-buffer.c:45:47: note: expanded from macro 'INF_TEXT_DEFAULT_BUFFER_PRIVATE'
#define INF_TEXT_DEFAULT_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_BUFFER, InfTextDefaultBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-buffer.c:293:10: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
  return g_memdup(
         ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
14 warnings generated.
  CC       libinftext_0_7_la-inf-text-default-delete-operation.lo
inf-text-default-delete-operation.c:103:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:116:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:133:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:160:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:223:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:253:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:293:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:307:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->position;
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:315:5: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->chunk
    ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:325:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:350:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:378:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-delete-operation.c:522:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(operation)->chunk;
         ^
inf-text-default-delete-operation.c:49:57: note: expanded from macro 'INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_DELETE_OPERATION, InfTextDefaultDeleteOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
CC       libinftext_0_7_la-inf-text-default-insert-operation.lo
inf-text-default-insert-operation.c:57:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:70:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:87:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:114:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:185:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:215:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:245:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:255:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(op)->position;
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:106:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:263:5: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation)->chunk
    ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:275:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation);
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:116:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-default-insert-operation.c:391:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(operation)->chunk;
         ^
inf-text-default-insert-operation.c:43:57: note: expanded from macro 'INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE'
#define INF_TEXT_DEFAULT_INSERT_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_DEFAULT_INSERT_OPERATION, InfTextDefaultInsertOperationPrivate))
                                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
11 warnings generated.
CC       libinftext_0_7_la-inf-text-delete-operation.lo
CC       libinftext_0_7_la-inf-text-filesystem-format.lo
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-filesystem-format.c:35:
In file included from ../libinftext/inf-text-filesystem-format.h:23:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-filesystem-format.c:362:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
inf-text-filesystem-format.c:582:14: warning: assigning to 'xmlErrorPtr' (aka 'struct _xmlError *') from 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    xmlerror = xmlGetLastError();
             ^ ~~~~~~~~~~~~~~~~~
11 warnings generated.
  CC       libinftext_0_7_la-inf-text-fixline-buffer.lo
inf-text-fixline-buffer.c:251:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:288:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:335:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:151:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:353:7: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
      g_memmove(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:156:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:429:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:169:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:479:5: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
    g_memmove(
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:542:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:566:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:591:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(user_data);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:629:7: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
      g_memmove(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:84:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:737:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(user_data);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:780:9: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
        g_memmove(
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:126:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:885:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:902:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:915:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:957:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:975:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1033:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1066:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:66:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1079:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:71:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1091:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1104:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:81:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1125:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:94:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1176:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:107:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1198:7: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
      g_memmove(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:10:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:1230:5: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
    g_memmove(
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:1277:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1299:9: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
        g_memmove(
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:1320:9: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
        g_memmove(
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
inf-text-fixline-buffer.c:1365:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1408:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1453:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1472:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:130:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1530:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1572:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1600:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1623:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1663:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-fixline-buffer.c:1707:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_FIXLINE_BUFFER_PRIVATE(fixline_buffer);
         ^
inf-text-fixline-buffer.c:75:47: note: expanded from macro 'INF_TEXT_FIXLINE_BUFFER_PRIVATE'
#define INF_TEXT_FIXLINE_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_FIXLINE_BUFFER, InfTextFixlineBufferPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
39 warnings generated.
CC       libinftext_0_7_la-inf-text-insert-operation.lo
CC       libinftext_0_7_la-inf-text-move-operation.lo
inf-text-move-operation.c:53:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:69:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:95:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:132:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:187:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:218:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_MOVE_OPERATION_PRIVATE(operation);  
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:337:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_MOVE_OPERATION_PRIVATE(operation)->position;
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-move-operation.c:353:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_MOVE_OPERATION_PRIVATE(operation)->length;
         ^
inf-text-move-operation.c:42:47: note: expanded from macro 'INF_TEXT_MOVE_OPERATION_PRIVATE'
#define INF_TEXT_MOVE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_MOVE_OPERATION, InfTextMoveOperationPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
8 warnings generated.
CC       libinftext_0_7_la-inf-text-remote-delete-operation.lo
inf-text-remote-delete-operation.c:208:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:224:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:241:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:267:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:333:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:342:17: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result);
                ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:371:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:93:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:441:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(item->data);
           ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:122:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:495:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(op);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:506:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation)->position;
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:512:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation)->length;
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:524:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:531:17: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result);
                ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:559:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:576:17: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(result);
                ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:609:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(operation);
         ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:652:17: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(first_operation);
                ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-remote-delete-operation.c:656:17: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  result_priv = INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(second_operation);
                ^
inf-text-remote-delete-operation.c:64:56: note: expanded from macro 'INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE'
#define INF_TEXT_REMOTE_DELETE_OPERATION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_REMOTE_DELETE_OPERATION, InfTextRemoteDeleteOperationPrivate))
                                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
18 warnings generated.
CC       libinftext_0_7_la-inf-text-session.lo
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-text-session.c:20:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:46:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_caret_update;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:92:31: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
inf_text_session_timeval_diff(GTimeVal* first,
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:93:31: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                              GTimeVal* second)
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:186:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:259:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  g_get_current_time(&local->last_caret_update);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:294:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal current;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:298:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:312:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
    g_get_current_time(&current);
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:344:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:94:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:349:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  g_get_current_time(&local->last_caret_update);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:368:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:99:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:425:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:446:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(sess);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:133:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:546:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:624:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:741:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:757:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:804:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:852:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:867:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:890:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_SESSION_PRIVATE(session);
         ^
inf-text-session.c:79:40: note: expanded from macro 'INF_TEXT_SESSION_PRIVATE'
#define INF_TEXT_SESSION_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_SESSION, InfTextSessionPrivate))
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-session.c:1149:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter* parameter;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1186:43: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                    const GParameter* params,
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1191:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* param;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1244:44: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                     const GParameter* params,
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1250:9: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  const GParameter* caret;
        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1289:27: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                          GParameter* params,
                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-text-session.c:1293:12: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
  object = g_object_newv(INF_TEXT_TYPE_USER, n_params, params);
           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject.h:443:1: note: 'g_object_newv' has been explicitly marked deprecated here
GOBJECT_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:514:43: note: expanded from macro 'GOBJECT_DEPRECATED_IN_2_54_FOR'
#define GOBJECT_DEPRECATED_IN_2_54_FOR(f) GOBJECT_DEPRECATED_FOR (f)
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:31:35: note: expanded from macro 'GOBJECT_DEPRECATED_FOR'
#define GOBJECT_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GOBJECT_EXTERN
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-session.c:2041:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[N_PARAMS] = {
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
38 warnings generated.
CC       libinftext_0_7_la-inf-text-undo-grouping.lo
  CC       libinftext_0_7_la-inf-text-user.lo
inf-text-user.c:54:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_USER_PRIVATE(user);
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:145:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:71:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_USER_PRIVATE(user);
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:100:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_USER_PRIVATE(user);
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:126:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_USER_PRIVATE(user);
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:16:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:250:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_USER_PRIVATE(user)->caret;
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:267:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_USER_PRIVATE(user)->selection;
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-user.c:318:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_USER_PRIVATE(user)->hue;
         ^
inf-text-user.c:43:37: note: expanded from macro 'INF_TEXT_USER_PRIVATE'
#define INF_TEXT_USER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_TYPE_USER, InfTextUserPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
7 warnings generated.
CCLD     libinftext-0.7.la
ld: warning: directory not found for option '-L../../lib'
Making all in libinfgtk
/opt/pkg/bin/bmake  all-am
CC       libinfgtk_0_7_la-inf-gtk-account-creation-dialog.lo
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-account-creation-dialog.c:33:
In file included from ../libinfgtk/inf-gtk-account-creation-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-account-creation-dialog.c:165:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:192:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:312:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:383:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:441:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:504:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:537:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:105:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:557:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:572:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:603:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-account-creation-dialog.c:787:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(dlg);
         ^
inf-gtk-account-creation-dialog.c:80:55: note: expanded from macro 'INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE'
#define INF_GTK_ACCOUNT_CREATION_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACCOUNT_CREATION_DIALOG, InfGtkAccountCreationDialogPrivate))
                                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
20 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-acl-sheet-view.lo
inf-gtk-acl-sheet-view.c:83:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:6:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:115:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:27:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:149:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:182:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:204:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:231:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:257:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:84:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:288:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:341:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:356:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:107:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:371:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:411:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:604:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:653:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->sheet;
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:42:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:671:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:693:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->editable;
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:716:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:742:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:773:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_ACL_SHEET_VIEW_PRIVATE(view);
         ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-acl-sheet-view.c:843:11: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return &INF_GTK_ACL_SHEET_VIEW_PRIVATE(view)->permission_mask;
          ^
inf-gtk-acl-sheet-view.c:63:46: note: expanded from macro 'INF_GTK_ACL_SHEET_VIEW_PRIVATE'
#define INF_GTK_ACL_SHEET_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_ACL_SHEET_VIEW, InfGtkAclSheetViewPrivate))
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:122:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
20 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-browser-model.lo
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model.c:40:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-browser-model.c:72:1: warning: passing 'typeof (*(&inf_define_type_id__volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
INF_DEFINE_ENUM_TYPE(InfGtkBrowserModelStatus, inf_gtk_browser_model_status, inf_gtk_browser_model_status_values)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libinfinity/inf-define-enum.h:30:6: note: expanded from macro 'INF_DEFINE_ENUM_TYPE'
  if(g_once_init_enter(&inf_define_type_id__volatile)) \
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gthread.h:272:7: note: expanded from macro 'g_once_init_enter'
    (!g_atomic_pointer_get (location) &&                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gatomic.h:131:38: note: expanded from macro 'g_atomic_pointer_get'
    __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
10 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-browser-model-filter.lo
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-filter.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-filter.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-browser-model-filter.c:83:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model);
         ^
inf-gtk-browser-model-filter.c:30:52: note: expanded from macro 'INF_GTK_BROWSER_MODEL_FILTER_PRIVATE'
#define INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_FILTER, InfGtkBrowserModelFilterPrivate))
                                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-model-filter.c:136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model_filter);
         ^
inf-gtk-browser-model-filter.c:30:52: note: expanded from macro 'INF_GTK_BROWSER_MODEL_FILTER_PRIVATE'
#define INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_FILTER, InfGtkBrowserModelFilterPrivate))
                                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-model-filter.c:170:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(model_sort);
         ^
inf-gtk-browser-model-filter.c:30:52: note: expanded from macro 'INF_GTK_BROWSER_MODEL_FILTER_PRIVATE'
#define INF_GTK_BROWSER_MODEL_FILTER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_FILTER, InfGtkBrowserModelFilterPrivate))
                                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
12 warnings generated.
  CC       libinfgtk_0_7_la-inf-gtk-browser-model-sort.lo
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-model-sort.c:22:
In file included from ../libinfgtk/inf-gtk-browser-model-sort.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-browser-model-sort.c:69:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model);
         ^
inf-gtk-browser-model-sort.c:29:50: note: expanded from macro 'INF_GTK_BROWSER_MODEL_SORT_PRIVATE'
#define INF_GTK_BROWSER_MODEL_SORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_SORT, InfGtkBrowserModelSortPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-model-sort.c:122:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model_sort);
         ^
inf-gtk-browser-model-sort.c:29:50: note: expanded from macro 'INF_GTK_BROWSER_MODEL_SORT_PRIVATE'
#define INF_GTK_BROWSER_MODEL_SORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_SORT, InfGtkBrowserModelSortPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-model-sort.c:156:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_MODEL_SORT_PRIVATE(model_sort);
         ^
inf-gtk-browser-model-sort.c:29:50: note: expanded from macro 'INF_GTK_BROWSER_MODEL_SORT_PRIVATE'
#define INF_GTK_BROWSER_MODEL_SORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_MODEL_SORT, InfGtkBrowserModelSortPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
12 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-browser-store.lo
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-store.c:20:
In file included from ../libinfgtk/inf-gtk-browser-store.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-browser-store.c:114:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:27:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:153:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:32:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:285:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(data->store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:352:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:71:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:390:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:84:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:459:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:504:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:621:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:11:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:657:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(user_data);  
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:727:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:788:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:932:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:97:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1080:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:126:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1098:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:131:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1149:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:144:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1179:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1250:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1322:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
           ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1381:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1427:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1557:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:152:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1600:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1672:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1726:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1782:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1861:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:88:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:1908:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2189:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(model);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2333:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2400:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2455:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_STORE_PRIVATE(store);
         ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:124:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2572:18: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    iter.stamp = INF_GTK_BROWSER_STORE_PRIVATE(store)->stamp;
                 ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-store.c:2610:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  iter.stamp = INF_GTK_BROWSER_STORE_PRIVATE(store)->stamp;
               ^
inf-gtk-browser-store.c:93:45: note: expanded from macro 'INF_GTK_BROWSER_STORE_PRIVATE'
#define INF_GTK_BROWSER_STORE_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_STORE, InfGtkBrowserStorePrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
44 warnings generated.
  CC       libinfgtk_0_7_la-inf-gtk-browser-view.lo
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-browser-view.c:20:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-browser-view.c:124:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:187:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:220:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:374:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:437:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:490:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:94:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:541:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:773:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:888:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1001:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1093:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1178:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1300:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1348:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1405:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1429:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1634:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1792:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:124:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:1800:17: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
  monitor_num = gdk_screen_get_monitor_at_window(screen, bin_window);
                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:90:1: note: 'gdk_screen_get_monitor_at_window' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_display_get_monitor_at_window)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-browser-view.c:1804:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
  gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:77:1: note: 'gdk_screen_get_monitor_geometry' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_monitor_get_geometry)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-browser-view.c:1871:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
      gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time);
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-browser-view.c:1875:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
      gtk_menu_popup(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-browser-view.c:2376:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:2452:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:2466:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:28:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-browser-view.c:2535:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_BROWSER_VIEW_PRIVATE(view);
         ^
inf-gtk-browser-view.c:94:44: note: expanded from macro 'INF_GTK_BROWSER_VIEW_PRIVATE'
#define INF_GTK_BROWSER_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_BROWSER_VIEW, InfGtkBrowserViewPrivate))
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
35 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-certificate-dialog.lo
inf-gtk-certificate-dialog.c:101:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:221:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:294:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:68:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:352:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:73:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:382:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:400:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:83:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-dialog.c:445:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-certificate-dialog.c:69:50: note: expanded from macro 'INF_GTK_CERTIFICATE_DIALOG_PRIVATE'
#define INF_GTK_CERTIFICATE_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_DIALOG, InfGtkCertificateDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
7 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-certificate-manager.lo
inf-gtk-certificate-manager.c:83:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:119:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:132:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:155:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:179:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:211:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-manager.c:287:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_MANAGER_PRIVATE(manager);
         ^
inf-gtk-certificate-manager.c:59:51: note: expanded from macro 'INF_GTK_CERTIFICATE_MANAGER_PRIVATE'
#define INF_GTK_CERTIFICATE_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_MANAGER, InfGtkCertificateManagerPrivate))
                                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
7 warnings generated.
  CC       libinfgtk_0_7_la-inf-gtk-certificate-view.lo
inf-gtk-certificate-view.c:110:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view);
         ^
inf-gtk-certificate-view.c:54:48: note: expanded from macro 'INF_GTK_CERTIFICATE_VIEW_PRIVATE'
#define INF_GTK_CERTIFICATE_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_VIEW, InfGtkCertificateViewPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-view.c:127:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view);
         ^
inf-gtk-certificate-view.c:54:48: note: expanded from macro 'INF_GTK_CERTIFICATE_VIEW_PRIVATE'
#define INF_GTK_CERTIFICATE_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_VIEW, InfGtkCertificateViewPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-view.c:154:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view);
         ^
inf-gtk-certificate-view.c:54:48: note: expanded from macro 'INF_GTK_CERTIFICATE_VIEW_PRIVATE'
#define INF_GTK_CERTIFICATE_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_VIEW, InfGtkCertificateViewPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-certificate-view.c:339:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CERTIFICATE_VIEW_PRIVATE(view);
         ^
inf-gtk-certificate-view.c:54:48: note: expanded from macro 'INF_GTK_CERTIFICATE_VIEW_PRIVATE'
#define INF_GTK_CERTIFICATE_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CERTIFICATE_VIEW, InfGtkCertificateViewPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
4 warnings generated.
  CC       libinfgtk_0_7_la-inf-gtk-chat.lo
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-chat.c:20:
In file included from ../libinfgtk/inf-gtk-chat.h:23:
In file included from ../libinfinity/common/inf-chat-session.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-chat.c:158:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:260:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:11:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:306:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:353:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:413:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:603:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(user_data);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:645:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(user_data);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:677:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:696:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:80:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:726:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:85:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:771:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:786:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:803:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:833:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:1013:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:51:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:1105:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CHAT_PRIVATE(chat);
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:1207:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_GTK_CHAT_PRIVATE(chat)->active_user;
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-chat.c:1231:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_GTK_CHAT_PRIVATE(chat)->chat_entry;
         ^
inf-gtk-chat.c:96:36: note: expanded from macro 'INF_GTK_CHAT_PRIVATE'
#define INF_GTK_CHAT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CHAT, InfGtkChatPrivate))
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:122:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-connection-view.lo
inf-gtk-connection-view.c:113:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:177:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:251:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:376:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:391:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:401:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:60:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:431:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:454:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:474:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-connection-view.c:651:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_CONNECTION_VIEW_PRIVATE(view);
         ^
inf-gtk-connection-view.c:69:47: note: expanded from macro 'INF_GTK_CONNECTION_VIEW_PRIVATE'
#define INF_GTK_CONNECTION_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_CONNECTION_VIEW, InfGtkConnectionViewPrivate))
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
10 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-io.lo
inf-gtk-io.c:197:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:210:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:229:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:325:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_GTK_IO_PRIVATE(watch->io);
           ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:378:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_GTK_IO_PRIVATE(timeout->io);
           ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:410:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
    priv = INF_GTK_IO_PRIVATE(dispatch->io);
           ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:441:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:496:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:70:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:534:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:83:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:575:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:605:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:101:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:630:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:114:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-io.c:659:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_IO_PRIVATE(io);
         ^
inf-gtk-io.c:81:34: note: expanded from macro 'INF_GTK_IO_PRIVATE'
#define INF_GTK_IO_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_IO, InfGtkIoPrivate))
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:119:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
13 warnings generated.
CC       libinfgtk_0_7_la-inf-gtk-permissions-dialog.lo
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-gtk-permissions-dialog.c:42:
In file included from ../libinfgtk/inf-gtk-permissions-dialog.h:23:
In file included from ../libinfinity/common/inf-browser.h:27:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-gtk-permissions-dialog.c:136:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:174:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:208:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:258:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:327:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:434:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:492:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:90:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:634:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:696:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:116:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:730:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:121:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:795:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:972:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1110:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1126:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1160:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1236:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:77:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1285:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1334:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1382:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:132:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1475:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1637:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1745:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1794:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:78:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1839:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:99:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1930:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:112:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:1938:17: warning: 'gdk_screen_get_monitor_at_window' is deprecated: Use 'gdk_display_get_monitor_at_window' instead [-Wdeprecated-declarations]
  monitor_num = gdk_screen_get_monitor_at_window(screen, bin_window);
                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:90:1: note: 'gdk_screen_get_monitor_at_window' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_display_get_monitor_at_window)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-permissions-dialog.c:1942:3: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations]
  gdk_screen_get_monitor_geometry(screen, monitor_num, &monitor);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:77:1: note: 'gdk_screen_get_monitor_geometry' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR(gdk_monitor_get_geometry)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-permissions-dialog.c:1995:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:125:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2012:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:138:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2035:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
      gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, button, time);
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-permissions-dialog.c:2039:7: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
      gtk_menu_popup(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-gtk-permissions-dialog.c:2197:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2268:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2306:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:12:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2567:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2604:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2641:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:51:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2692:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(object);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:56:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2707:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:61:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2745:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2764:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:2795:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-gtk-permissions-dialog.c:3025:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_GTK_PERMISSIONS_DIALOG_PRIVATE(dialog);
         ^
inf-gtk-permissions-dialog.c:110:50: note: expanded from macro 'INF_GTK_PERMISSIONS_DIALOG_PRIVATE'
#define INF_GTK_PERMISSIONS_DIALOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_GTK_TYPE_PERMISSIONS_DIALOG, InfGtkPermissionsDialogPrivate))
                                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:55:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
52 warnings generated.
  CC       libinfgtk_0_7_la-inf-gtk-resources.lo
CCLD     libinfgtk-0.7.la
ld: warning: directory not found for option '-L../../lib'
Making all in libinftextgtk
CC       libinftextgtk_0_7_la-inf-text-gtk-buffer.lo
inf-text-gtk-buffer.c:149:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:172:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:214:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:252:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:425:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:504:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:45:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:666:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:796:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:111:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:846:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:124:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:887:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:21:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:922:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:959:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:983:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:84:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1011:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:113:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1083:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1146:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:131:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1183:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:136:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1210:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1324:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1353:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1371:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1388:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1453:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1501:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(gtk_buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:53:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1526:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:58:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1545:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1603:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1782:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1830:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1858:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:107:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:1921:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2197:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->buffer;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2233:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2290:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->active_user;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2316:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2466:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->wake_on_cursor_movement = wake;
  ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:150:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2487:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->wake_on_cursor_movement;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2509:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2542:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2594:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2626:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->saturation;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2641:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->value;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2662:3: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->show_user_colors = show;
  ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:87:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2680:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_BUFFER_PRIVATE(buffer)->show_user_colors;
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-buffer.c:2715:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_BUFFER_PRIVATE(buffer);
         ^
inf-text-gtk-buffer.c:127:43: note: expanded from macro 'INF_TEXT_GTK_BUFFER_PRIVATE'
#define INF_TEXT_GTK_BUFFER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_BUFFER, InfTextGtkBufferPrivate))
                                          ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:121:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
45 warnings generated.
  CC       libinftextgtk_0_7_la-inf-text-gtk-hue-chooser.lo
inf-text-gtk-hue-chooser.c:104:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:38:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:170:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:43:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:288:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:52:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:307:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:57:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:319:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:62:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:334:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:357:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(hue_chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:381:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:81:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:394:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:86:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:410:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:91:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:448:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:96:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:466:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:504:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:9:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:532:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:14:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:552:5: warning: 'gdk_device_grab' is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations]
    gdk_device_grab(
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:229:1: note: 'gdk_device_grab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20_FOR(gdk_seat_grab)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR'
# define GDK_DEPRECATED_IN_3_20_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-gtk-hue-chooser.c:580:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:590:3: warning: 'gdk_device_ungrab' is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations]
  gdk_device_ungrab(
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkdevice.h:238:1: note: 'gdk_device_ungrab' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_20_FOR(gdk_seat_ungrab)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:399:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_20_FOR'
# define GDK_DEPRECATED_IN_3_20_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-gtk-hue-chooser.c:607:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:628:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:650:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:669:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:684:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:698:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:955:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser);
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:72:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-hue-chooser.c:972:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(chooser)->hue;
         ^
inf-text-gtk-hue-chooser.c:72:48: note: expanded from macro 'INF_TEXT_GTK_HUE_CHOOSER_PRIVATE'
#define INF_TEXT_GTK_HUE_CHOOSER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_HUE_CHOOSER, InfTextGtkHueChooserPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:83:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
25 warnings generated.
CC       libinftextgtk_0_7_la-inf-text-gtk-view.lo
inf-text-gtk-view.c:128:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:145:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:264:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:518:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:539:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
    gtk_style_context_get_background_color(style, GTK_STATE_FLAG_NORMAL, &bg);
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-gtk-view.c:678:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:31:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1054:7: warning: 'gdk_color_free' is deprecated: Use 'gdk_rgba_free' instead [-Wdeprecated-declarations]
      gdk_color_free(cursor_color);
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/deprecated/gdkcolor.h:69:1: note: 'gdk_color_free' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_free)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR'
# define GDK_DEPRECATED_IN_3_14_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-gtk-view.c:1108:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:118:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1128:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1147:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:128:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1192:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:133:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1256:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1309:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1323:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:12:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1356:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view_user->view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:17:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1393:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:22:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1418:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:35:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1448:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1508:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:93:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1585:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1644:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:103:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1664:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:108:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1691:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1761:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:33:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1932:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEW_PRIVATE(view)->textview;
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1948:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEW_PRIVATE(view)->user_table;
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:75:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:1972:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:92:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:2010:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEW_PRIVATE(view)->active_user;
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:109:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:2029:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:120:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:2059:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:131:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-view.c:2087:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEW_PRIVATE(view);
         ^
inf-text-gtk-view.c:116:41: note: expanded from macro 'INF_TEXT_GTK_VIEW_PRIVATE'
#define INF_TEXT_GTK_VIEW_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEW, InfTextGtkViewPrivate))
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:142:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
31 warnings generated.
  CC       libinftextgtk_0_7_la-inf-text-gtk-viewport.lo
inf-text-gtk-viewport.c:85:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:6:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:115:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(user->viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:11:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:193:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(user->viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:24:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:234:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:29:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:245:5: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
    gtk_style_context_get_background_color(style, GTK_STATE_FLAG_NORMAL, &bg);
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gtk/gtkstylecontext.h:1200:1: note: 'gtk_style_context_get_background_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_16_FOR(gtk_render_background)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:371:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_16_FOR'
# define GDK_DEPRECATED_IN_3_16_FOR(f)        GDK_DEPRECATED_FOR(f)
                                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
inf-text-gtk-viewport.c:303:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:34:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:324:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:39:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:345:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:367:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:49:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:387:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:54:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:399:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:59:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:429:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport_user->viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:64:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:460:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:485:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:515:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:95:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:578:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:40:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:670:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:729:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:74:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:746:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:79:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:767:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:100:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:819:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:123:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:943:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->scroll;
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:148:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:959:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->user_table;
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:2:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:981:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:19:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:1020:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport)->active_user;
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
inf-text-gtk-viewport.c:1040:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INF_TEXT_GTK_VIEWPORT_PRIVATE(viewport);
         ^
inf-text-gtk-viewport.c:73:45: note: expanded from macro 'INF_TEXT_GTK_VIEWPORT_PRIVATE'
#define INF_TEXT_GTK_VIEWPORT_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INF_TEXT_GTK_TYPE_VIEWPORT, InfTextGtkViewportPrivate))
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:47:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
26 warnings generated.
  CCLD     libinftextgtk-0.7.la
ld: warning: directory not found for option '-L../../lib'
Making all in infinoted
Making all in .
  CC       infinoted_0_7-infinoted-config-reload.o
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-config-reload.c:20:
In file included from ../infinoted/infinoted-config-reload.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       infinoted_0_7-infinoted-dh-params.o
CC       infinoted_0_7-infinoted-main.o
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-main.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted_0_7-infinoted-options.o
CC       infinoted_0_7-infinoted-pam.o
  CC       infinoted_0_7-infinoted-run.o
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-run.c:20:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted_0_7-infinoted-signal.o
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-signal.c:20:
In file included from ../infinoted/infinoted-signal.h:23:
In file included from ../infinoted/infinoted-run.h:26:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       infinoted_0_7-infinoted-startup.o
  CC       libinfinoted_plugin_manager_0_7_la-infinoted-log.lo
infinoted-log.c:138:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:153:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:207:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:7:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:228:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:20:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:245:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:25:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:265:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:30:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:287:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:307:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:44:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:402:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:69:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-log.c:448:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_LOG_PRIVATE(log);
         ^
infinoted-log.c:81:37: note: expanded from macro 'INFINOTED_LOG_PRIVATE'
#define INFINOTED_LOG_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_LOG, InfinotedLogPrivate))
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:104:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
9 warnings generated.
CC       libinfinoted_plugin_manager_0_7_la-infinoted-parameter.lo
CC       libinfinoted_plugin_manager_0_7_la-infinoted-plugin-manager.lo
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-manager.c:34:
In file included from ../infinoted/infinoted-plugin-manager.h:37:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
infinoted-plugin-manager.c:108:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:50:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:140:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:202:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:76:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:239:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:89:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:284:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:102:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:366:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:107:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:371:5: warning: Deprecated pre-processor symbol [-W#pragma-messages]
    G_MODULE_SUFFIX
    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:195:30: note: expanded from macro 'G_MODULE_SUFFIX'
#define G_MODULE_SUFFIX "so" GLIB_DEPRECATED_MACRO_IN_2_76
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:889:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_76'
#define GLIB_DEPRECATED_MACRO_IN_2_76 GLIB_DEPRECATED_MACRO
                                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1302:31: note: expanded from macro 'GLIB_DEPRECATED_MACRO'
#define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
                              ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:110:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol"
     ^
infinoted-plugin-manager.c:508:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:115:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:553:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:3:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:575:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:8:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:599:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:13:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:624:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:18:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:642:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:23:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:718:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:36:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:736:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:41:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:771:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:46:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:794:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:67:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:833:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:98:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:986:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:4:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1043:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->directory;
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:15:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1061:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(manager);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:26:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1078:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->log;
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:37:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1095:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  return INFINOTED_PLUGIN_MANAGER_PRIVATE(manager)->credentials;
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:48:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1134:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(mgr);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:65:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
infinoted-plugin-manager.c:1165:10: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages]
  priv = INFINOTED_PLUGIN_MANAGER_PRIVATE(mgr);
         ^
infinoted-plugin-manager.c:81:48: note: expanded from macro 'INFINOTED_PLUGIN_MANAGER_PRIVATE'
#define INFINOTED_PLUGIN_MANAGER_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), INFINOTED_TYPE_PLUGIN_MANAGER, InfinotedPluginManagerPrivate))
                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gtype.h:688:145: note: expanded from macro 'G_TYPE_INSTANCE_GET_PRIVATE'
#define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type))) GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(G_ADD_PRIVATE)
                                                                                                                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:584:49: note: expanded from macro 'GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR'
#define GOBJECT_DEPRECATED_MACRO_IN_2_58_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                                ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:82:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"G_ADD_PRIVATE\""
     ^
34 warnings generated.
CC       libinfinoted_plugin_manager_0_7_la-infinoted-util.lo
  CCLD     libinfinoted-plugin-manager-0.7.la
ld: warning: directory not found for option '-L../../lib'
CCLD     infinoted-0.7
ld: warning: directory not found for option '-L../../lib'
Making all in plugins
CC       infinoted-plugin-autosave.lo
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-autosave.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       infinoted-plugin-certificate-auth.lo
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-certificate-auth.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
infinoted-plugin-certificate-auth.c:129:7: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
      &verify_result
      ^~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/gnutls/x509.h:958:19: note: passing argument to parameter 'verify' here
                                unsigned int *verify);
                                              ^
10 warnings generated.
  CC       infinoted-plugin-directory-sync.lo
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-directory-sync.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted-plugin-linekeeper.lo
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-linekeeper.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted-plugin-logging.lo
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted-plugin-note-chat.lo
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-chat.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       infinoted-plugin-note-text.lo
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-note-text.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       infinoted-plugin-record.lo
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-record.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       infinoted-plugin-traffic-logging.lo
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-traffic-logging.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
infinoted-plugin-traffic-logging.c:53:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal cur_timeval;
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
infinoted-plugin-traffic-logging.c:61:3: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  g_get_current_time(&cur_timeval);
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR'
#define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
11 warnings generated.
CC       infinoted-plugin-transformation-protection.lo
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:24:
In file included from ../../libinfinity/server/infd-note-plugin.h:26:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-transformation-protection.c:20:
In file included from ../../infinoted/infinoted-plugin-manager.h:37:
In file included from ../../libinfinity/server/infd-directory.h:26:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       util/infinoted-plugin-util-navigate-browser.lo
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from util/infinoted-plugin-util-navigate-browser.c:20:
In file included from ../../infinoted/plugins/util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
util/infinoted-plugin-util-navigate-browser.c:297:16: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations]
  data->path = g_memdup(path, len);
               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2)
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR'
#define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
10 warnings generated.
  CC       infinoted-plugin-document-stream.lo
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-document-stream.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
infinoted-plugin-document-stream.c:122:7: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages]
      g_memmove(
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove'
  G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
                                                               ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA'
#define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
                                ^
<scratch space>:63:6: note: expanded from here
 GCC warning "Deprecated pre-processor symbol: replace with \"memmove\""
     ^
infinoted-plugin-document-stream.c:578:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[2] = {
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
11 warnings generated.
  CC       infinoted-plugin-dbus.lo
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:26:
../../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from infinoted-plugin-dbus.c:20:
In file included from ./util/infinoted-plugin-util-navigate-browser.h:23:
In file included from ../../libinfinity/common/inf-browser.h:27:
../../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
infinoted-plugin-dbus.c:1061:14: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations]
  gio_path = g_module_build_path(NULL, "gio-2.0");
             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gmodule.h:141:1: note: 'g_module_build_path' has been explicitly marked deprecated here
GMODULE_DEPRECATED_IN_2_76
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:887:36: note: expanded from macro 'GMODULE_DEPRECATED_IN_2_76'
#define GMODULE_DEPRECATED_IN_2_76 GMODULE_DEPRECATED
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:30:28: note: expanded from macro 'GMODULE_DEPRECATED'
#define GMODULE_DEPRECATED G_DEPRECATED _GMODULE_EXTERN
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
10 warnings generated.
CCLD     libinfinoted-plugin-autosave.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-certificate-auth.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-directory-sync.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-linekeeper.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-logging.la
ld: warning: directory not found for option '-L../../lib'
CCLD     libinfinoted-plugin-note-chat.la
ld: warning: directory not found for option '-L../../lib'
CCLD     libinfinoted-plugin-note-text.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-record.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-traffic-logging.la
ld: warning: directory not found for option '-L../../lib'
  CCLD     libinfinoted-plugin-transformation-protection.la
ld: warning: directory not found for option '-L../../lib'
CCLD     libinfinoted-plugin-document-stream.la
ld: warning: directory not found for option '-L../../lib'
CCLD     libinfinoted-plugin-dbus.la
ld: warning: directory not found for option '-L../../lib'
Making all in pixmaps
Making all in 16x16
Making all in 22x22
Making all in scalable
Making all in test
Making all in util
CC       libinftestutil_a-inf-test-util.o
  AR       libinftestutil.a
Making all in session
Making all in cleanup
Making all in certs
  CC       inf-test-tcp-connection.o
  CC       inf-test-xmpp-connection.o
  CC       inf-test-tcp-server.o
  CC       inf-test-xmpp-server.o
  CC       inf-test-daemon.o
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:24:
In file included from ../libinfinity/server/infd-note-plugin.h:26:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-daemon.c:21:
In file included from ../libinfinity/server/infd-server-pool.h:23:
In file included from ../libinfinity/server/infd-directory.h:26:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-browser.o
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-browser.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-certificate-request.o
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-certificate-request.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-set-acl.o
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-set-acl.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       inf-test-chat.o
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-chat.c:20:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-test-chat.c:155:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[1] = { { "name", { 0 } } };
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
10 warnings generated.
CC       inf-test-state-vector.o
  CC       inf-test-chunk.o
  CC       inf-test-text-operations.o
  CC       inf-test-text-session.o
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-session.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-text-cleanup.o
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-cleanup.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-text-recover.o
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-recover.c:20:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       inf-test-text-replay.o
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-replay.c:22:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
  CC       inf-test-reduce-replay.o
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-reduce-replay.c:27:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       inf-test-mass-join.o
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-mass-join.c:21:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-test-mass-join.c:115:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[3] = {
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
10 warnings generated.
  CC       inf-test-text-fixline.o
  CC       inf_test_certificate_validate-inf-test-certificate-validate.o
  CC       inf-test-text-quick-write.o
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:26:
In file included from ../libinfinity/adopted/inf-adopted-session.h:25:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-text-quick-write.c:21:
In file included from ../libinftext/inf-text-session.h:27:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
9 warnings generated.
CC       inf-test-traffic-replay.o
inf-test-traffic-replay.c:291:22: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    xml = xmlReadDoc(str->str, NULL, "UTF-8", XML_PARSE_NOWARNING | XML_PARSE_NOERROR);
                     ^~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/parser.h:1487:31: note: passing argument to parameter 'cur' here
                xmlReadDoc              (const xmlChar *cur,
                                                        ^
inf-test-traffic-replay.c:307:24: warning: passing 'gchar *' (aka 'char *') to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      xml = xmlReadDoc(str->str, NULL, "UTF-8", XML_PARSE_NOWARNING | XML_PARSE_NOERROR);
                       ^~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/parser.h:1487:31: note: passing argument to parameter 'cur' here
                xmlReadDoc              (const xmlChar *cur,
                                                        ^
inf-test-traffic-replay.c:389:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  if(strcmp(conn->message->xml_iter->name, "message") == 0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
inf-test-traffic-replay.c:390:41: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    xmlSetProp(conn->message->xml_iter, "time", NULL);
                                        ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1023:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name,
                                                        ^
inf-test-traffic-replay.c:391:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  if(strcmp(xml->name, "message") == 0)
            ^~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
inf-test-traffic-replay.c:392:21: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    xmlSetProp(xml, "time", NULL);
                    ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1023:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name,
                                                        ^
inf-test-traffic-replay.c:402:13: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  if(strcmp(xmlBufferContent(expected_buffer), xmlBufferContent(received_buffer)) != 0)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
inf-test-traffic-replay.c:402:48: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  if(strcmp(xmlBufferContent(expected_buffer), xmlBufferContent(received_buffer)) != 0)
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
inf-test-traffic-replay.c:505:44: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    group = xmlGetProp(conn->message->xml, "name");
                                           ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1040:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name);
                                                        ^
inf-test-traffic-replay.c:518:44: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    group = xmlGetProp(conn->message->xml, "name");
                                           ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1040:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name);
                                                        ^
inf-test-traffic-replay.c:585:44: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    group = xmlGetProp(conn->message->xml, "name");
                                           ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1040:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name);
                                                        ^
inf-test-traffic-replay.c:661:19: warning: passing 'const xmlChar *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  g_assert(strcmp(xml->name, "group") == 0);
                  ^~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gtestutils.h:276:59: note: expanded from macro 'g_assert'
                                             if G_LIKELY (expr) ; else \
                                                          ^~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1248:59: note: expanded from macro 'G_LIKELY'
#define G_LIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR(expr), 1))
                                                          ^~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1247:66: note: expanded from macro '_G_BOOLEAN_EXPR'
#define _G_BOOLEAN_EXPR(expr) _G_BOOLEAN_EXPR_IMPL (__COUNTER__, expr)
                                                                 ^~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1241:8: note: expanded from macro '_G_BOOLEAN_EXPR_IMPL'
   if (expr)                                    \
       ^~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
inf-test-traffic-replay.c:688:38: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    received_group = xmlGetProp(xml, "name");
                                     ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1040:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name);
                                                        ^
inf-test-traffic-replay.c:689:53: warning: passing 'char [5]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    expected_group = xmlGetProp(conn->message->xml, "name");
                                                    ^~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/libxml2/libxml/tree.h:1040:22: note: passing argument to parameter 'name' here
                                         const xmlChar *name);
                                                        ^
inf-test-traffic-replay.c:704:15: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    if(strcmp(received_group, expected_group) != 0)
              ^~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:25: note: passing argument to parameter '__s1' here
int      strcmp(const char *__s1, const char *__s2);
                            ^
inf-test-traffic-replay.c:704:31: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    if(strcmp(received_group, expected_group) != 0)
                              ^~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:77:43: note: passing argument to parameter '__s2' here
int      strcmp(const char *__s1, const char *__s2);
                                              ^
inf-test-traffic-replay.c:716:20: warning: passing 'xmlChar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
          g_strdup(received_group),
                   ^~~~~~~~~~~~~~
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:324:38: note: expanded from macro 'g_strdup'
#define g_strdup(x) g_strdup_inline (x)
                                     ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:309:30: note: passing argument to parameter 'str' here
g_strdup_inline (const char *str)
                             ^
17 warnings generated.
CC       inf-test-gtk-browser.o
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:220:36: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                             const GParameter* params,
                                   ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:225:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                                 const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:231:23: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                      GParameter* params,
                      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:269:40: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
inf_session_lookup_user_property(const GParameter* params,
                                       ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:268:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
const GParameter*
      ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:273:1: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
GParameter*
^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:24:
In file included from ../libinfinity/client/infc-note-plugin.h:23:
../libinfinity/common/inf-session.h:305:28: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                     const GParameter* params,
                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:60:34: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                           const GParameter* params,
                                 ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from inf-test-gtk-browser.c:23:
In file included from ../libinfgtk/inf-gtk-browser-view.h:23:
In file included from ../libinfgtk/inf-gtk-browser-model.h:23:
In file included from ../libinfinity/client/infc-browser.h:25:
In file included from ../libinfinity/common/inf-browser.h:26:
../libinfinity/common/inf-session-proxy.h:71:35: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
                            const GParameter* params,
                                  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-test-gtk-browser.c:317:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[1] = { { "name", { 0 } } };
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
inf-test-gtk-browser.c:353:3: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
  GParameter params[3] = {
  ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gparam.h:204:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GOBJECT_DEPRECATED_TYPE_IN_2_54;
                                           ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:519:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_54'
#define GOBJECT_DEPRECATED_TYPE_IN_2_54 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/editors/libinfinity/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
11 warnings generated.
CCLD     inf-test-tcp-connection
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-xmpp-connection
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-tcp-server
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-xmpp-server
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-daemon
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-browser
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-certificate-request
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-set-acl
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-chat
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-state-vector
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-chunk
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-text-operations
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-text-session
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-text-cleanup
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-text-recover
ld: warning: directory not found for option '-L../../lib'
CCLD     inf-test-text-replay
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-reduce-replay
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-mass-join
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-text-fixline
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-certificate-validate
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-text-quick-write
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-traffic-replay
ld: warning: directory not found for option '-L../../lib'
  CCLD     inf-test-gtk-browser
ld: warning: directory not found for option '-L../../lib'
Making all in docs
Making all in reference
Making all in .
rm -f version.xml
echo -n `cat version.xml.in` > version.xml
rm -f api_version.xml
echo -n `cat api_version.xml.in` > api_version.xml
Making all in libinfinity
Making all in libinftext
Making all in libinfgtk
Making all in libinftextgtk
Making all in libinfinoted-plugin-manager
Making all in po
*** Please use pkgtools/verifypc to sanity check dependencies.