2015-12-09 20:38:02 +0100

./waf
install

Waf: Entering directory `/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build'
[  1/850] cxx: libs/appleutility/AUOutputBL.cpp -> build/libs/appleutility/AUOutputBL.cpp.1.o
[  2/850] cxx: libs/appleutility/AUParamInfo.cpp -> build/libs/appleutility/AUParamInfo.cpp.1.o
[  3/850] cxx: libs/appleutility/CAAudioChannelLayout.cpp -> build/libs/appleutility/CAAudioChannelLayout.cpp.1.o
[  4/850] cxx: libs/appleutility/CAAudioChannelLayoutObject.cpp -> build/libs/appleutility/CAAudioChannelLayoutObject.cpp.1.o
In file included from ../libs/appleutility/CAAudioChannelLayoutObject.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        void    retain() { IncrementAtomic(&mRefCount); }
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
IncrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioChannelLayoutObject.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                                SInt32 rc = DecrementAtomic(&mRefCount);
                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioChannelLayout.cpp:48:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        void    retain() { IncrementAtomic(&mRefCount); }
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
IncrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioChannelLayout.cpp:48:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                                SInt32 rc = DecrementAtomic(&mRefCount);
                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAAudioChannelLayout.cpp:127:34: warning: values of type 'AudioChannelLayoutTag' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
        fprintf (file, "\tTag=0x%lX, ", layout->mChannelLayoutTag);
                                ~~~     ^~~~~~~~~~~~~~~~~~~~~~~~~
                                %X      (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:129:42: warning: values of type 'AudioChannelBitmap' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                fprintf (file, "Using Bitmap:0x%lX\n", layout->mChannelBitmap);
                                               ~~~     ^~~~~~~~~~~~~~~~~~~~~~
                                               %X      (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:131:42: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                fprintf (file, "Num Chan Descs=%ld\n", layout->mNumberChannelDescriptions);
                                               ~~~     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                               %u      (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:134:51: warning: values of type 'AudioChannelLabel' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        fprintf (file, "\t\tLabel=%ld, Flags=0x%lX, ", desc->mChannelLabel, desc->mChannelFlags);
                                                  ~~~                  ^~~~~~~~~~~~~~~~~~~
                                                  %u                   (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:134:72: warning: values of type 'AudioChannelFlags' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        fprintf (file, "\t\tLabel=%ld, Flags=0x%lX, ", desc->mChannelLabel, desc->mChannelFlags);
                                                               ~~~                          ^~~~~~~~~~~~~~~~~~~
                                                               %X                           (unsigned int)
7 warnings generated.
[  5/850] cxx: libs/appleutility/CAAudioFile.cpp -> build/libs/appleutility/CAAudioFile.cpp.1.o
[  6/850] cxx: libs/appleutility/CAAudioUnit.cpp -> build/libs/appleutility/CAAudioUnit.cpp.1.o
2 warnings generated.
[  7/850] cxx: libs/appleutility/CAAUParameter.cpp -> build/libs/appleutility/CAAUParameter.cpp.1.o
../libs/appleutility/CAAUParameter.cpp:113:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "T/F";
                              ^
../libs/appleutility/CAAUParameter.cpp:117:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "%";
                              ^
../libs/appleutility/CAAUParameter.cpp:120:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Secs";
                              ^
../libs/appleutility/CAAUParameter.cpp:123:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Samps";
                              ^
../libs/appleutility/CAAUParameter.cpp:127:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Degr.";
                              ^
../libs/appleutility/CAAUParameter.cpp:130:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Hz";
                              ^
../libs/appleutility/CAAUParameter.cpp:134:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Cents";
                              ^
../libs/appleutility/CAAUParameter.cpp:137:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "S-T";
                              ^
../libs/appleutility/CAAUParameter.cpp:141:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "MIDI";
                              ^
../libs/appleutility/CAAUParameter.cpp:146:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "dB";
                              ^
../libs/appleutility/CAAUParameter.cpp:150:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Gain";
                              ^
../libs/appleutility/CAAUParameter.cpp:153:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "L/R";
                              ^
../libs/appleutility/CAAUParameter.cpp:156:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Mtrs";
                              ^
../libs/appleutility/CAAUParameter.cpp:159:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "8ve";
                              ^
../libs/appleutility/CAAUParameter.cpp:162:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "BPM";
                              ^
../libs/appleutility/CAAUParameter.cpp:165:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "Beats";
                              ^
../libs/appleutility/CAAUParameter.cpp:168:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "msecs";
                              ^
../libs/appleutility/CAAUParameter.cpp:171:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        str = "ratio";
                              ^
18 warnings generated.
[  8/850] cxx: libs/appleutility/CABufferList.cpp -> build/libs/appleutility/CABufferList.cpp.1.o
In file included from ../libs/appleutility/AUParamInfo.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                *(UInt32 *)(str + 1) = EndianU32_NtoB(error);
                 ^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
                        sprintf(str, "%ld", error);
                                      ~~~   ^~~~~
                                      %d    (int)
2 warnings generated.
[  9/850] cxx: libs/appleutility/CACFDictionary.cpp -> build/libs/appleutility/CACFDictionary.cpp.1.o
In file included from ../libs/appleutility/CABufferList.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CABufferList.h:105:59: warning: cast from 'const UInt32 *' (aka 'const unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
        const AudioBufferList &         GetBufferList() const { return *(AudioBufferList *)&mNumberBuffers; }
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CABufferList.h:284:47: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
        AudioBufferList &       _GetBufferList() { return *(AudioBufferList *)&mNumberBuffers; }        // use with care
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:135:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
                        ^
../libs/appleutility/CABufferList.cpp:135:7: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
                           ^~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:135:29: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
                                                 ^~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:142:24: warning: cast from 'Byte *' (aka 'unsigned char *') to 'Float32 *' (aka 'float *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %6.3f", *(Float32 *)p);
                                                          ^~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:67: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                  ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:93: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:36:55: note: expanded from macro 'OSSwapConstInt16'
#define OSSwapConstInt16(x)     __DARWIN_OSSwapConstInt16(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
    ((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
                                 ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:93: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:36:55: note: expanded from macro 'OSSwapConstInt16'
#define OSSwapConstInt16(x)     __DARWIN_OSSwapConstInt16(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:45:32: note: expanded from macro '__DARWIN_OSSwapConstInt16'
                (((__uint16_t)(x) & 0x00ff) << 8)))
                               ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x)  __DARWIN_OSSwapInt16(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:40: note: expanded from macro '__DARWIN_OSSwapInt16'
    ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
                                       ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x)  __DARWIN_OSSwapInt16(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
    ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
                                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
    ((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
                                 ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x)  __DARWIN_OSSwapInt16(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
    ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
                                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:45:32: note: expanded from macro '__DARWIN_OSSwapConstInt16'
                (((__uint16_t)(x) & 0x00ff) << 8)))
                               ^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
  #define EndianU16_BtoN(value)               EndianU16_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value)                ((UInt16)Endian16_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value)       (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
                                                                                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x)  __DARWIN_OSSwapInt16(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:89: note: expanded from macro '__DARWIN_OSSwapInt16'
    ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
                                                                                        ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:66: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                 ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x)     __DARWIN_OSSwapConstInt32(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:48:34: note: expanded from macro '__DARWIN_OSSwapConstInt32'
    ((__uint32_t)((((__uint32_t)(x) & 0xff000000) >> 24) | \
                                 ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x)     __DARWIN_OSSwapConstInt32(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:49:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x00ff0000) >>  8) | \
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x)     __DARWIN_OSSwapConstInt32(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:50:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x0000ff00) <<  8) | \
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x)     __DARWIN_OSSwapConstInt32(x)
                                                          ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:51:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x000000ff) << 24)))
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:27: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                          ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:48:34: note: expanded from macro '__DARWIN_OSSwapConstInt32'
    ((__uint32_t)((((__uint32_t)(x) & 0xff000000) >> 24) | \
                                 ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:49:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x00ff0000) >>  8) | \
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:50:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x0000ff00) <<  8) | \
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:51:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
                (((__uint32_t)(x) & 0x000000ff) << 24)))
                               ^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                                                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value)      (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
                                                                                                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x)  __DARWIN_OSSwapInt32(x)
                                             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:76: note: expanded from macro '__DARWIN_OSSwapInt32'
    (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
                                                                           ^
../libs/appleutility/CABufferList.cpp:159:23: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                                        printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
                                                 ~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                 %08X    (unsigned int)
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:47: note: expanded from macro 'EndianU32_BtoN'
  #define EndianU32_BtoN(value)               EndianU32_BtoL(value)
                                              ^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:46: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value)                ((UInt32)Endian32_Swap(value))
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:163:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                        printf(" %04X", EndianU16_LtoN(*(UInt16 *)p));
                                                                        ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:174:50: note: expanded from macro 'EndianU16_LtoN'
    #define EndianU16_LtoN(value)               (value)
                                                 ^
../libs/appleutility/CABufferList.cpp:171:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                                        printf(" %08lX", EndianU32_LtoN(*(UInt32 *)p));
                                                                         ^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:178:50: note: expanded from macro 'EndianU32_LtoN'
    #define EndianU32_LtoN(value)               (value)
                                                 ^
../libs/appleutility/CABufferList.cpp:171:23: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                                        printf(" %08lX", EndianU32_LtoN(*(UInt32 *)p));
                                                 ~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                 %08X    (unsigned int)
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:178:49: note: expanded from macro 'EndianU32_LtoN'
    #define EndianU32_LtoN(value)               (value)
                                                ^~~~~~~
28 warnings generated.
[ 10/850] cxx: libs/appleutility/CACFNumber.cpp -> build/libs/appleutility/CACFNumber.cpp.1.o
[ 11/850] cxx: libs/appleutility/CACFString.cpp -> build/libs/appleutility/CACFString.cpp.1.o
[ 12/850] cxx: libs/appleutility/CAComponent.cpp -> build/libs/appleutility/CAComponent.cpp.1.o
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioUnit.h:61:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponent.h:53:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        int             Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
                                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking)               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioUnit.h:61:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponent.h:96:10: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                return OpenAComponent (Comp(), &outInst);
                       ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
../libs/appleutility/CACFString.cpp:60:82: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'CFIndex *' (aka 'long *') increases required alignment from 4 to 8 [-Wcast-align]
                CFStringGetBytes(inCFString, theRange, inEncoding, 0, false, NULL, 0x7FFFFFFF, (CFIndex*)&theAnswer);
                                                                                               ^~~~~~~~~~~~~~~~~~~~
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioUnit.h:62:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        void    retain() { IncrementAtomic(&mRefCount); }
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
IncrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioUnit.h:62:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                                SInt32 rc = DecrementAtomic(&mRefCount);
                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
1 warning generated.
[ 13/850] cxx: libs/appleutility/CAComponentDescription.cpp -> build/libs/appleutility/CAComponentDescription.cpp.1.o
../libs/appleutility/CAAudioUnit.cpp:69:28: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                                                        OSStatus result = ::OpenAComponent (inComp, &mUnit);
                                                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
../libs/appleutility/CAAudioUnit.cpp:182:27: warning: 'GetComponentInstanceStorage' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                        mConnInstanceStorage = GetComponentInstanceStorage(mUnit);
                                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:862:1: note: 'GetComponentInstanceStorage' has been explicitly marked deprecated here
GetComponentInstanceStorage(ComponentInstance aComponentInstance) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAAudioUnit.cpp:202:5: warning: 'CloseComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                ::CloseComponent (mUnit);
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:593:1: note: 'CloseComponent' has been explicitly marked deprecated here
CloseComponent(ComponentInstance aComponentInstance)          __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
7 warnings generated.
[ 14/850] cxx: libs/appleutility/CADebugMacros.cpp -> build/libs/appleutility/CADebugMacros.cpp.1.o
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:56:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CABufferList.h:105:59: warning: cast from 'const UInt32 *' (aka 'const unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
        const AudioBufferList &         GetBufferList() const { return *(AudioBufferList *)&mNumberBuffers; }
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CABufferList.h:284:47: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
        AudioBufferList &       _GetBufferList() { return *(AudioBufferList *)&mNumberBuffers; }        // use with care
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:57:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        void    retain() { IncrementAtomic(&mRefCount); }
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
[ 15/850] cxx: libs/appleutility/CAStreamBasicDescription.cpp -> build/libs/appleutility/CAStreamBasicDescription.cpp.1.o
IncrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:57:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                                SInt32 rc = DecrementAtomic(&mRefCount);
                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address)                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:58:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                *(UInt32 *)(str + 1) = EndianU32_NtoB(error);
                 ^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
                        sprintf(str, "%ld", error);
                                      ~~~   ^~~~~
                                      %d    (int)
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:103:17: warning: 'FSPathMakeRef' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                XThrowIfError(FSPathMakeRef((UInt8 *)filePath, &fsref, NULL), "locate audio file");
                              ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
                        OSStatus __err = error;                                                                                         \
                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4115:18: note: 'FSPathMakeRef' has been explicitly marked deprecated here
extern OSStatus  FSPathMakeRef(const UInt8 *path, FSRef *ref, Boolean *isDirectory)        __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                 ^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:123:17: warning: 'ExtAudioFileOpen' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations]
                XThrowIfError(ExtAudioFileOpen(&fsref, &mExtAF), "ExtAudioFileOpen failed");
                              ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
                        OSStatus __err = error;                                                                                         \
                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h:299:1: note: 'ExtAudioFileOpen' has been explicitly marked deprecated here
ExtAudioFileOpen(                       const struct FSRef *            inFSRef,
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAAudioFile.h:127:17: warning: 'ExtAudioFileCreateNew' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations]
                XThrowIfError(ExtAudioFileCreateNew(&inParentDir, inFileName, inFileType, &inStreamDesc, inChannelLayout, &mExtAF), "ExtAudioFileCreateNew failed");
                              ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
                        OSStatus __err = error;                                                                                         \
                                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h:331:1: note: 'ExtAudioFileCreateNew' has been explicitly marked deprecated here
ExtAudioFileCreateNew(          const struct FSRef *                            inParentDir,
^
9 warnings generated.
[ 16/850] cxx: libs/appleutility/CAXException.cpp -> build/libs/appleutility/CAXException.cpp.1.o
In file included from ../libs/appleutility/CAComponent.cpp:43:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponent.h:53:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        int             Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
                                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking)               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAComponent.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponent.h:96:10: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                return OpenAComponent (Comp(), &outInst);
                       ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
../libs/appleutility/CAComponent.cpp:51:10: warning: 'FindNextComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        mComp = FindNextComponent ((next ? next->Comp() : NULL), const_cast<ComponentDescription*>(&inDesc));
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
../libs/appleutility/CAComponent.cpp:53:3: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:65:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:75:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:82:10: warning: 'FindNextComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        mComp = FindNextComponent (NULL, &mDesc);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
../libs/appleutility/CAComponent.cpp:83:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:98:17: warning: 'CurResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        short curRes = CurResFile();
                       ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:178:1: note: 'CurResFile' has been explicitly marked deprecated here
CurResFile(void)                                              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:99:26: warning: 'OpenAComponentResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        require_noerr (result = OpenAComponentResFile( mComp, &componentResFileID), home);
                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:1319:69: note: expanded from macro 'require_noerr'
                #define require_noerr(errorCode, exceptionLabel)  __Require_noErr(errorCode, exceptionLabel)
                                                                                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:955:34: note: expanded from macro '__Require_noErr'
                          if ( __builtin_expect(0 != (errorCode), 0) )                        \
                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:784:1: note: 'OpenAComponentResFile' has been explicitly marked deprecated here
OpenAComponentResFile(
^
../libs/appleutility/CAComponent.cpp:102:2: warning: 'UseResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        UseResFile(componentResFileID);
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:208:1: note: 'UseResFile' has been explicitly marked deprecated here
UseResFile(ResFileRefNum refNum)                              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:104:22: warning: 'Count1Resources' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        thngResourceCount = Count1Resources(kComponentResourceType);
                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:317:1: note: 'Count1Resources' has been explicitly marked deprecated here
Count1Resources(ResType theType)                              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:106:26: warning: 'ResError' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        require_noerr (result = ResError(), home);
                                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:1319:69: note: expanded from macro 'require_noerr'
                #define require_noerr(errorCode, exceptionLabel)  __Require_noErr(errorCode, exceptionLabel)
                                                                                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:955:34: note: expanded from macro '__Require_noErr'
                          if ( __builtin_expect(0 != (errorCode), 0) )                        \
                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:163:1: note: 'ResError' has been explicitly marked deprecated here
ResError(void)                                                __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:115:31: warning: 'Get1IndResource' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                Handle thngResourceHandle = Get1IndResource(kComponentResourceType, i+1);
                                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:349:1: note: 'Get1IndResource' has been explicitly marked deprecated here
Get1IndResource(
^
../libs/appleutility/CAComponent.cpp:118:15: warning: 'GetHandleSize' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                        if (UInt32(GetHandleSize(thngResourceHandle)) >= sizeof(ExtComponentResource))
                                   ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1356:1: note: 'GetHandleSize' has been explicitly marked deprecated here
GetHandleSize(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:120:44: warning: cast from 'Ptr' (aka 'char *') to 'ExtComponentResource *' increases required alignment from 1 to 2 [-Wcast-align]
                                ExtComponentResource * componentThng = (ExtComponentResource*) (*thngResourceHandle);
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CAComponent.cpp:132:4: warning: 'ReleaseResource' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                        ReleaseResource(thngResourceHandle);
                        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:452:1: note: 'ReleaseResource' has been explicitly marked deprecated here
ReleaseResource(Handle theResource)                           __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:139:2: warning: 'UseResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        UseResFile(curRes);     // revert
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:208:1: note: 'UseResFile' has been explicitly marked deprecated here
UseResFile(ResFileRefNum refNum)                              __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:142:3: warning: 'CloseComponentResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                CloseComponentResFile(componentResFileID);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:802:1: note: 'CloseComponentResFile' has been explicitly marked deprecated here
CloseComponentResFile(ResFileRefNum refnum)                   __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:174:15: warning: 'NewHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                Handle h1 = NewHandle(4);
                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:451:1: note: 'NewHandle' has been explicitly marked deprecated here
NewHandle(Size byteCount)                                     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:176:18: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                OSStatus err = GetComponentInfo (Comp(), &desc, h1, 0, 0);
                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:178:14: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                if (err) { DisposeHandle(h1); return; }
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:180:3: warning: 'HLock' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                HLock(h1);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
HLock(Handle h)                                               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:213:3: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                DisposeHandle (h1);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:220:15: warning: 'NewHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                Handle h1 = NewHandle(4);
                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:451:1: note: 'NewHandle' has been explicitly marked deprecated here
NewHandle(Size byteCount)                                     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:222:18: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                OSStatus err = GetComponentInfo (Comp(), &desc, 0, h1, 0);
                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:224:3: warning: 'HLock' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                HLock (h1);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
HLock(Handle h)                                               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:227:3: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
                DisposeHandle (h1);
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAComponentDescription.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
        int             Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
                                               ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking)               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
28 warnings generated.
../libs/appleutility/CAComponentDescription.cpp:55:3: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
        *(UInt32 *)str = EndianU32_NtoB(t);
         ^~~~~~~~~~~~~
../libs/appleutility/CAComponentDescription.cpp:77:38: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                fprintf (file, ", 0x%lX, 0x%lX\n", desc->componentFlags, desc->componentFlagsMask);
                                    ~~~            ^~~~~~~~~~~~~~~~~~~~
                                    %X             (unsigned int)
../libs/appleutility/CAComponentDescription.cpp:77:60: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                fprintf (file, ", 0x%lX, 0x%lX\n", desc->componentFlags, desc->componentFlagsMask);
                                           ~~~                           ^~~~~~~~~~~~~~~~~~~~~~~~
                                           %X                            (unsigned int)
[ 17/850] c: libs/clearlooks-newer/animation.c -> build/libs/clearlooks-newer/animation.c.1.o
../libs/appleutility/CAStreamBasicDescription.cpp:77:3: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
        *(UInt32 *)formatID = CFSwapInt32HostToBig(mFormatID);
         ^~~~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:80:5: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                                NumberChannels(), mSampleRate, formatID,
                                ^~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:81:5: warning: values of type 'AudioFormatFlags' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                                mFormatFlags);
                                ^~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:104:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        mBitsPerChannel, endian, sign, floatInt,
                        ^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:128:37: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                fprintf(f, "%ld frames/packet\n", mFramesPerPacket);
                            ~~~                   ^~~~~~~~~~~~~~~~
                            %u                    (unsigned int)
../libs/appleutility/CAStreamBasicDescription.cpp:132:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
                        ^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:21: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
                                         ^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:38: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
                                                          ^~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:56: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
                        mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
                                                                            ^~~~~~~~~~~~~~
9 warnings generated.
[ 18/850] c: libs/clearlooks-newer/cairo-support.c -> build/libs/clearlooks-newer/cairo-support.c.1.o
4 warnings generated.
[ 19/850] c: libs/clearlooks-newer/clearlooks_draw.c -> build/libs/clearlooks-newer/clearlooks_draw.c.1.o
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/appleutility/CAXException.cpp:43:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                *(UInt32 *)(str + 1) = EndianU32_NtoB(error);
                 ^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
                        sprintf(str, "%ld", error);
                                      ~~~   ^~~~~
                                      %d    (int)
2 warnings generated.
[ 20/850] c: libs/clearlooks-newer/clearlooks_draw_glossy.c -> build/libs/clearlooks-newer/clearlooks_draw_glossy.c.1.o
../libs/clearlooks-newer/animation.c:145:31: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
        value->widget = (GtkWidget*) widget;
                                     ^
../libs/clearlooks-newer/animation.c:151:21: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        g_object_weak_ref (G_OBJECT (widget), on_animated_widget_destruction, value);
                           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gobject.h:51:38: note: expanded from macro 'G_OBJECT'
#define G_OBJECT(object)            (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
                                     ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/animation.c:152:54: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
        g_hash_table_insert (animated_widgets, (GtkWidget*) widget, value);
                                                            ^
../libs/clearlooks-newer/clearlooks_draw.c:1428:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
                                                                 1.5, 4.0, 2, height-8.0);
                                                                 ^~~
8 warnings generated.
[ 21/850] c: libs/clearlooks-newer/clearlooks_draw_gummy.c -> build/libs/clearlooks-newer/clearlooks_draw_gummy.c.1.o
5 warnings generated.
[ 22/850] c: libs/clearlooks-newer/clearlooks_draw_inverted.c -> build/libs/clearlooks-newer/clearlooks_draw_inverted.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
6 warnings generated.
[ 23/850] c: libs/clearlooks-newer/clearlooks_rc_style.c -> build/libs/clearlooks-newer/clearlooks_rc_style.c.1.o
../libs/clearlooks-newer/clearlooks_draw_glossy.c:1080:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
                                                                 1.5, 4.0, 2, height-8.0);
                                                                 ^~~
../libs/clearlooks-newer/clearlooks_draw_inverted.c:734:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
                                                                 1.5, 4.0, 2, height-8.0);
                                                                 ^~~
../libs/clearlooks-newer/clearlooks_draw_gummy.c:1154:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
                                                                 1.5, 4.0, 2, height-8.0);
                                                                 ^~~
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
6 warnings generated.
[ 24/850] c: libs/clearlooks-newer/clearlooks_style.c -> build/libs/clearlooks-newer/clearlooks_style.c.1.o
6 warnings generated.
[ 25/850] c: libs/clearlooks-newer/clearlooks_theme_main.c -> build/libs/clearlooks-newer/clearlooks_theme_main.c.1.o
6 warnings generated.
[ 26/850] c: libs/clearlooks-newer/support.c -> build/libs/clearlooks-newer/support.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
5 warnings generated.
[ 27/850] c: libs/clearlooks-newer/widget-information.c -> build/libs/clearlooks-newer/widget-information.c.1.o
../libs/clearlooks-newer/clearlooks_style.c:64:70: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        params->style_functions = &(clearlooks_style_class->style_functions[CLEARLOOKS_STYLE (style)->style]);
                                                                            ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
                                            ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_style.c:71:54: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
        params->ltr         = ge_widget_is_ltr ((GtkWidget*)widget);
                                                            ^
../libs/clearlooks-newer/clearlooks_style.c:72:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        params->focus       = widget && GTK_WIDGET_HAS_FOCUS (widget);
                                        ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:338:39: note: expanded from macro 'GTK_WIDGET_HAS_FOCUS'
#define GTK_WIDGET_HAS_FOCUS(wid)         ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_FOCUS) != 0)
                                            ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid)             (GTK_OBJECT_FLAGS (wid))
                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:93:35: note: expanded from macro 'GTK_OBJECT_FLAGS'
#define GTK_OBJECT_FLAGS(obj)             (GTK_OBJECT (obj)->flags)
                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
                                      ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_style.c:73:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GObject *' drops const qualifier [-Wcast-qual]
        params->is_default  = widget && GE_WIDGET_HAS_DEFAULT (widget);
                                        ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/widget-information.h:74:52: note: expanded from macro 'GE_WIDGET_HAS_DEFAULT'
#define GE_WIDGET_HAS_DEFAULT(object) ((object) && GE_IS_WIDGET(object) && GTK_WIDGET_HAS_DEFAULT(object))
                                                   ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/widget-information.h:7:70: note: expanded from macro 'GE_IS_WIDGET'
#define GE_IS_WIDGET(object) ((object)  && ge_object_is_a ((GObject*)(object), "GtkWidget"))
                                                                     ^
../libs/clearlooks-newer/clearlooks_style.c:73:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/widget-information.h:74:76: note: expanded from macro 'GE_WIDGET_HAS_DEFAULT'
#define GE_WIDGET_HAS_DEFAULT(object) ((object) && GE_IS_WIDGET(object) && GTK_WIDGET_HAS_DEFAULT(object))
                                                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:363:41: note: expanded from macro 'GTK_WIDGET_HAS_DEFAULT'
#define GTK_WIDGET_HAS_DEFAULT(wid)       ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_DEFAULT) != 0)
                                            ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid)             (GTK_OBJECT_FLAGS (wid))
                                           ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
                                      ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_style.c:75:24: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        params->radius      = CLEARLOOKS_STYLE (style)->radius;
                              ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
                                            ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
../libs/clearlooks-newer/clearlooks_theme_main.c:8:1: warning: #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
no previous prototype for function 'theme_init' [-Wmissing-prototypes]/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.htheme_init (GTypeModule *module)
^2204:57:36
:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_style.c:77:35: warning: cast from 'const struct _GtkWidget *' to 'struct _GObject *' drops const qualifier [-Wcast-qual]
        if (!params->active && widget && GE_IS_TOGGLE_BUTTON (widget))
                                         ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/widget-information.h:31:76: note: expanded from macro 'GE_IS_TOGGLE_BUTTON'
#define GE_IS_TOGGLE_BUTTON(object) ((object) && ge_object_is_a ((GObject*)(object), "GtkToggleButton"))
                                                                           ^
../libs/clearlooks-newer/clearlooks_style.c:78:50: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
                params->active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget));
                                                               ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtktogglebutton.h:41:50: note: expanded from macro 'GTK_TOGGLE_BUTTON'
#define GTK_TOGGLE_BUTTON(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButton))
                                                 ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_style.c:87:21: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        params->parentbg = CLEARLOOKS_STYLE (style)->colors.bg[state_type];
                           ^
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
                                            ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/clearlooks_theme_main.c:15:1: warning: no previous prototype for function 'theme_exit' [-Wmissing-prototypes]
theme_exit (void)
^
../libs/clearlooks-newer/clearlooks_theme_main.c:20:1: warning: no previous prototype for function 'theme_create_rc_style' [-Wmissing-prototypes]
theme_create_rc_style (void)
^
../libs/clearlooks-newer/clearlooks_style.c:204:19: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
                frame.shadow  = shadow_type;
                              ~ ^~~~~~~~~~~
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
../libs/clearlooks-newer/clearlooks_style.c:228:18: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
                frame.shadow = shadow_type;
                             ~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:261:21: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
                frame.shadow    = shadow_type;
                                ~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:262:21: warning: implicit conversion from enumeration type 'GtkPositionType' to different enumeration type 'ClearlooksGapSide' [-Wenum-conversion]
                frame.gap_side  = gap_side;
                                ~ ^~~~~~~~
8 warnings generated.
../libs/clearlooks-newer/clearlooks_style.c:699:30: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
                        progressbar.orientation = gtk_progress_bar_get_orientation (GTK_PROGRESS_BAR (widget));
                                                ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:713:31: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
                                progressbar.orientation = GTK_PROGRESS_RIGHT_TO_LEFT;
                                                        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:715:31: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
                                progressbar.orientation = GTK_PROGRESS_LEFT_TO_RIGHT;
                                                        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }               \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                              \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
../libs/clearlooks-newer/clearlooks_style.c:973:25: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
        checkbox.shadow_type = shadow_type;
                             ~ ^~~~~~~~~~~
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
    return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct)         ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
                                                                                        ^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
../libs/clearlooks-newer/clearlooks_style.c:1000:25: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
        checkbox.shadow_type = shadow_type;
                             ~ ^~~~~~~~~~~
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); }             \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
    return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); }                            \
           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
../libs/clearlooks-newer/clearlooks_style.c:1106:21: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
                frame.shadow    = shadow_type;
                                ~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1107:21: warning: implicit conversion from enumeration type 'GtkPositionType' to different enumeration type 'ClearlooksGapSide' [-Wenum-conversion]
                frame.gap_side  = gap_side;
                                ~ ^~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1436:24: warning: cast from 'const struct _GdkPixbuf *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        g_return_val_if_fail (GDK_IS_PIXBUF (pixbuf), NULL);
                              ^
/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:159:39: note: expanded from macro 'GDK_IS_PIXBUF'
#define GDK_IS_PIXBUF(object)        (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF))
                                      ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gmessages.h:377:18: note: expanded from macro 'g_return_val_if_fail'
     if G_LIKELY(expr) { } else                                         \
                 ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY'
#define G_LIKELY(expr) (expr)
                        ^
../libs/clearlooks-newer/support.c:75:19: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
                         ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:228:39: note: expanded from macro 'GTK_WIDGET_NO_WINDOW'
#define GTK_WIDGET_NO_WINDOW(wid)         ((GTK_WIDGET_FLAGS (wid) & GTK_NO_WINDOW) != 0)
                                            ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid)             (GTK_OBJECT_FLAGS (wid))
                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:93:35: note: expanded from macro 'GTK_OBJECT_FLAGS'
#define GTK_OBJECT_FLAGS(obj)             (GTK_OBJECT (obj)->flags)
                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
                                      ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
../libs/clearlooks-newer/support.c:75:55: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
                                                             ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtknotebook.h:44:45: note: expanded from macro 'GTK_IS_NOTEBOOK'
#define GTK_IS_NOTEBOOK(obj)               (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK))
                                            ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
../libs/clearlooks-newer/support.c:75:85: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
                                                                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtktoolbar.h:57:38: note: expanded from macro 'GTK_IS_TOOLBAR'
#define GTK_IS_TOOLBAR(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOLBAR))
                                     ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
  GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
                                           ^
../libs/clearlooks-newer/support.c:81:15: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        state_type = GTK_WIDGET_STATE (parent);
                     ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:166:35: note: expanded from macro 'GTK_WIDGET_STATE'
#define GTK_WIDGET_STATE(wid)             (GTK_WIDGET (wid)->state)
                                           ^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:137:32: note: expanded from macro 'GTK_WIDGET'
#define GTK_WIDGET(widget)                (G_TYPE_CHECK_INSTANCE_CAST ((widget), GTK_TYPE_WIDGET, GtkWidget))
                                           ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
                                                                              ^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
    ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
                                                        ^
[ 28/850] engines:  -> build/libs/clearlooks-newer/engines
9 warnings generated.
[ 29/850] cxx: libs/qm-dsp/dsp/onsets/DetectionFunction.cpp -> build/libs/qm-dsp/dsp/onsets/DetectionFunction.cpp.1.o
[ 30/850] cxx: libs/qm-dsp/dsp/onsets/PeakPicking.cpp -> build/libs/qm-dsp/dsp/onsets/PeakPicking.cpp.1.o
26 warnings generated.
[ 31/850] cxx: libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.cpp -> build/libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.cpp.1.o
[ 32/850] cxx: libs/qm-dsp/dsp/rateconversion/Decimator.cpp -> build/libs/qm-dsp/dsp/rateconversion/Decimator.cpp.1.o
../libs/clearlooks-newer/widget-information.c:23:57: warning: cast from 'const struct _GObject *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
        result = g_type_check_instance_is_a ((GTypeInstance *) object, tmp);
                                                               ^
6 warnings generated.
[ 33/850] cxx: libs/qm-dsp/dsp/rhythm/BeatSpectrum.cpp -> build/libs/qm-dsp/dsp/rhythm/BeatSpectrum.cpp.1.o
[ 34/850] cxx: libs/qm-dsp/dsp/signalconditioning/DFProcess.cpp -> build/libs/qm-dsp/dsp/signalconditioning/DFProcess.cpp.1.o
[ 35/850] cxx: libs/qm-dsp/dsp/signalconditioning/Filter.cpp -> build/libs/qm-dsp/dsp/signalconditioning/Filter.cpp.1.o
[ 36/850] cxx: libs/qm-dsp/dsp/signalconditioning/FiltFilt.cpp -> build/libs/qm-dsp/dsp/signalconditioning/FiltFilt.cpp.1.o
[ 37/850] cxx: libs/qm-dsp/dsp/signalconditioning/Framer.cpp -> build/libs/qm-dsp/dsp/signalconditioning/Framer.cpp.1.o
[ 38/850] cxx: libs/qm-dsp/dsp/transforms/FFT.cpp -> build/libs/qm-dsp/dsp/transforms/FFT.cpp.1.o
[ 39/850] cxx: libs/qm-dsp/dsp/wavelet/Wavelet.cpp -> build/libs/qm-dsp/dsp/wavelet/Wavelet.cpp.1.o
[ 40/850] cxx: libs/qm-dsp/maths/Correlation.cpp -> build/libs/qm-dsp/maths/Correlation.cpp.1.o
[ 41/850] cxx: libs/qm-dsp/maths/CosineDistance.cpp -> build/libs/qm-dsp/maths/CosineDistance.cpp.1.o
[ 42/850] cxx: libs/qm-dsp/maths/KLDivergence.cpp -> build/libs/qm-dsp/maths/KLDivergence.cpp.1.o
In file included from ../libs/qm-dsp/dsp/transforms/FFT.cpp:10:
../libs/qm-dsp/dsp/transforms/FFT.h:24:11: warning: private field 'm_private' is not used [-Wunused-private-field]
    void *m_private;
          ^
[ 43/850] cxx: libs/qm-dsp/maths/MathUtilities.cpp -> build/libs/qm-dsp/maths/MathUtilities.cpp.1.o
1 warning generated.
[ 44/850] cxx: libs/qm-dsp/base/Pitch.cpp -> build/libs/qm-dsp/base/Pitch.cpp.1.o
[ 45/850] cxx: libs/vamp-plugins/plugins.cpp -> build/libs/vamp-plugins/plugins.cpp.1.o
[ 46/850] cxx: libs/vamp-plugins/AmplitudeFollower.cpp -> build/libs/vamp-plugins/AmplitudeFollower.cpp.1.o
[ 47/850] cxx: libs/vamp-plugins/OnsetDetect.cpp -> build/libs/vamp-plugins/OnsetDetect.cpp.1.o
[ 48/850] cxx: libs/vamp-plugins/PercussionOnsetDetector.cpp -> build/libs/vamp-plugins/PercussionOnsetDetector.cpp.1.o
[ 49/850] cxx: libs/vamp-plugins/SpectralCentroid.cpp -> build/libs/vamp-plugins/SpectralCentroid.cpp.1.o
[ 50/850] cxx: libs/vamp-plugins/ZeroCrossing.cpp -> build/libs/vamp-plugins/ZeroCrossing.cpp.1.o
[ 51/850] cxx: libs/vamp-plugins/Onset.cpp -> build/libs/vamp-plugins/Onset.cpp.1.o
[ 52/850] c: libs/libltc/ltc.c -> build/libs/libltc/ltc.c.2.o
[ 53/850] c: libs/libltc/timecode.c -> build/libs/libltc/timecode.c.2.o
[ 54/850] c: libs/libltc/encoder.c -> build/libs/libltc/encoder.c.2.o
[ 55/850] c: libs/libltc/decoder.c -> build/libs/libltc/decoder.c.2.o
[ 56/850] cxx: libs/ptformat/ptfformat.cc -> build/libs/ptformat/ptfformat.cc.1.o
[ 57/850] pbd/signals_generated.h: libs/pbd/pbd/signals.py -> build/libs/pbd/pbd/signals_generated.h
[ 58/850] cxx: libs/pbd/basename.cc -> build/libs/pbd/basename.cc.2.o
[ 59/850] cxx: libs/pbd/boost_debug.cc -> build/libs/pbd/boost_debug.cc.2.o
[ 60/850] cxx: libs/pbd/cartesian.cc -> build/libs/pbd/cartesian.cc.2.o
[ 61/850] cxx: libs/pbd/configuration_variable.cc -> build/libs/pbd/configuration_variable.cc.2.o
[ 62/850] cxx: libs/pbd/convert.cc -> build/libs/pbd/convert.cc.2.o
[ 63/850] cxx: libs/pbd/controllable_descriptor.cc -> build/libs/pbd/controllable_descriptor.cc.2.o
[ 64/850] cxx: libs/pbd/crossthread.cc -> build/libs/pbd/crossthread.cc.2.o
[ 65/850] cxx: libs/pbd/cpus.cc -> build/libs/pbd/cpus.cc.2.o
[ 66/850] cxx: libs/pbd/debug.cc -> build/libs/pbd/debug.cc.2.o
[ 67/850] cxx: libs/pbd/enumwriter.cc -> build/libs/pbd/enumwriter.cc.2.o
[ 68/850] cxx: libs/pbd/event_loop.cc -> build/libs/pbd/event_loop.cc.2.o
[ 69/850] cxx: libs/pbd/epa.cc -> build/libs/pbd/epa.cc.2.o
[ 70/850] cxx: libs/pbd/error.cc -> build/libs/pbd/error.cc.2.o
[ 71/850] cxx: libs/pbd/ffs.cc -> build/libs/pbd/ffs.cc.2.o
[ 72/850] cxx: libs/pbd/file_utils.cc -> build/libs/pbd/file_utils.cc.2.o
[ 73/850] cxx: libs/pbd/fpu.cc -> build/libs/pbd/fpu.cc.2.o
[ 74/850] cxx: libs/pbd/glib_semaphore.cc -> build/libs/pbd/glib_semaphore.cc.2.o
[ 75/850] cxx: libs/pbd/id.cc -> build/libs/pbd/id.cc.2.o
../libs/pbd/fpu.cc:248:28: warning: cast from 'char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
                        uint32_t mxcsr_mask = *((uint32_t*) &((*fxbuf)[28]));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 76/850] cxx: libs/pbd/locale_guard.cc -> build/libs/pbd/locale_guard.cc.2.o
1 warning generated.
[ 77/850] cxx: libs/pbd/localtime_r.cc -> build/libs/pbd/localtime_r.cc.2.o
[ 78/850] cxx: libs/pbd/malign.cc -> build/libs/pbd/malign.cc.2.o
[ 79/850] cxx: libs/pbd/md5.cc -> build/libs/pbd/md5.cc.2.o
[ 80/850] cxx: libs/pbd/mountpoint.cc -> build/libs/pbd/mountpoint.cc.2.o
[ 81/850] cxx: libs/pbd/openuri.cc -> build/libs/pbd/openuri.cc.2.o
[ 82/850] cxx: libs/pbd/pathexpand.cc -> build/libs/pbd/pathexpand.cc.2.o
[ 83/850] cxx: libs/pbd/pbd.cc -> build/libs/pbd/pbd.cc.2.o
[ 84/850] cxx: libs/pbd/property_list.cc -> build/libs/pbd/property_list.cc.2.o
[ 85/850] cxx: libs/pbd/receiver.cc -> build/libs/pbd/receiver.cc.2.o
[ 86/850] cxx: libs/pbd/resource.cc -> build/libs/pbd/resource.cc.2.o
[ 87/850] cxx: libs/pbd/search_path.cc -> build/libs/pbd/search_path.cc.2.o
[ 88/850] cxx: libs/pbd/semutils.cc -> build/libs/pbd/semutils.cc.2.o
[ 89/850] cxx: libs/pbd/shortpath.cc -> build/libs/pbd/shortpath.cc.2.o
[ 90/850] cxx: libs/pbd/strreplace.cc -> build/libs/pbd/strreplace.cc.2.o
[ 91/850] cxx: libs/pbd/strsplit.cc -> build/libs/pbd/strsplit.cc.2.o
[ 92/850] cxx: libs/pbd/textreceiver.cc -> build/libs/pbd/textreceiver.cc.2.o
[ 93/850] cxx: libs/pbd/timer.cc -> build/libs/pbd/timer.cc.2.o
[ 94/850] cxx: libs/pbd/timing.cc -> build/libs/pbd/timing.cc.2.o
[ 95/850] cxx: libs/pbd/transmitter.cc -> build/libs/pbd/transmitter.cc.2.o
[ 96/850] cxx: libs/pbd/undo.cc -> build/libs/pbd/undo.cc.2.o
[ 97/850] cxx: libs/pbd/uuid.cc -> build/libs/pbd/uuid.cc.2.o
[ 98/850] cxx: libs/pbd/whitespace.cc -> build/libs/pbd/whitespace.cc.2.o
[ 99/850] cxx: libs/pbd/xml++.cc -> build/libs/pbd/xml++.cc.2.o
[100/850] cxx: libs/pbd/cocoa_open_uri.mm -> build/libs/pbd/cocoa_open_uri.mm.2.o
[101/850] cxx: libs/midi++2/midi.cc -> build/libs/midi++2/midi.cc.1.o
[102/850] cxx: libs/midi++2/channel.cc -> build/libs/midi++2/channel.cc.1.o
[103/850] cxx: libs/midi++2/ipmidi_port.cc -> build/libs/midi++2/ipmidi_port.cc.1.o
[104/850] cxx: libs/midi++2/parser.cc -> build/libs/midi++2/parser.cc.1.o
[105/850] cxx: libs/midi++2/port.cc -> build/libs/midi++2/port.cc.1.o
[106/850] cxx: libs/midi++2/midnam_patch.cc -> build/libs/midi++2/midnam_patch.cc.1.o
[107/850] cxx: libs/midi++2/mmc.cc -> build/libs/midi++2/mmc.cc.1.o
[108/850] cxx: libs/midi++2/mtc.cc -> build/libs/midi++2/mtc.cc.1.o
[109/850] c: libs/evoral/src/libsmf/smf.c -> build/libs/evoral/src/libsmf/smf.c.1.o
[110/850] c: libs/evoral/src/libsmf/smf_decode.c -> build/libs/evoral/src/libsmf/smf_decode.c.1.o
[111/850] c: libs/evoral/src/libsmf/smf_load.c -> build/libs/evoral/src/libsmf/smf_load.c.1.o
[112/850] c: libs/evoral/src/libsmf/smf_save.c -> build/libs/evoral/src/libsmf/smf_save.c.1.o
../libs/evoral/src/libsmf/smf_save.c:557:8: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
        CHECK(abs((long)(a->time_pulses - b->time_pulses)) <= 2);
              ^
../libs/evoral/src/libsmf/smf_save.c:550:27: note: expanded from macro 'CHECK'
#define CHECK(cond) if (!(cond)) { return -1; }
                          ^
../libs/evoral/src/libsmf/smf_save.c:557:8: note: use function 'labs' instead
        CHECK(abs((long)(a->time_pulses - b->time_pulses)) <= 2);
              ^~~
              labs
../libs/evoral/src/libsmf/smf_save.c:550:27: note: expanded from macro 'CHECK'
#define CHECK(cond) if (!(cond)) { return -1; }
                          ^
1 warning generated.
[113/850] c: libs/evoral/src/libsmf/smf_tempo.c -> build/libs/evoral/src/libsmf/smf_tempo.c.1.o
[114/850] cxx: libs/evoral/src/Control.cpp -> build/libs/evoral/src/Control.cpp.2.o
[115/850] cxx: libs/evoral/src/ControlList.cpp -> build/libs/evoral/src/ControlList.cpp.2.o
[116/850] cxx: libs/evoral/src/ControlSet.cpp -> build/libs/evoral/src/ControlSet.cpp.2.o
[117/850] cxx: libs/evoral/src/Curve.cpp -> build/libs/evoral/src/Curve.cpp.2.o
[118/850] cxx: libs/evoral/src/Event.cpp -> build/libs/evoral/src/Event.cpp.2.o
[119/850] cxx: libs/evoral/src/midi_util.cpp -> build/libs/evoral/src/midi_util.cpp.2.o
[120/850] cxx: libs/evoral/src/MIDIEvent.cpp -> build/libs/evoral/src/MIDIEvent.cpp.2.o
[121/850] cxx: libs/evoral/src/Note.cpp -> build/libs/evoral/src/Note.cpp.2.o
[122/850] cxx: libs/evoral/src/SMF.cpp -> build/libs/evoral/src/SMF.cpp.2.o
[123/850] cxx: libs/evoral/src/Sequence.cpp -> build/libs/evoral/src/Sequence.cpp.2.o
[124/850] cxx: libs/evoral/src/TimeConverter.cpp -> build/libs/evoral/src/TimeConverter.cpp.2.o
[125/850] cxx: libs/evoral/src/debug.cpp -> build/libs/evoral/src/debug.cpp.2.o
[126/850] cxx: libs/evoral/src/types.cpp -> build/libs/evoral/src/types.cpp.2.o
[127/850] cxx: libs/surfaces/control_protocol/basic_ui.cc -> build/libs/surfaces/control_protocol/basic_ui.cc.1.o
[128/850] cxx: libs/surfaces/control_protocol/control_protocol.cc -> build/libs/surfaces/control_protocol/control_protocol.cc.1.o
[129/850] cxx: libs/surfaces/generic_midi/generic_midi_control_protocol.cc -> build/libs/surfaces/generic_midi/generic_midi_control_protocol.cc.1.o
[130/850] cxx: libs/surfaces/generic_midi/gmcp_gui.cc -> build/libs/surfaces/generic_midi/gmcp_gui.cc.1.o
[131/850] cxx: libs/surfaces/generic_midi/interface.cc -> build/libs/surfaces/generic_midi/interface.cc.1.o
[132/850] cxx: libs/surfaces/generic_midi/midiinvokable.cc -> build/libs/surfaces/generic_midi/midiinvokable.cc.1.o
[133/850] cxx: libs/surfaces/generic_midi/midicontrollable.cc -> build/libs/surfaces/generic_midi/midicontrollable.cc.1.o
[134/850] cxx: libs/surfaces/generic_midi/midifunction.cc -> build/libs/surfaces/generic_midi/midifunction.cc.1.o
[135/850] cxx: libs/surfaces/generic_midi/midiaction.cc -> build/libs/surfaces/generic_midi/midiaction.cc.1.o
[136/850] cxx: libs/surfaces/mackie/button.cc -> build/libs/surfaces/mackie/button.cc.1.o
[137/850] cxx: libs/surfaces/mackie/controls.cc -> build/libs/surfaces/mackie/controls.cc.1.o
[138/850] cxx: libs/surfaces/mackie/device_info.cc -> build/libs/surfaces/mackie/device_info.cc.1.o
In file included from ../libs/surfaces/mackie/controls.cc:23:
In file included from /private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/ardour/ardour/automation_control.h:27:
/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/evoral/evoral/types.hpp:22:10: fatal error: 'float.h' file not found
#include <float.h>
         ^
[139/850] cxx: libs/surfaces/mackie/device_profile.cc -> build/libs/surfaces/mackie/device_profile.cc.1.o
clang++: error: couldn't open cache file '/var/folders/p6/q3vvcb9x5t13vf28c_md3p640000gn/T/xcrun_db' (errno=File exists)
[140/850] cxx: libs/surfaces/mackie/fader.cc -> build/libs/surfaces/mackie/fader.cc.1.o
1 error generated.
Waf: Leaving directory `/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build'
Build failed
 -> task in 'libardour_mcp' failed (exit status 1): 
	{task 4497638608: cxx controls.cc -> controls.cc.1.o}
