===> Building for smooth-0.9.10nb1 mkdir -p ./bin ./lib cd classes && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes' cd backends && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. && cd gdiplus && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/cocoa"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c backendcocoa.mm -o backendcocoa.o backendcocoa.mm:44:49: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ backendcocoa.mm:184:25: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] styleMask: NSTitledWindowMask ^~~~~~~~~~~~~~~~~~ NSWindowStyleMaskTitled /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1020:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macos(10.0,10.12)) = NSWindowStyleMaskTitled; ^ backendcocoa.mm:188:62: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *windowBackground = [[window backgroundColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:198:47: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *text = [[NSColor textColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:199:66: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *textBackground = [[NSColor textBackgroundColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:201:60: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *controlText = [[NSColor controlTextColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:202:75: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *disabledControlText = [[NSColor disabledControlTextColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:204:62: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *selectedText = [[NSColor selectedTextColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:205:81: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *selectedTextBackground = [[NSColor selectedTextBackgroundColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:207:52: warning: 'alternateSelectedControlColor' is deprecated: first deprecated in macOS 11.0 [-Wdeprecated-declarations] NSColor *alternateSelectedControl = [[NSColor alternateSelectedControlColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ selectedContentBackgroundColor /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:417:46: note: property 'alternateSelectedControlColor' is declared deprecated here @property (class, strong, readonly) NSColor *alternateSelectedControlColor API_DEPRECATED_WITH_REPLACEMENT("selectedContentBackgroundColor", macos(10.2, 11.0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:417:46: note: 'alternateSelectedControlColor' has been explicitly marked deprecated here backendcocoa.mm:207:83: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *alternateSelectedControl = [[NSColor alternateSelectedControlColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:208:87: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] NSColor *alternateSelectedControlText = [[NSColor alternateSelectedControlTextColor] colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:221:155: warning: 'colorUsingColorSpaceName:' is deprecated: first deprecated in macOS 10.14 - Use -colorUsingType: or -colorUsingColorSpace: instead [-Wdeprecated-declarations] if (canQueryLinkColor) linkColor = [((NSColor *(*)(id, SEL)) [[NSColor class] methodForSelector: linkColorSelector])([NSColor class], linkColorSelector) colorUsingColorSpaceName: NSDeviceRGBColorSpace]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:1: note: 'colorUsingColorSpaceName:' has been explicitly marked deprecated here - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14)); ^ backendcocoa.mm:264:11: warning: 'gestaltSystemVersionMajor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMajor, &osMajorVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1)' has been explicitly marked deprecated here enum { ^ backendcocoa.mm:264:3: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMajor, &osMajorVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here Gestalt( ^ backendcocoa.mm:265:11: warning: 'gestaltSystemVersionMinor' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMinor, &osMinorVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1)' has been explicitly marked deprecated here enum { ^ backendcocoa.mm:265:3: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionMinor, &osMinorVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here Gestalt( ^ backendcocoa.mm:266:11: warning: 'gestaltSystemVersionBugFix' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionBugFix, &osMicroVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2081:1)' has been explicitly marked deprecated here enum { ^ backendcocoa.mm:266:3: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] Gestalt(gestaltSystemVersionBugFix, &osMicroVersion); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here Gestalt( ^ 19 warnings generated. gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/cocoa' gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/gdiplus' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/gdiplus' cd haiku && /opt/pkg/bin/gmake && cd .. && cd win32 && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/haiku' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/haiku' gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/win32' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/win32' cd xlib && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/xlib' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c backend.cpp -o backend.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/backends' cd basic && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/basic' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/basic"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c object.cpp -o object.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/basic"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c objecttype.cpp -o objecttype.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/basic"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c setup.cpp -o setup.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/basic' cd errors && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors' cd fs && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/fs' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/fs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c endoffile.cpp -o endoffile.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/fs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c filenotfound.cpp -o filenotfound.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/fs' cd misc && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/misc' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/misc"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c permissiondenied.cpp -o permissiondenied.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors/misc' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c error.cpp -o error.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c success.cpp -o success.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/errors' cd files && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/files' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/files"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c directory.cpp -o directory.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/files"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c file.cpp -o file.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/files' cd graphics && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics' cd backends && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends' cd cairo && /opt/pkg/bin/gmake && cd .. && cd cocoa && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cairo' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cairo' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c bitmapcocoa.mm -o bitmapcocoa.o bitmapcocoa.mm:196:10: warning: 'setFlipped:' is deprecated: first deprecated in macOS 10.6 - The concept of flippedness for NSImage is deprecated. Please see the AppKit 10.6 release notes for a discussion of why and for how to replace existing usage. [-Wdeprecated-declarations] [image setFlipped: YES]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:296:1: note: 'setFlipped:' has been explicitly marked deprecated here - (void)setFlipped:(BOOL)flag API_DEPRECATED("The concept of flippedness for NSImage is deprecated. Please see the AppKit 10.6 release notes for a discussion of why and for how to replace existing usage.", macos(10.0, 10.6)); ^ 1 warning generated. clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c fontcocoa.mm -o fontcocoa.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c surfacecocoa.mm -o surfacecocoa.o surfacecocoa.mm:188:21: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] operation: NSCompositeCopy ^~~~~~~~~~~~~~~ NSCompositingOperationCopy /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note: 'NSCompositeCopy' has been explicitly marked deprecated here static const NSCompositingOperation NSCompositeCopy API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationCopy", macos(10.0,10.12)) = NSCompositingOperationCopy; ^ surfacecocoa.mm:195:17: warning: 'lockFocus' is deprecated: first deprecated in macOS 10.14 - To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view. [-Wdeprecated-declarations] [contentView lockFocus]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:187:1: note: 'lockFocus' has been explicitly marked deprecated here - (void)lockFocus API_DEPRECATED("To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view.", macos(10.0,10.14)); ^ surfacecocoa.mm:199:21: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] operation: NSCompositeCopy ^~~~~~~~~~~~~~~ NSCompositingOperationCopy /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note: 'NSCompositeCopy' has been explicitly marked deprecated here static const NSCompositingOperation NSCompositeCopy API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationCopy", macos(10.0,10.12)) = NSCompositingOperationCopy; ^ surfacecocoa.mm:202:12: warning: 'flushWindow' is deprecated: first deprecated in macOS 10.14 - Allow AppKit's automatic deferred display mechanism to take care of flushing any graphics contexts as needed. [-Wdeprecated-declarations] [window flushWindow]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:993:1: note: 'flushWindow' has been explicitly marked deprecated here - (void)flushWindow API_DEPRECATED("Allow AppKit's automatic deferred display mechanism to take care of flushing any graphics contexts as needed.", macos(10.0,10.14)); ^ surfacecocoa.mm:204:17: warning: 'unlockFocus' is deprecated: first deprecated in macOS 10.14 - To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view. [-Wdeprecated-declarations] [contentView unlockFocus]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:188:1: note: 'unlockFocus' has been explicitly marked deprecated here - (void)unlockFocus API_DEPRECATED("To draw, subclass NSView and implement -drawRect:; AppKit's automatic deferred display mechanism will call -drawRect: as necessary to display the view.", macos(10.0,10.14)); ^ surfacecocoa.mm:550:14: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] operation: NSCompositeSourceOver ^~~~~~~~~~~~~~~~~~~~~ NSCompositingOperationSourceOver /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver; ^ surfacecocoa.mm:588:19: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] operation: NSCompositeCopy ^~~~~~~~~~~~~~~ NSCompositingOperationCopy /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note: 'NSCompositeCopy' has been explicitly marked deprecated here static const NSCompositingOperation NSCompositeCopy API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationCopy", macos(10.0,10.12)) = NSCompositingOperationCopy; ^ 7 warnings generated. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/cocoa' cd gdi && /opt/pkg/bin/gmake && cd .. && cd gdiplus && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/gdi' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/gdi' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/gdiplus' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/gdiplus' cd haiku && /opt/pkg/bin/gmake && cd .. && cd xlib && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/haiku' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/haiku' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/xlib' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c bitmapbackend.cpp -o bitmapbackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c fontbackend.cpp -o fontbackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c surfacebackend.cpp -o surfacebackend.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/backends' cd forms && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/forms' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/forms"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c rect.cpp -o rect.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/forms' cd imageloader && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader"/../../../include -I/usr/local/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/webp -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c imageloader.cpp -o imageloader.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader"/../../../include -I/usr/local/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/webp -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c jpeg.cpp -o jpeg.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader"/../../../include -I/usr/local/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/webp -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c pci.cpp -o pci.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader"/../../../include -I/usr/local/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/webp -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c png.cpp -o png.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader"/../../../include -I/usr/local/include -I/opt/pkg/include/libpng16 -I/opt/pkg/include -I/opt/pkg/include -I/opt/pkg/include/webp -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c webp.cpp -o webp.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/imageloader' cd modifiers && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/modifiers' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/modifiers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c fontsize.cpp -o fontsize.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/modifiers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c righttoleft.cpp -o righttoleft.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics/modifiers' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c bitmap.cpp -o bitmap.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c color.cpp -o color.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c font.cpp -o font.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c surface.cpp -o surface.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/graphics' cd gui && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui' cd application && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/application' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/application"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c application.cpp -o application.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/application' cd clipboard && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard' cd backends && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/cocoa"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c clipboardcocoa.mm -o clipboardcocoa.o clipboardcocoa.mm:39:79: warning: 'NSStringPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] NSString *clipboardString = [[NSPasteboard generalPasteboard] stringForType: NSStringPboardType]; ^~~~~~~~~~~~~~~~~~ NSPasteboardTypeString /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note: 'NSStringPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeString", macos(10.0,10.14)); ^ clipboardcocoa.mm:54:76: warning: 'NSStringPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [[NSPasteboard generalPasteboard] declareTypes: [NSArray arrayWithObject: NSStringPboardType] owner: nil]; ^~~~~~~~~~~~~~~~~~ NSPasteboardTypeString /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note: 'NSStringPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeString", macos(10.0,10.14)); ^ clipboardcocoa.mm:55:113: warning: 'NSStringPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [[NSPasteboard generalPasteboard] setString: [NSString stringWithUTF8String: text.ConvertTo("UTF-8")] forType: NSStringPboardType]; ^~~~~~~~~~~~~~~~~~ NSPasteboardTypeString /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:311:32: note: 'NSStringPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSStringPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeString", macos(10.0,10.14)); ^ 3 warnings generated. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/cocoa' cd haiku && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/haiku' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/haiku' cd win32 && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/win32' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/win32' cd xlib && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/xlib' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c clipboardbackend.cpp -o clipboardbackend.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard/backends' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c clipboard.cpp -o clipboard.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/clipboard' cd dialogs && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs' cd directory && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/directory' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/directory"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c dirdlg.cpp -o dirdlg.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/directory"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c dirdlg_cocoa.mm -o dirdlg_cocoa.o dirdlg_cocoa.mm:93:11: warning: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.6 - Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'. [-Wdeprecated-declarations] [panel beginSheetForDirectory: nil ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:213:1: note: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6)); ^ dirdlg_cocoa.mm:110:40: warning: 'NSOKButton' is deprecated: first deprecated in macOS 10.10 [-Wdeprecated-declarations] if ([panel URL] != nil) response = NSOKButton; ^~~~~~~~~~ NSModalResponseOK /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:51:5: note: 'NSOKButton' has been explicitly marked deprecated here NSOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.10)) = NSModalResponseOK, ^ dirdlg_cocoa.mm:111:23: warning: 'NSCancelButton' is deprecated: first deprecated in macOS 10.10 [-Wdeprecated-declarations] else response = NSCancelButton; ^~~~~~~~~~~~~~ NSModalResponseCancel /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:52:5: note: 'NSCancelButton' has been explicitly marked deprecated here NSCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.10)) = NSModalResponseCancel, ^ dirdlg_cocoa.mm:93:11: warning: null passed to a callee that requires a non-null argument [-Wnonnull] [panel beginSheetForDirectory: nil ^ ~~~ dirdlg_cocoa.mm:143:26: warning: 'NSOKButton' is deprecated: first deprecated in macOS 10.10 [-Wdeprecated-declarations] if ([panel response] == NSOKButton) directory.ImportFrom("UTF-8", [[[panel URL] path] UTF8String]); ^~~~~~~~~~ NSModalResponseOK /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:51:5: note: 'NSOKButton' has been explicitly marked deprecated here NSOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.10)) = NSModalResponseOK, ^ 5 warnings generated. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/directory' cd file && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/file' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/file"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c filedlg.cpp -o filedlg.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/file"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c filedlg_cocoa.mm -o filedlg_cocoa.o filedlg_cocoa.mm:141:10: warning: 'setAllowedFileTypes:' is deprecated: first deprecated in macOS 12.0 - Use -allowedContentTypes instead [-Wdeprecated-declarations] [panel setAllowedFileTypes: fileTypes]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:221:49: note: property 'allowedFileTypes' is declared deprecated here @property (nullable, copy) NSArray *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,12.0)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:221:49: note: 'setAllowedFileTypes:' has been explicitly marked deprecated here filedlg_cocoa.mm:147:11: warning: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' is deprecated: first deprecated in macOS 10.6 - Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'. [-Wdeprecated-declarations] [panel beginSheetForDirectory: defaultPath != NIL ? [NSString stringWithUTF8String: defaultPath.ConvertTo("UTF-8")] : nil ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:213:1: note: 'beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:' has been explicitly marked deprecated here - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6)); ^ filedlg_cocoa.mm:158:22: warning: 'runModalForDirectory:file:' is deprecated: first deprecated in macOS 10.6 - Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'. [-Wdeprecated-declarations] response = [panel runModalForDirectory: defaultPath != NIL ? [NSString stringWithUTF8String: defaultPath.ConvertTo("UTF-8")] : nil ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:214:1: note: 'runModalForDirectory:file:' has been explicitly marked deprecated here - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name API_DEPRECATED("Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6)); ^ filedlg_cocoa.mm:165:40: warning: 'NSFileHandlingPanelOKButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] if ([panel URL] != nil) response = NSFileHandlingPanelOKButton; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ NSModalResponseOK /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:24:5: note: 'NSFileHandlingPanelOKButton' has been explicitly marked deprecated here NSFileHandlingPanelOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.13)) = NSModalResponseOK, ^ filedlg_cocoa.mm:166:23: warning: 'NSFileHandlingPanelCancelButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] else response = NSFileHandlingPanelCancelButton; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NSModalResponseCancel /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:23:5: note: 'NSFileHandlingPanelCancelButton' has been explicitly marked deprecated here NSFileHandlingPanelCancelButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseCancel", macos(10.0,10.13)) = NSModalResponseCancel, ^ filedlg_cocoa.mm:208:26: warning: 'NSFileHandlingPanelOKButton' is deprecated: first deprecated in macOS 10.13 [-Wdeprecated-declarations] if ([panel response] == NSFileHandlingPanelOKButton) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ NSModalResponseOK /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:24:5: note: 'NSFileHandlingPanelOKButton' has been explicitly marked deprecated here NSFileHandlingPanelOKButton API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.13)) = NSModalResponseOK, ^ 6 warnings generated. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/file' cd icons && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/icons' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/icons"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c light.cpp -o light.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs/icons' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c colordlg.cpp -o colordlg.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c dialog.cpp -o dialog.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c fontdlg.cpp -o fontdlg.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c messagebox.cpp -o messagebox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c splashscreen.cpp -o splashscreen.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c tipodaydlg.cpp -o tipodaydlg.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/dialogs' cd widgets && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets' cd basic && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c activearea.cpp -o activearea.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c arrows.cpp -o arrows.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c button.cpp -o button.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c checkbox.cpp -o checkbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c client.cpp -o client.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c divider.cpp -o divider.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c editbox.cpp -o editbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c groupbox.cpp -o groupbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c hyperlink.cpp -o hyperlink.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c image.cpp -o image.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c multiedit.cpp -o multiedit.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c optionbox.cpp -o optionbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c progressbar.cpp -o progressbar.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c scrollbar.cpp -o scrollbar.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c slider.cpp -o slider.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c statusbar.cpp -o statusbar.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c tabwidget.cpp -o tabwidget.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c text.cpp -o text.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c titlebar.cpp -o titlebar.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/basic' cd hotspot && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/hotspot' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/hotspot"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c hotspot.cpp -o hotspot.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/hotspot"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c simplebutton.cpp -o simplebutton.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/hotspot' cd multi && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi' cd generic && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/generic' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/generic"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c container.cpp -o container.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/generic"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c entry.cpp -o entry.o gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/generic' cd image && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/image' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/image"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c imagebox.cpp -o imagebox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/image"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c imageentry.cpp -o imageentry.o gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/image' cd list && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c combobox.cpp -o combobox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c list.cpp -o list.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c listbox.cpp -o listbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c listboxheader.cpp -o listboxheader.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c listentry.cpp -o listentry.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c listentryseparator.cpp -o listentryseparator.o gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/list' cd menu && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c menu.cpp -o menu.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c menubar.cpp -o menubar.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c menubarentry.cpp -o menubarentry.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c menuentry.cpp -o menuentry.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c micromenu.cpp -o micromenu.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c popupmenu.cpp -o popupmenu.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c popupmenuentry.cpp -o popupmenuentry.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c popupmenuentrycheck.cpp -o popupmenuentrycheck.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c popupmenuentryoption.cpp -o popupmenuentryoption.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c menubar_cocoa.mm -o menubar_cocoa.o menubar_cocoa.mm:132:61: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [self setKeyEquivalentModifierMask: (flags & SC_CTRL ? NSControlKeyMask : 0) | ^~~~~~~~~~~~~~~~ NSEventModifierFlagControl /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl; ^ menubar_cocoa.mm:133:33: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] (flags & SC_CMD ? NSCommandKeyMask : 0) | ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ menubar_cocoa.mm:134:33: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] (flags & SC_ALT ? NSAlternateKeyMask : 0) | ^~~~~~~~~~~~~~~~~~ NSEventModifierFlagOption /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption; ^ menubar_cocoa.mm:135:33: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] (flags & SC_SHIFT ? NSShiftKeyMask : 0)]; ^~~~~~~~~~~~~~ NSEventModifierFlagShift /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift; ^ menubar_cocoa.mm:170:87: warning: 'NSOnState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] if (*menuEntry->GetOptionVariable() == menuEntry->GetOptionCode()) [self setState: NSOnState]; ^~~~~~~~~ NSControlStateValueOn /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:353:34: note: 'NSOnState' has been explicitly marked deprecated here static const NSControlStateValue NSOnState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOn", macos(10.0,10.14)) = NSControlStateValueOn; ^ menubar_cocoa.mm:171:35: warning: 'NSOffState' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] else [self setState: NSOffState]; ^~~~~~~~~~ NSControlStateValueOff /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:352:34: note: 'NSOffState' has been explicitly marked deprecated here static const NSControlStateValue NSOffState API_DEPRECATED_WITH_REPLACEMENT("NSControlStateValueOff", macos(10.0,10.14)) = NSControlStateValueOff; ^ menubar_cocoa.mm:287:49: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [hideOthersItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask]; ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ menubar_cocoa.mm:287:68: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [hideOthersItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask]; ^~~~~~~~~~~~~~~~~~ NSEventModifierFlagOption /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption; ^ 8 warnings generated. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/menu' cd tree && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/tree' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/tree"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c tree.cpp -o tree.o gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi/tree' gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/multi' cd special && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c cursor.cpp -o cursor.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c dragcontrol.cpp -o dragcontrol.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c droparea.cpp -o droparea.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c shortcut.cpp -o shortcut.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c tooltip.cpp -o tooltip.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets/special' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c layer.cpp -o layer.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c widget.cpp -o widget.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/widgets' cd window && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window' cd backends && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/cocoa"/../../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c windowcocoa.mm -o windowcocoa.o windowcocoa.mm:214:30: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] !(modifierFlags & NSControlKeyMask) && ^~~~~~~~~~~~~~~~ NSEventModifierFlagControl /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl; ^ windowcocoa.mm:215:30: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] !(modifierFlags & NSCommandKeyMask))) [keyEvents addObject: event]; ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ windowcocoa.mm:219:50: warning: 'NSKeyDownMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] event = [[self window] nextEventMatchingMask: NSKeyDownMask ^~~~~~~~~~~~~ NSEventMaskKeyDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:144:26: note: 'NSKeyDownMask' has been explicitly marked deprecated here static const NSEventMask NSKeyDownMask API_DEPRECATED_WITH_REPLACEMENT("NSEventMaskKeyDown", macos(10.0,10.12)) = NSEventMaskKeyDown; ^ windowcocoa.mm:254:51: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:290:51: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:313:51: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:378:5: warning: 'NSInputManager' is deprecated: first deprecated in macOS 10.6 - Use NSTextInputContext instead [-Wdeprecated-declarations] [[NSInputManager currentInputManager] markedTextAbandoned: self]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:60:12: note: 'NSInputManager' has been explicitly marked deprecated here @interface NSInputManager : NSObject ^ windowcocoa.mm:378:20: warning: 'currentInputManager' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] [[NSInputManager currentInputManager] markedTextAbandoned: self]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:64:1: note: 'currentInputManager' has been explicitly marked deprecated here + (null_unspecified NSInputManager *) currentInputManager API_DEPRECATED("", macos(10.0,10.6)); ^ windowcocoa.mm:378:41: warning: 'markedTextAbandoned:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] [[NSInputManager currentInputManager] markedTextAbandoned: self]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:78:1: note: 'markedTextAbandoned:' has been explicitly marked deprecated here - (void)markedTextAbandoned:(null_unspecified id)cli API_DEPRECATED("", macos(10.0,10.6)); /* send after abandoning */ ^ windowcocoa.mm:411:20: warning: 'convertRectToBase:' is deprecated: first deprecated in macOS 10.7 [-Wdeprecated-declarations] rect = [self convertRectToBase: rect]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:597:1: note: 'convertRectToBase:' has been explicitly marked deprecated here - (NSRect)convertRectToBase:(NSRect)rect API_DEPRECATED("", macos(10.5,10.7)); ^ windowcocoa.mm:412:32: warning: 'convertBaseToScreen:' is deprecated: first deprecated in macOS 10.7 - Use -convertRectToScreen: or -convertPointToScreen: instead [-Wdeprecated-declarations] rect.origin = [[self window] convertBaseToScreen: rect.origin]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:977:1: note: 'convertBaseToScreen:' has been explicitly marked deprecated here - (NSPoint)convertBaseToScreen:(NSPoint)point API_DEPRECATED("Use -convertRectToScreen: or -convertPointToScreen: instead", macos(10.0,10.7)); ^ windowcocoa.mm:613:51: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:631:43: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] if ([[pasteBoard types] containsObject: NSFilenamesPboardType] && sourceDragMask & NSDragOperationGeneric) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ windowcocoa.mm:698:51: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSEvent *event = [NSEvent otherEventWithType: NSApplicationDefined ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:748:24: warning: 'NSCompositeSourceOver' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] operation: NSCompositeSourceOver ^~~~~~~~~~~~~~~~~~~~~ NSCompositingOperationSourceOver /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:60:37: note: 'NSCompositeSourceOver' has been explicitly marked deprecated here static const NSCompositingOperation NSCompositeSourceOver API_DEPRECATED_WITH_REPLACEMENT("NSCompositingOperationSourceOver", macos(10.0,10.12)) = NSCompositingOperationSourceOver; ^ windowcocoa.mm:996:8: warning: 'NSMouseMoved' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSMouseMoved: ^~~~~~~~~~~~ NSEventTypeMouseMoved /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:69:26: note: 'NSMouseMoved' has been explicitly marked deprecated here static const NSEventType NSMouseMoved API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseMoved", macos(10.0,10.12)) = NSEventTypeMouseMoved; ^ windowcocoa.mm:997:8: warning: 'NSMouseEntered' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSMouseEntered: ^~~~~~~~~~~~~~ NSEventTypeMouseEntered /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:72:26: note: 'NSMouseEntered' has been explicitly marked deprecated here static const NSEventType NSMouseEntered API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseEntered", macos(10.0,10.12)) = NSEventTypeMouseEntered; ^ windowcocoa.mm:998:8: warning: 'NSMouseExited' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSMouseExited: ^~~~~~~~~~~~~ NSEventTypeMouseExited /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:73:26: note: 'NSMouseExited' has been explicitly marked deprecated here static const NSEventType NSMouseExited API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseExited", macos(10.0,10.12)) = NSEventTypeMouseExited; ^ windowcocoa.mm:1000:8: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSLeftMouseDown: ^~~~~~~~~~~~~~~ NSEventTypeLeftMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note: 'NSLeftMouseDown' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDown", macos(10.0,10.12)) = NSEventTypeLeftMouseDown; ^ windowcocoa.mm:1001:8: warning: 'NSLeftMouseDragged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSLeftMouseDragged: ^~~~~~~~~~~~~~~~~~ NSEventTypeLeftMouseDragged /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:70:26: note: 'NSLeftMouseDragged' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDragged API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDragged", macos(10.0,10.12)) = NSEventTypeLeftMouseDragged; ^ windowcocoa.mm:1002:8: warning: 'NSLeftMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSLeftMouseUp: ^~~~~~~~~~~~~ NSEventTypeLeftMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:66:26: note: 'NSLeftMouseUp' has been explicitly marked deprecated here static const NSEventType NSLeftMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseUp", macos(10.0,10.12)) = NSEventTypeLeftMouseUp; ^ windowcocoa.mm:1004:8: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSRightMouseDown: ^~~~~~~~~~~~~~~~ NSEventTypeRightMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macos(10.0,10.12)) = NSEventTypeRightMouseDown; ^ windowcocoa.mm:1005:8: warning: 'NSRightMouseDragged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSRightMouseDragged: ^~~~~~~~~~~~~~~~~~~ NSEventTypeRightMouseDragged /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:71:26: note: 'NSRightMouseDragged' has been explicitly marked deprecated here static const NSEventType NSRightMouseDragged API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDragged", macos(10.0,10.12)) = NSEventTypeRightMouseDragged; ^ windowcocoa.mm:1006:8: warning: 'NSRightMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSRightMouseUp: ^~~~~~~~~~~~~~ NSEventTypeRightMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:68:26: note: 'NSRightMouseUp' has been explicitly marked deprecated here static const NSEventType NSRightMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseUp", macos(10.0,10.12)) = NSEventTypeRightMouseUp; ^ windowcocoa.mm:1009:20: warning: 'NSMouseExited' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSMouseExited) Input::Pointer::UpdatePosition(NIL, [NSEvent mouseLocation].x, firstScreen.size.height - [NSEvent mouseLocation].y); ^~~~~~~~~~~~~ NSEventTypeMouseExited /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:73:26: note: 'NSMouseExited' has been explicitly marked deprecated here static const NSEventType NSMouseExited API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeMouseExited", macos(10.0,10.12)) = NSEventTypeMouseExited; ^ windowcocoa.mm:1014:21: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if (([e type] == NSLeftMouseDown || ^~~~~~~~~~~~~~~ NSEventTypeLeftMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note: 'NSLeftMouseDown' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDown", macos(10.0,10.12)) = NSEventTypeLeftMouseDown; ^ windowcocoa.mm:1015:21: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [e type] == NSRightMouseDown) && !(flags & WF_TOPMOST) && ( [NSApp modalWindow] != nil && ^~~~~~~~~~~~~~~~ NSEventTypeRightMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macos(10.0,10.12)) = NSEventTypeRightMouseDown; ^ windowcocoa.mm:1021:42: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if (focusWndID != wid && ([e type] == NSLeftMouseDown || ^~~~~~~~~~~~~~~ NSEventTypeLeftMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note: 'NSLeftMouseDown' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDown", macos(10.0,10.12)) = NSEventTypeLeftMouseDown; ^ windowcocoa.mm:1022:21: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] [e type] == NSRightMouseDown)) ^~~~~~~~~~~~~~~~ NSEventTypeRightMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macos(10.0,10.12)) = NSEventTypeRightMouseDown; ^ windowcocoa.mm:1035:20: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSLeftMouseDown) onEvent.Call(SM_LBUTTONDOWN, 0, 0); ^~~~~~~~~~~~~~~ NSEventTypeLeftMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note: 'NSLeftMouseDown' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDown", macos(10.0,10.12)) = NSEventTypeLeftMouseDown; ^ windowcocoa.mm:1036:25: warning: 'NSLeftMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] else if ([e type] == NSLeftMouseUp) onEvent.Call(SM_LBUTTONUP, 0, 0); ^~~~~~~~~~~~~ NSEventTypeLeftMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:66:26: note: 'NSLeftMouseUp' has been explicitly marked deprecated here static const NSEventType NSLeftMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseUp", macos(10.0,10.12)) = NSEventTypeLeftMouseUp; ^ windowcocoa.mm:1037:25: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] else if ([e type] == NSRightMouseDown) onEvent.Call(SM_RBUTTONDOWN, 0, 0); ^~~~~~~~~~~~~~~~ NSEventTypeRightMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macos(10.0,10.12)) = NSEventTypeRightMouseDown; ^ windowcocoa.mm:1038:25: warning: 'NSRightMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] else if ([e type] == NSRightMouseUp) onEvent.Call(SM_RBUTTONUP, 0, 0); ^~~~~~~~~~~~~~ NSEventTypeRightMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:68:26: note: 'NSRightMouseUp' has been explicitly marked deprecated here static const NSEventType NSRightMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseUp", macos(10.0,10.12)) = NSEventTypeRightMouseUp; ^ windowcocoa.mm:1041:20: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSLeftMouseDown && [e clickCount] == 2) onEvent.Call(SM_LBUTTONDBLCLK, 0, 0); ^~~~~~~~~~~~~~~ NSEventTypeLeftMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note: 'NSLeftMouseDown' has been explicitly marked deprecated here static const NSEventType NSLeftMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeLeftMouseDown", macos(10.0,10.12)) = NSEventTypeLeftMouseDown; ^ windowcocoa.mm:1042:25: warning: 'NSRightMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] else if ([e type] == NSRightMouseDown && [e clickCount] == 2) onEvent.Call(SM_RBUTTONDBLCLK, 0, 0); ^~~~~~~~~~~~~~~~ NSEventTypeRightMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:67:26: note: 'NSRightMouseDown' has been explicitly marked deprecated here static const NSEventType NSRightMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeRightMouseDown", macos(10.0,10.12)) = NSEventTypeRightMouseDown; ^ windowcocoa.mm:1046:8: warning: 'NSOtherMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSOtherMouseDown: ^~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:85:26: note: 'NSOtherMouseDown' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDown", macos(10.0,10.12)) = NSEventTypeOtherMouseDown; ^ windowcocoa.mm:1047:8: warning: 'NSOtherMouseDragged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSOtherMouseDragged: ^~~~~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDragged /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:87:26: note: 'NSOtherMouseDragged' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDragged API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDragged", macos(10.0,10.12)) = NSEventTypeOtherMouseDragged; ^ windowcocoa.mm:1048:8: warning: 'NSOtherMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSOtherMouseUp: ^~~~~~~~~~~~~~ NSEventTypeOtherMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:86:26: note: 'NSOtherMouseUp' has been explicitly marked deprecated here static const NSEventType NSOtherMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseUp", macos(10.0,10.12)) = NSEventTypeOtherMouseUp; ^ windowcocoa.mm:1055:20: warning: 'NSOtherMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSOtherMouseDown && !(flags & WF_TOPMOST) && ( [NSApp modalWindow] != nil && ^~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:85:26: note: 'NSOtherMouseDown' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDown", macos(10.0,10.12)) = NSEventTypeOtherMouseDown; ^ windowcocoa.mm:1061:41: warning: 'NSOtherMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if (focusWndID != wid && [e type] == NSOtherMouseDown) ^~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:85:26: note: 'NSOtherMouseDown' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDown", macos(10.0,10.12)) = NSEventTypeOtherMouseDown; ^ windowcocoa.mm:1074:20: warning: 'NSOtherMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSOtherMouseDown) { if ([e buttonNumber] == 2) onEvent.Call(SM_MBUTTONDOWN, 0, 0); } ^~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:85:26: note: 'NSOtherMouseDown' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDown", macos(10.0,10.12)) = NSEventTypeOtherMouseDown; ^ windowcocoa.mm:1075:25: warning: 'NSOtherMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] else if ([e type] == NSOtherMouseUp) { if ([e buttonNumber] == 2) onEvent.Call(SM_MBUTTONUP, 0, 0); } ^~~~~~~~~~~~~~ NSEventTypeOtherMouseUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:86:26: note: 'NSOtherMouseUp' has been explicitly marked deprecated here static const NSEventType NSOtherMouseUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseUp", macos(10.0,10.12)) = NSEventTypeOtherMouseUp; ^ windowcocoa.mm:1078:20: warning: 'NSOtherMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e type] == NSOtherMouseDown && [e clickCount] == 2) { if ([e buttonNumber] == 2) onEvent.Call(SM_MBUTTONDBLCLK, 0, 0); } ^~~~~~~~~~~~~~~~ NSEventTypeOtherMouseDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:85:26: note: 'NSOtherMouseDown' has been explicitly marked deprecated here static const NSEventType NSOtherMouseDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeOtherMouseDown", macos(10.0,10.12)) = NSEventTypeOtherMouseDown; ^ windowcocoa.mm:1082:8: warning: 'NSScrollWheel' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSScrollWheel: ^~~~~~~~~~~~~ NSEventTypeScrollWheel /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:82:26: note: 'NSScrollWheel' has been explicitly marked deprecated here static const NSEventType NSScrollWheel API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeScrollWheel", macos(10.0,10.12)) = NSEventTypeScrollWheel; ^ windowcocoa.mm:1093:8: warning: 'NSKeyDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSKeyDown: ^~~~~~~~~ NSEventTypeKeyDown /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:74:26: note: 'NSKeyDown' has been explicitly marked deprecated here static const NSEventType NSKeyDown API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeKeyDown", macos(10.0,10.12)) = NSEventTypeKeyDown; ^ windowcocoa.mm:1105:8: warning: 'NSKeyUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSKeyUp: ^~~~~~~ NSEventTypeKeyUp /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:75:26: note: 'NSKeyUp' has been explicitly marked deprecated here static const NSEventType NSKeyUp API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeKeyUp", macos(10.0,10.12)) = NSEventTypeKeyUp; ^ windowcocoa.mm:1117:8: warning: 'NSFlagsChanged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSFlagsChanged: ^~~~~~~~~~~~~~ NSEventTypeFlagsChanged /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:76:26: note: 'NSFlagsChanged' has been explicitly marked deprecated here static const NSEventType NSFlagsChanged API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeFlagsChanged", macos(10.0,10.12)) = NSEventTypeFlagsChanged; ^ windowcocoa.mm:1118:85: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] Input::Keyboard::UpdateKeyState(Input::Keyboard::KeyShift, [e modifierFlags] & NSShiftKeyMask); ^~~~~~~~~~~~~~ NSEventModifierFlagShift /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift; ^ windowcocoa.mm:1119:85: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] Input::Keyboard::UpdateKeyState(Input::Keyboard::KeyControl, [e modifierFlags] & NSControlKeyMask); ^~~~~~~~~~~~~~~~ NSEventModifierFlagControl /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl; ^ windowcocoa.mm:1120:85: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] Input::Keyboard::UpdateKeyState(Input::Keyboard::KeyCommand, [e modifierFlags] & NSCommandKeyMask); ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ windowcocoa.mm:1121:85: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] Input::Keyboard::UpdateKeyState(Input::Keyboard::KeyAlt, [e modifierFlags] & NSAlternateKeyMask); ^~~~~~~~~~~~~~~~~~ NSEventModifierFlagOption /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption; ^ windowcocoa.mm:1123:28: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e modifierFlags] & NSShiftKeyMask) onEvent.Call(SM_KEYDOWN, Input::Keyboard::KeyShift, 0); ^~~~~~~~~~~~~~ NSEventModifierFlagShift /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:178:35: note: 'NSShiftKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSShiftKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagShift", macos(10.0,10.12)) = NSEventModifierFlagShift; ^ windowcocoa.mm:1124:28: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e modifierFlags] & NSControlKeyMask) onEvent.Call(SM_KEYDOWN, Input::Keyboard::KeyControl, 0); ^~~~~~~~~~~~~~~~ NSEventModifierFlagControl /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:179:35: note: 'NSControlKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSControlKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagControl", macos(10.0,10.12)) = NSEventModifierFlagControl; ^ windowcocoa.mm:1125:28: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e modifierFlags] & NSCommandKeyMask) onEvent.Call(SM_KEYDOWN, Input::Keyboard::KeyCommand, 0); ^~~~~~~~~~~~~~~~ NSEventModifierFlagCommand /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:181:35: note: 'NSCommandKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSCommandKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagCommand", macos(10.0,10.12)) = NSEventModifierFlagCommand; ^ windowcocoa.mm:1126:28: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if ([e modifierFlags] & NSAlternateKeyMask) onEvent.Call(SM_KEYDOWN, Input::Keyboard::KeyAlt, 0); ^~~~~~~~~~~~~~~~~~ NSEventModifierFlagOption /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:180:35: note: 'NSAlternateKeyMask' has been explicitly marked deprecated here static const NSEventModifierFlags NSAlternateKeyMask API_DEPRECATED_WITH_REPLACEMENT("NSEventModifierFlagOption", macos(10.0,10.12)) = NSEventModifierFlagOption; ^ windowcocoa.mm:1132:8: warning: 'NSApplicationDefined' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] case NSApplicationDefined: ^~~~~~~~~~~~~~~~~~~~ NSEventTypeApplicationDefined /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:79:26: note: 'NSApplicationDefined' has been explicitly marked deprecated here static const NSEventType NSApplicationDefined API_DEPRECATED_WITH_REPLACEMENT("NSEventTypeApplicationDefined", macos(10.0,10.12)) = NSEventTypeApplicationDefined; ^ windowcocoa.mm:1284:28: warning: 'NSTitledWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSUInteger styleMask = NSTitledWindowMask | NSClosableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask; ^~~~~~~~~~~~~~~~~~ NSWindowStyleMaskTitled /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1020:32: note: 'NSTitledWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSTitledWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskTitled", macos(10.0,10.12)) = NSWindowStyleMaskTitled; ^ windowcocoa.mm:1284:49: warning: 'NSClosableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSUInteger styleMask = NSTitledWindowMask | NSClosableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask; ^~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskClosable /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1021:32: note: 'NSClosableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSClosableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskClosable", macos(10.0,10.12)) = NSWindowStyleMaskClosable; ^ windowcocoa.mm:1284:72: warning: 'NSMiniaturizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSUInteger styleMask = NSTitledWindowMask | NSClosableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask; ^~~~~~~~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskMiniaturizable /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1022:32: note: 'NSMiniaturizableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSMiniaturizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskMiniaturizable", macos(10.0,10.12)) = NSWindowStyleMaskMiniaturizable; ^ windowcocoa.mm:1284:101: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] NSUInteger styleMask = NSTitledWindowMask | NSClosableWindowMask | NSMiniaturizableWindowMask | NSResizableWindowMask; ^~~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskResizable /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1023:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macos(10.0,10.12)) = NSWindowStyleMaskResizable; ^ windowcocoa.mm:1286:42: warning: 'NSResizableWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if (flags & WF_NORESIZE ) styleMask ^= NSResizableWindowMask; ^~~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskResizable /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1023:32: note: 'NSResizableWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSResizableWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskResizable", macos(10.0,10.12)) = NSWindowStyleMaskResizable; ^ windowcocoa.mm:1287:42: warning: 'NSBorderlessWindowMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] if (flags & WF_THINBORDER) styleMask = NSBorderlessWindowMask; ^~~~~~~~~~~~~~~~~~~~~~ NSWindowStyleMaskBorderless /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:1019:32: note: 'NSBorderlessWindowMask' has been explicitly marked deprecated here static const NSWindowStyleMask NSBorderlessWindowMask API_DEPRECATED_WITH_REPLACEMENT("NSWindowStyleMaskBorderless", macos(10.0,10.12)) = NSWindowStyleMaskBorderless; ^ windowcocoa.mm:1318:8: warning: 'useOptimizedDrawing:' is deprecated: first deprecated in macOS 10.10 - This method does not do anything and should not be called. [-Wdeprecated-declarations] [wnd useOptimizedDrawing: YES]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:985:1: note: 'useOptimizedDrawing:' has been explicitly marked deprecated here - (void)useOptimizedDrawing:(BOOL)flag API_DEPRECATED("This method does not do anything and should not be called.", macos(10.0,10.10)); ^ windowcocoa.mm:1408:81: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] if (enableDropFiles) [wnd registerForDraggedTypes: [NSArray arrayWithObjects: NSFilenamesPboardType, nil]]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ windowcocoa.mm:1425:52: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] NSArray *files = [pasteBoard propertyListForType: NSFilenamesPboardType]; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ 65 warnings generated. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/cocoa' cd gdi && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/gdi' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/gdi' cd haiku && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/haiku' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/haiku' cd xlib && /opt/pkg/bin/gmake && cd .. gmake[5]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/xlib' gmake[5]: Nothing to be done for 'all'. gmake[5]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c windowbackend.cpp -o windowbackend.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window/backends' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c toolwindow.cpp -o toolwindow.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c window.cpp -o window.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui/window' gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/gui' cd i18n && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c language.cpp -o language.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c number.cpp -o number.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c section.cpp -o section.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c translator.cpp -o translator.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c translator_internal.cpp -o translator_internal.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/i18n' cd input && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input' cd backends && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. && cd haiku && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c pointercocoa.mm -o pointercocoa.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/cocoa' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/haiku' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/haiku' cd win32 && /opt/pkg/bin/gmake && cd .. && cd xlib && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/win32' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/win32' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/xlib' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c pointerbackend.cpp -o pointerbackend.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input/backends' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c keyboard.cpp -o keyboard.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c pointer.cpp -o pointer.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/input' cd io && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io' cd drivers && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_ansi.cpp -o driver_ansi.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_https.cpp -o driver_https.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_memory.cpp -o driver_memory.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_posix.cpp -o driver_posix.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_socket.cpp -o driver_socket.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_socks4.cpp -o driver_socks4.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_socks5.cpp -o driver_socks5.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver_zero.cpp -o driver_zero.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/drivers' cd filters && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/filters' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/filters"/../../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c filter_bzip2.cpp -o filter_bzip2.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/filters"/../../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c filter_xor.cpp -o filter_xor.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io/filters' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c driver.cpp -o driver.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c filter.cpp -o filter.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c instream.cpp -o instream.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c outstream.cpp -o outstream.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c stream.cpp -o stream.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/io' cd misc && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc' cd encoding && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/encoding' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/encoding"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c base64.cpp -o base64.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/encoding"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c urlencode.cpp -o urlencode.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/encoding' cd hash && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c crc16.cpp -o crc16.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c crc32.cpp -o crc32.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c crc64.cpp -o crc64.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c md5.cpp -o md5.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c sha1.cpp -o sha1.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc/hash' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c args.cpp -o args.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c array.cpp -o array.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c binary.cpp -o binary.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c config.cpp -o config.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c datetime.cpp -o datetime.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c math.cpp -o math.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c memory.cpp -o memory.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c number.cpp -o number.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c string.cpp -o string.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc"/../../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c string_case.cpp -o string_case.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/misc' cd net && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net' cd protocols && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net/protocols' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net/protocols"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c file.cpp -o file.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net/protocols"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c http.cpp -o http.o http.cpp:326:25: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, &httpProgress); ^ /Users/pbulk/build/devel/smooth/work/.buildlink/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, ^ /Users/pbulk/build/devel/smooth/work/.buildlink/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu ^ /Users/pbulk/build/devel/smooth/work/.buildlink/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' __attribute__((deprecated("since " # version ". " message))) ^ 1 warning generated. clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net/protocols"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c protocol.cpp -o protocol.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net/protocols' gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/net' cd system && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system' cd backends && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. && cd haiku && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c eventcocoa.mm -o eventcocoa.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c screencocoa.mm -o screencocoa.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c timercocoa.mm -o timercocoa.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/cocoa' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/haiku' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/haiku' cd posix && /opt/pkg/bin/gmake && cd .. && cd threads && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/posix' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/posix' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/threads' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/threads' cd win32 && /opt/pkg/bin/gmake && cd .. && cd xlib && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/win32' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/win32' gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/xlib' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends/xlib' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c eventbackend.cpp -o eventbackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c screenbackend.cpp -o screenbackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c timerbackend.cpp -o timerbackend.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system/backends' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c console.cpp -o console.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c cpu.cpp -o cpu.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c dynamicloader.cpp -o dynamicloader.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c event.cpp -o event.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c screen.cpp -o screen.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c system.cpp -o system.o system.cpp:487:25: warning: 'kUserDomain' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1)' has been explicitly marked deprecated here enum { ^ system.cpp:487:38: warning: 'kDocumentsFolderType' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1)' has been explicitly marked deprecated here enum { ^ system.cpp:487:60: warning: 'kDontCreateFolder' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1)' has been explicitly marked deprecated here enum { ^ system.cpp:487:12: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:289:1: note: 'FSFindFolder' has been explicitly marked deprecated here FSFindFolder( ^ system.cpp:490:25: warning: 'kUserDomain' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kPictureDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1)' has been explicitly marked deprecated here enum { ^ system.cpp:490:38: warning: 'kPictureDocumentsFolderType' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kPictureDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1)' has been explicitly marked deprecated here enum { ^ system.cpp:490:67: warning: 'kDontCreateFolder' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kPictureDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1)' has been explicitly marked deprecated here enum { ^ system.cpp:490:12: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kPictureDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:289:1: note: 'FSFindFolder' has been explicitly marked deprecated here FSFindFolder( ^ system.cpp:493:25: warning: 'kUserDomain' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMusicDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1)' has been explicitly marked deprecated here enum { ^ system.cpp:493:38: warning: 'kMusicDocumentsFolderType' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMusicDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1)' has been explicitly marked deprecated here enum { ^ system.cpp:493:65: warning: 'kDontCreateFolder' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMusicDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1)' has been explicitly marked deprecated here enum { ^ system.cpp:493:12: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMusicDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:289:1: note: 'FSFindFolder' has been explicitly marked deprecated here FSFindFolder( ^ system.cpp:496:25: warning: 'kUserDomain' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMovieDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:63:1)' has been explicitly marked deprecated here enum { ^ system.cpp:496:38: warning: 'kMovieDocumentsFolderType' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMovieDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:341:1)' has been explicitly marked deprecated here enum { ^ system.cpp:496:65: warning: 'kDontCreateFolder' is deprecated: first deprecated in macOS 10.8 - Deprecated [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMovieDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1: note: '(unnamed enum at /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:87:1)' has been explicitly marked deprecated here enum { ^ system.cpp:496:12: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations] error = FSFindFolder(kUserDomain, kMovieDocumentsFolderType, kDontCreateFolder, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:289:1: note: 'FSFindFolder' has been explicitly marked deprecated here FSFindFolder( ^ system.cpp:504:19: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations] CFURLRef url = CFURLCreateFromFSRef(kCFAllocatorSystemDefault, &entry); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:484:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)); ^ 17 warnings generated. clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c timer.cpp -o timer.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/system' cd threads && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads' cd backends && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends' cd cocoa && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/cocoa' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/cocoa"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -c threadcocoa.mm -o threadcocoa.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/cocoa' cd posix && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/posix' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/posix"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c mutexposix.cpp -o mutexposix.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/posix"/../../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c semaphoreposix.cpp -o semaphoreposix.o gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/posix' cd win32 && /opt/pkg/bin/gmake && cd .. gmake[4]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/win32' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends/win32' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c mutexbackend.cpp -o mutexbackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c semaphorebackend.cpp -o semaphorebackend.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c threadbackend.cpp -o threadbackend.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads/backends' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c access.cpp -o access.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c mutex.cpp -o mutex.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c rwlock.cpp -o rwlock.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c semaphore.cpp -o semaphore.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads"/../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c thread.cpp -o thread.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/threads' cd xml && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml' cd xul && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c box.cpp -o box.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c button.cpp -o button.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c description.cpp -o description.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c label.cpp -o label.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c menubar.cpp -o menubar.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c popupmenu.cpp -o popupmenu.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c renderer.cpp -o renderer.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c textbox.cpp -o textbox.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c widget.cpp -o widget.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul"/../../../include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c window.cpp -o window.o gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml/xul' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml"/../../include -I/System/Volumes/Data/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/libxml2 -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c attribute.cpp -o attribute.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml"/../../include -I/System/Volumes/Data/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/libxml2 -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c document.cpp -o document.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml"/../../include -I/System/Volumes/Data/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/libxml2 -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c node.cpp -o node.o gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes/xml' gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/classes' cd misc && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/misc' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/misc"/../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c codecs.cpp -o codecs.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/misc"/../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c init.cpp -o init.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/misc"/../include -I/usr/local/include -fvisibility=hidden -fPIC -pthread -DSMOOTH_DLL -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c pciio.cpp -o pciio.o gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/misc' cd resources && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/resources' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/resources' cd libraries && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/libraries' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/libraries' clang classes/backends/backend.o classes/basic/object.o classes/basic/objecttype.o classes/basic/setup.o classes/errors/error.o classes/errors/success.o classes/errors/fs/endoffile.o classes/errors/fs/filenotfound.o classes/errors/misc/permissiondenied.o classes/files/directory.o classes/files/file.o classes/graphics/bitmap.o classes/graphics/color.o classes/graphics/font.o classes/graphics/surface.o classes/graphics/backends/bitmapbackend.o classes/graphics/backends/fontbackend.o classes/graphics/backends/surfacebackend.o classes/graphics/forms/rect.o classes/graphics/imageloader/imageloader.o classes/graphics/imageloader/jpeg.o classes/graphics/imageloader/pci.o classes/graphics/imageloader/png.o classes/graphics/imageloader/webp.o classes/graphics/modifiers/fontsize.o classes/graphics/modifiers/righttoleft.o classes/gui/application/application.o classes/gui/clipboard/clipboard.o classes/gui/clipboard/backends/clipboardbackend.o classes/gui/dialogs/colordlg.o classes/gui/dialogs/dialog.o classes/gui/dialogs/fontdlg.o classes/gui/dialogs/messagebox.o classes/gui/dialogs/splashscreen.o classes/gui/dialogs/tipodaydlg.o classes/gui/dialogs/directory/dirdlg.o classes/gui/dialogs/file/filedlg.o classes/gui/dialogs/icons/light.o classes/gui/widgets/layer.o classes/gui/widgets/widget.o classes/gui/widgets/basic/activearea.o classes/gui/widgets/basic/arrows.o classes/gui/widgets/basic/button.o classes/gui/widgets/basic/checkbox.o classes/gui/widgets/basic/client.o classes/gui/widgets/basic/divider.o classes/gui/widgets/basic/editbox.o classes/gui/widgets/basic/groupbox.o classes/gui/widgets/basic/hyperlink.o classes/gui/widgets/basic/image.o classes/gui/widgets/basic/multiedit.o classes/gui/widgets/basic/optionbox.o classes/gui/widgets/basic/progressbar.o classes/gui/widgets/basic/scrollbar.o classes/gui/widgets/basic/slider.o classes/gui/widgets/basic/statusbar.o classes/gui/widgets/basic/tabwidget.o classes/gui/widgets/basic/text.o classes/gui/widgets/basic/titlebar.o classes/gui/widgets/hotspot/hotspot.o classes/gui/widgets/hotspot/simplebutton.o classes/gui/widgets/multi/generic/container.o classes/gui/widgets/multi/generic/entry.o classes/gui/widgets/multi/image/imagebox.o classes/gui/widgets/multi/image/imageentry.o classes/gui/widgets/multi/list/combobox.o classes/gui/widgets/multi/list/list.o classes/gui/widgets/multi/list/listbox.o classes/gui/widgets/multi/list/listboxheader.o classes/gui/widgets/multi/list/listentry.o classes/gui/widgets/multi/list/listentryseparator.o classes/gui/widgets/multi/menu/menu.o classes/gui/widgets/multi/menu/menubar.o classes/gui/widgets/multi/menu/menubarentry.o classes/gui/widgets/multi/menu/menuentry.o classes/gui/widgets/multi/menu/micromenu.o classes/gui/widgets/multi/menu/popupmenu.o classes/gui/widgets/multi/menu/popupmenuentry.o classes/gui/widgets/multi/menu/popupmenuentrycheck.o classes/gui/widgets/multi/menu/popupmenuentryoption.o classes/gui/widgets/multi/tree/tree.o classes/gui/widgets/special/cursor.o classes/gui/widgets/special/dragcontrol.o classes/gui/widgets/special/droparea.o classes/gui/widgets/special/shortcut.o classes/gui/widgets/special/tooltip.o classes/gui/window/toolwindow.o classes/gui/window/window.o classes/gui/window/backends/windowbackend.o classes/i18n/language.o classes/i18n/number.o classes/i18n/section.o classes/i18n/translator.o classes/i18n/translator_internal.o classes/input/keyboard.o classes/input/pointer.o classes/input/backends/pointerbackend.o classes/io/driver.o classes/io/filter.o classes/io/instream.o classes/io/outstream.o classes/io/stream.o classes/io/drivers/driver_ansi.o classes/io/drivers/driver_https.o classes/io/drivers/driver_memory.o classes/io/drivers/driver_posix.o classes/io/drivers/driver_socket.o classes/io/drivers/driver_socks4.o classes/io/drivers/driver_socks5.o classes/io/drivers/driver_zero.o classes/io/filters/filter_bzip2.o classes/io/filters/filter_xor.o classes/misc/args.o classes/misc/array.o classes/misc/binary.o classes/misc/config.o classes/misc/datetime.o classes/misc/math.o classes/misc/memory.o classes/misc/number.o classes/misc/string.o classes/misc/string_case.o classes/misc/encoding/base64.o classes/misc/encoding/urlencode.o classes/misc/hash/crc16.o classes/misc/hash/crc32.o classes/misc/hash/crc64.o classes/misc/hash/md5.o classes/misc/hash/sha1.o classes/net/protocols/file.o classes/net/protocols/http.o classes/net/protocols/protocol.o classes/system/console.o classes/system/cpu.o classes/system/dynamicloader.o classes/system/event.o classes/system/screen.o classes/system/system.o classes/system/timer.o classes/system/backends/eventbackend.o classes/system/backends/screenbackend.o classes/system/backends/timerbackend.o classes/threads/access.o classes/threads/mutex.o classes/threads/rwlock.o classes/threads/semaphore.o classes/threads/thread.o classes/threads/backends/mutexbackend.o classes/threads/backends/semaphorebackend.o classes/threads/backends/threadbackend.o classes/xml/attribute.o classes/xml/document.o classes/xml/node.o classes/xml/xul/box.o classes/xml/xul/button.o classes/xml/xul/description.o classes/xml/xul/label.o classes/xml/xul/menubar.o classes/xml/xul/popupmenu.o classes/xml/xul/renderer.o classes/xml/xul/textbox.o classes/xml/xul/widget.o classes/xml/xul/window.o misc/codecs.o misc/init.o misc/pciio.o classes/backends/cocoa/backendcocoa.o classes/graphics/backends/cocoa/bitmapcocoa.o classes/graphics/backends/cocoa/fontcocoa.o classes/graphics/backends/cocoa/surfacecocoa.o classes/gui/clipboard/backends/cocoa/clipboardcocoa.o classes/gui/dialogs/directory/dirdlg_cocoa.o classes/gui/dialogs/file/filedlg_cocoa.o classes/gui/widgets/multi/menu/menubar_cocoa.o classes/gui/window/backends/cocoa/windowcocoa.o classes/input/backends/cocoa/pointercocoa.o classes/system/backends/cocoa/eventcocoa.o classes/system/backends/cocoa/screencocoa.o classes/system/backends/cocoa/timercocoa.o classes/threads/backends/posix/mutexposix.o classes/threads/backends/posix/semaphoreposix.o classes/threads/backends/cocoa/threadcocoa.o -Llib -o lib/libsmooth-0.9.dylib -dynamiclib -framework Carbon -framework Cocoa -Wl,-dylib_install_name,libsmooth-0.9.0.dylib -L/opt/pkg/lib -lstdc++ -lbz2 -lcpuid -lcurl -lfribidi -liconv -ljpeg -lpng -L/opt/pkg/lib -lwebp -lxml2 -lz -lpthread cd tools && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools' cd designer && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/designer' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/designer"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c designer.cpp -o designer.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/designer"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c edit_component.cpp -o edit_component.o mkdir -p ../../bin clang -o ../../bin/designer designer.o edit_component.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/designer"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/designer' cd pciffmanager && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/pciffmanager' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/pciffmanager"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c main.cpp -o main.o mkdir -p ../../bin clang -o ../../bin/pciffman main.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/pciffmanager"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/pciffmanager' cd translator && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c infoitem.cpp -o infoitem.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c section.cpp -o section.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c stringitem.cpp -o stringitem.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c translator.cpp -o translator.o mkdir -p ../../bin clang -o ../../bin/translator infoitem.o section.o stringitem.o translator.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools/translator' gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/tools' cd samples && /opt/pkg/bin/gmake && cd .. gmake[1]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples' cd beatclock && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c beat.cpp -o beat.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c options.cpp -o options.o clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c time.cpp -o time.o clang -o beat beat.o options.o time.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/beatclock' cd test && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/test' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/test"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c test.cpp -o test.o clang -o test test.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/test"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/test' cd testkey && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/testkey' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/testkey"/../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c testkey.cpp -o testkey.o clang -o testkey testkey.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/testkey"/../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/testkey' cd xul && /opt/pkg/bin/gmake && cd .. gmake[2]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul' cd xul+cxx && /opt/pkg/bin/gmake && cd .. gmake[3]: Entering directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul/xul+cxx' clang++ -I"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul/xul+cxx"/../../../include -fvisibility=hidden -fPIC -pthread -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/libxml2 -DLDAP_DEPRECATED -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -c xultest.cpp -o xultest.o clang -o xultest xultest.o -L"/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul/xul+cxx"/../../../lib -lstdc++ -lsmooth-0.9 -L/opt/pkg/lib gmake[3]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul/xul+cxx' gmake[2]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples/xul' gmake[1]: Leaving directory '/Users/pbulk/build/devel/smooth/work/smooth-0.9.10/samples' *** Please use pkgtools/verifypc to sanity check dependencies.