===> Building for gmtk-1.0.9nb49
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/Users/pbulk/build/devel/gmtk/work/gmtk-1.0.9'
Making all in src
gmake[2]: Entering directory '/Users/pbulk/build/devel/gmtk/work/gmtk-1.0.9/src'
  CC       libgmlib_la-gm_common.lo
  CC       libgmlib_la-gm_audio.lo
  CC       libgmlib_la-gm_file.lo
  CC       libgmlib_la-gm_log.lo
gm_log.c:84:36: warning: Deprecated pre-processor symbol: replace with "g_mutex_init" [-W#pragma-messages]
static GStaticMutex ptr2strmutex = G_STATIC_MUTEX_INIT;
                                   ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:131:65: note: expanded from macro 'G_STATIC_MUTEX_INIT'
#define G_STATIC_MUTEX_INIT { NULL, PTHREAD_MUTEX_INITIALIZER } GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_init)
                                                                ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:142:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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_mutex_init\""
     ^
gm_log.c:84:8: warning: 'GStaticMutex' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
static GStaticMutex ptr2strmutex = G_STATIC_MUTEX_INIT;
       ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:144:16: note: 'GStaticMutex' has been explicitly marked deprecated here
} GStaticMutex GLIB_DEPRECATED_TYPE_IN_2_32_FOR(GMutex);
               ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:146:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_32_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_32_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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")))
                                           ^
gm_log.c:136:5: warning: Deprecated pre-processor symbol [-W#pragma-messages]
    g_static_mutex_lock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:64: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                                               ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:141:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32'
#define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
                                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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"
     ^
gm_log.c:136:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                 ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:157:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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")))
                                           ^
gm_log.c:136:5: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" [-W#pragma-messages]
    g_static_mutex_lock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:53: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                                                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:142:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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_mutex_lock\""
     ^
gm_log.c:138:5: warning: Deprecated pre-processor symbol [-W#pragma-messages]
    g_static_mutex_unlock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:64: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                                               ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:141:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32'
#define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
                                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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"
     ^
gm_log.c:138:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                 ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:157:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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")))
                                           ^
gm_log.c:138:5: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" [-W#pragma-messages]
    g_static_mutex_unlock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:55: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                                                      ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:142:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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_mutex_unlock\""
     ^
gm_log.c:150:5: warning: Deprecated pre-processor symbol [-W#pragma-messages]
    g_static_mutex_lock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:64: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                                               ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:141:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32'
#define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
                                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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"
     ^
gm_log.c:150:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:19: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                 ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:157:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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")))
                                           ^
gm_log.c:150:5: warning: Deprecated pre-processor symbol: replace with "g_mutex_lock" [-W#pragma-messages]
    g_static_mutex_lock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:147:53: note: expanded from macro 'g_static_mutex_lock'
    g_mutex_lock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_lock)
                                                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:142:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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_mutex_lock\""
     ^
gm_log.c:152:5: warning: Deprecated pre-processor symbol [-W#pragma-messages]
    g_static_mutex_unlock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:64: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                                               ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:141:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32'
#define GLIB_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
                                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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"
     ^
gm_log.c:152:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:21: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:129:34: note: expanded from macro 'g_static_mutex_get_mutex'
#define g_static_mutex_get_mutex g_static_mutex_get_mutex_impl GLIB_DEPRECATED_MACRO_IN_2_32
                                 ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:157:1: note: 'g_static_mutex_get_mutex_impl' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_32_FOR(GMutex)
^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:140:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_32_FOR'
#define GLIB_DEPRECATED_IN_2_32_FOR(f) GLIB_DEPRECATED_FOR (f)
                                       ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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")))
                                           ^
gm_log.c:152:5: warning: Deprecated pre-processor symbol: replace with "g_mutex_unlock" [-W#pragma-messages]
    g_static_mutex_unlock(&ptr2strmutex);
    ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/deprecated/gthread.h:151:55: note: expanded from macro 'g_static_mutex_unlock'
    g_mutex_unlock (g_static_mutex_get_mutex (mutex)) GLIB_DEPRECATED_MACRO_IN_2_32_FOR(g_mutex_unlock)
                                                      ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:142:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_32_FOR'
#define GLIB_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR'
  _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/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_mutex_unlock\""
     ^
14 warnings generated.
  CC       libgmlib_la-gm_parse.lo
  CC       libgmlib_la-gm_pref_store.lo
In file included from gm_pref_store.c:31:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf.h:27:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-schema.h:26:
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-value.h:139:3: warning: 'GTime' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTime  mod_time; /* time of the modification */
  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gdate.h:41:23: note: 'GTime' has been explicitly marked deprecated here
typedef gint32  GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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/devel/gmtk/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")))
                                           ^
In file included from gm_pref_store.c:31:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf.h:27:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-schema.h:26:
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-value.h:144:1: warning: 'GTime' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
GTime       gconf_meta_info_mod_time     (GConfMetaInfo *gcmi);
^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gdate.h:41:23: note: 'GTime' has been explicitly marked deprecated here
typedef gint32  GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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/devel/gmtk/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")))
                                           ^
In file included from gm_pref_store.c:31:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf.h:27:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-schema.h:26:
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/gconf/2/gconf/gconf-value.h:153:46: warning: 'GTime' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
                                             GTime          mod_time);
                                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gdate.h:41:23: note: 'GTime' has been explicitly marked deprecated here
typedef gint32  GTime GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                      ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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/devel/gmtk/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")))
                                           ^
3 warnings generated.
  CC       libgmlib_la-gm_strfuncs.lo
  CCLD     libgmlib.la
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmlib.a(libgmlib_la-gm_common.o) has no symbols
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmlib.a(libgmlib_la-gm_common.o) has no symbols
  CC       libgmtk_la-gmtk_common.lo
In file included from gmtk_common.c:25:
In file included from ./gmtk_common.h:28:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from gmtk_common.c:25:
In file included from ./gmtk_common.h:28:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/devel/gmtk/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/devel/gmtk/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/devel/gmtk/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/devel/gmtk/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/devel/gmtk/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")))
                                           ^
In file included from gmtk_common.c:25:
./gmtk_common.h:31:10: fatal error: 'gdk/gdkx.h' file not found
#include <gdk/gdkx.h>
         ^~~~~~~~~~~~
2 warnings and 1 error generated.
gmake[2]: *** [Makefile:691: libgmtk_la-gmtk_common.lo] Error 1
gmake[2]: Leaving directory '/Users/pbulk/build/devel/gmtk/work/gmtk-1.0.9/src'
gmake[1]: *** [Makefile:548: all-recursive] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/devel/gmtk/work/gmtk-1.0.9'
gmake: *** [Makefile:456: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/devel/gmtk
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/devel/gmtk