['clang++', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="4"', '-std=c++11', '-stdlib=libc++', '-DCARBON_FLAT_HEADERS', '-Qunused-arguments', '-Woverloaded-virtual', '-Wno-mismatched-tags', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-DAUDIOUNIT_SUPPORT', '-msse', '-msse2', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/surfaces/mackie', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/surfaces/mackie', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/surfaces/control_protocol', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/surfaces/control_protocol', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/surfaces/control_protocol/control_protocol', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/surfaces/control_protocol/control_protocol', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/gtkmm2ext', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/gtkmm2ext', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/ardour', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/ardour', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/midi++2', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/midi++2', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/evoral', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/evoral', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/audiographer', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/audiographer', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/audiographer/src', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/audiographer/src', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/pbd', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/pbd', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/evoral/src/libsmf', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/evoral/src/libsmf', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/timecode', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/timecode', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/libltc/ltc', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/libltc/ltc', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build/libs/appleutility', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/libs/appleutility', '-I/usr/local/Cellar/libpng/1.6.19/include/libpng16', '-I/usr/local/Cellar/freetype/2.6_1/include/freetype2', '-I/usr/local/Cellar/fontconfig/2.11.1/include', '-I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2', '-I/usr/local/Cellar/pixman/0.32.8/include/pixman-1', '-I/usr/local/Cellar/glib/2.46.2/include/glib-2.0', '-I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include', '-I/usr/local/opt/gettext/include', '-I/usr/local/Cellar/cairo/1.14.4/include/cairo', '-I/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0', '-I/usr/local/Cellar/atk/2.18.0/include/atk-1.0', '-I/usr/local/Cellar/harfbuzz/1.1.2/include/harfbuzz', '-I/usr/local/Cellar/pango/1.38.1/include/pango-1.0', '-I/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-unix-print-2.0', '-I/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0', '-I/usr/local/Cellar/gtk+/2.24.28_3/lib/gtk-2.0/include', '-I/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0', '-I/usr/local/Cellar/libsigc++/2.6.2/lib/sigc++-2.0/include', '-I/usr/local/Cellar/glibmm/2.46.2/include/giomm-2.4', '-I/usr/local/Cellar/glibmm/2.46.2/lib/giomm-2.4/include', '-I/usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4', '-I/usr/local/Cellar/glibmm/2.46.2/lib/glibmm-2.4/include', '-I/usr/local/Cellar/cairomm/1.12.0/include/cairomm-1.0', '-I/usr/local/Cellar/cairomm/1.12.0/lib/cairomm-1.0/include', '-I/usr/local/Cellar/pangomm/2.38.1/include/pangomm-1.4', '-I/usr/local/Cellar/pangomm/2.38.1/lib/pangomm-1.4/include', '-I/usr/local/Cellar/atkmm/2.24.2/include/atkmm-1.6', '-I/usr/local/Cellar/gtkmm/2.24.4_2/include/gtkmm-2.4', '-I/usr/local/Cellar/gtkmm/2.24.4_2/lib/gtkmm-2.4/include', '-I/usr/local/Cellar/gtkmm/2.24.4_2/include/gdkmm-2.4', '-I/usr/local/Cellar/gtkmm/2.24.4_2/lib/gdkmm-2.4/include', '-I/usr/local/Cellar/aubio/0.4.2/include', '-I/usr/include/libxml2', '-I/usr/local/Cellar/libsndfile/1.0.25/include', '-I/usr/local/Cellar/libsamplerate/0.1.8/include', '-I/usr/local/Cellar/raptor/2.0.15/include/raptor2', '-I/usr/local/Cellar/lrdf/0.5.0_1/include', '-I/usr/local/Cellar/taglib/1.9.1/include/taglib', '-I/usr/local/Cellar/vamp-plugin-sdk/2.6/include', '-I/usr/local/opt/rubberband/include', '-I/usr/local/Cellar/lv2/1.12.0/include', '-I/usr/local/Cellar/serd/0.20.0/include/serd-0', '-I/usr/local/Cellar/sord/0.12.2/include/sord-0', '-I/usr/local/Cellar/sratom/0.4.6/include/sratom-0', '-I/usr/local/Cellar/lilv/0.20.0/include/lilv-0', '-I/private/tmp/ardour20151209-23326-eup3hy/ardour-4.4/build', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_DLOPEN=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_TAGLIB=1', '-DHAVE_VAMPSDK=1', '-DHAVE_VAMPHOSTSDK=1', '-DHAVE_RUBBERBAND=1', '-DEXPORT_VISIBILITY_HIDDEN=False', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-D_DARWIN_C_SOURCE=1', '-DCONFIG_ARCH="x86_64"', '-DHAVE_LIBS_APPLEUTILITY=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_FFTW3F=1', '-DHAVE_AUBIO=1', '-DHAVE_AUBIO4=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_LIBS_PTFORMAT=1', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_LOCALTIME_R=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TIMECODE=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_LV2=1', '-DHAVE_LV2_1_2_0=1', '-DHAVE_LV2_1_10_0=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_LILV_0_16_0=1', '-DHAVE_LILV_0_19_2=1', '-DLV2_SUPPORT=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=3001', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_CAIROMM=1', '-DHAVE_LIBS_CANVAS=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_EXPORT=1', '-DHAVE_MIDI_MAPS=1', '-DHAVE_MCP=1', '-DHAVE_PATCHFILES=1', '-DHAVE_HEADLESS=1', '-DHAVE_LIBS_FST=1', '-DHAVE_LIBS_VFORK=1', '-DHAVE_LIBS_ARDOURALSAUTIL=1', '-DHAVE_CFGTOOL=1', '-DPACKAGE="ardour_mackie"', '-DARDOURSURFACE_DLL_EXPORTS', '-D_REENTRANT', '-D_REENTRANT', '-D_REENTRANT', '-D_REENTRANT', '-D_REENTRANT', '-D_REENTRANT', '../libs/surfaces/mackie/controls.cc', '-c', '-o', 'libs/surfaces/mackie/controls.cc.1.o']
Using packaged revision

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 0763b8660b8ff7e1ceb6b5a1de1a3bca78e64c15
Last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
OS X: 10.11.1-x86_64
Xcode: 7.1.1
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60

HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/raptor/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/lrdf/lib/pkgconfig:/usr/local/opt/libsigc++/lib/pkgconfig:/usr/local/opt/glibmm/lib/pkgconfig:/usr/local/opt/cairomm/lib/pkgconfig:/usr/local/opt/pangomm/lib/pkgconfig:/usr/local/opt/atkmm/lib/pkgconfig:/usr/local/opt/gtkmm/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/rubberband/lib/pkgconfig:/usr/local/opt/vamp-plugin-sdk/lib/pkgconfig:/usr/local/opt/aubio/lib/pkgconfig:/usr/local/opt/lv2/lib/pkgconfig:/usr/local/opt/serd/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/sord/lib/pkgconfig:/usr/local/opt/sratom/lib/pkgconfig:/usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/lilv/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/usr/local/opt/raptor/bin:/usr/local/opt/openssl/bin:/usr/local/opt/flac/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/taglib/bin:/usr/local/opt/libsamplerate/bin:/usr/local/opt/rubberband/bin:/usr/local/opt/vamp-plugin-sdk/bin:/usr/local/opt/aubio/bin:/usr/local/opt/lv2/bin:/usr/local/opt/serd/bin:/usr/local/opt/pcre/bin:/usr/local/opt/sord/bin:/usr/local/opt/fftw/bin:/usr/local/opt/lilv/bin:/usr/bin:/bin:/usr/sbin:/sbin