=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for mygui-3.2.3.20190707nb12
[  1%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ActionController.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ActionController.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ActionController.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ActionController.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ActionController.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ActionController.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ActionController.cpp:30:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager::getInstance().destroyWidget(_widget);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ActionController.cpp:30:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager::getInstance().destroyWidget(_widget);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[  2%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Any.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Any.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Any.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Any.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Any.cpp 
} || exit $?
[  3%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BackwardCompatibility.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BackwardCompatibility.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_BackwardCompatibility.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_BackwardCompatibility.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:10:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ComboBox.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h:76:16: warning: 'setCaption' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void setCaption(const UString& _value);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h:34:16: note: overridden virtual function is here
                virtual void setCaption(const UString& _value);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:651:27: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                return ResourceManager::getInstance().load(_file);
                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:651:27: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                return ResourceManager::getInstance().load(_file);
                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:783:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                return InputManager::getInstance().injectMouseMove(_absx, _absy, _absz);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:783:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                return InputManager::getInstance().injectMouseMove(_absx, _absy, _absz);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PointerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:804:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::getInstance' requested here
                PointerManager::getInstance().setVisible(false);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PointerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PointerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:804:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::getInstance' requested here
                PointerManager::getInstance().setVisible(false);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PointerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:822:25: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                return RenderManager::getInstance().getViewSize();
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:822:25: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                return RenderManager::getInstance().getViewSize();
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:844:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().frameEvent(_time);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:844:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().frameEvent(_time);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:849:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                LayerManager::getInstance().resizeView(_size);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:849:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                LayerManager::getInstance().resizeView(_size);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1013:38: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                        IObject* object = FactoryManager::getInstance().createObject(resourceCategory, type);
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1013:38: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                        IObject* object = FactoryManager::getInstance().createObject(resourceCategory, type);
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1091:107: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                        MYGUI_LOG(Warning, (*item).first << " is deprecated, use " << (*item).second << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1091:107: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                        MYGUI_LOG(Warning, (*item).first << " is deprecated, use " << (*item).second << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1362:54: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                std::string widgetCategory = MyGUI::WidgetManager::getInstance().getCategoryName();
                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1362:54: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                std::string widgetCategory = MyGUI::WidgetManager::getInstance().getCategoryName();
                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
19 warnings generated.
[  3%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BiIndexBase.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BiIndexBase.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_BiIndexBase.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_BiIndexBase.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_BiIndexBase.cpp 
} || exit $?
[  4%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Button.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Button.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Button.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Button.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Button.cpp 
} || exit $?
[  5%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Canvas.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Canvas.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Canvas.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Canvas.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp:51:29: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mTexture = RenderManager::getInstance().createTexture(mGenTexName);
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp:51:29: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mTexture = RenderManager::getInstance().createTexture(mGenTexName);
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp:220:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &Canvas::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Canvas.cpp:220:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &Canvas::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[  6%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ChildSkinInfo.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ChildSkinInfo.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ChildSkinInfo.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ChildSkinInfo.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ChildSkinInfo.cpp 
} || exit $?
[  7%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ClipboardManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ClipboardManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ClipboardManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ClipboardManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ClipboardManager.cpp 
} || exit $?
[  8%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WindowsClipboardHandler.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WindowsClipboardHandler.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_WindowsClipboardHandler.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_WindowsClipboardHandler.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WindowsClipboardHandler.cpp 
} || exit $?
[  9%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Colour.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Colour.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Colour.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Colour.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Colour.cpp 
} || exit $?
[ 10%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ComboBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ComboBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ComboBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ComboBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:8:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ComboBox.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h:76:16: warning: 'setCaption' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void setCaption(const UString& _value);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h:34:16: note: overridden virtual function is here
                virtual void setCaption(const UString& _value);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:114:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                        Widget* focus = InputManager::getInstance().getMouseFocusWidget();
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:114:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                        Widget* focus = InputManager::getInstance().getMouseFocusWidget();
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:281:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().addItem(mList, controller);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ComboBox.cpp:281:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().addItem(mList, controller);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
5 warnings generated.
[ 11%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ConsoleLogListener.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ConsoleLogListener.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ConsoleLogListener.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ConsoleLogListener.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ConsoleLogListener.cpp 
} || exit $?
[ 12%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Constants.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Constants.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Constants.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Constants.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Constants.cpp 
} || exit $?
[ 13%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerEdgeHide.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerEdgeHide.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerEdgeHide.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerEdgeHide.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerEdgeHide.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerEdgeHide.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerEdgeHide.cpp:44:36: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                Widget* keyFocus = InputManager::getInstance().getKeyFocusWidget();
                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerEdgeHide.cpp:44:36: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                Widget* keyFocus = InputManager::getInstance().getKeyFocusWidget();
                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 13%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerFadeAlpha.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerFadeAlpha.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerFadeAlpha.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerFadeAlpha.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerFadeAlpha.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerFadeAlpha.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerFadeAlpha.cpp:36:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                if (!mEnabled) InputManager::getInstance().unlinkWidget(_widget);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerFadeAlpha.cpp:36:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                if (!mEnabled) InputManager::getInstance().unlinkWidget(_widget);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 14%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:35:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:35:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:37:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ControllerEdgeHide>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:37:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ControllerEdgeHide>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:99:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance().eventFrameStart += newDelegate(this, &ControllerManager::frameEntered);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerManager.cpp:99:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance().eventFrameStart += newDelegate(this, &ControllerManager::frameEntered);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 15%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerPosition.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerPosition.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerPosition.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerPosition.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerPosition.cpp 
} || exit $?
[ 16%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerRepeatClick.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerRepeatClick.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerRepeatClick.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ControllerRepeatClick.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ControllerRepeatClick.cpp 
} || exit $?
[ 17%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DDContainer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DDContainer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DDContainer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DDContainer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp:31:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                mClickInWidget = InputManager::getInstance().getLastPressedPosition(MouseButton::Left) - getAbsolutePosition();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp:31:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                mClickInWidget = InputManager::getInstance().getLastPressedPosition(MouseButton::Left) - getAbsolutePosition();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp:121:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                Widget* item = LayerManager::getInstance().getWidgetFromPoint(point.left, point.top);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DDContainer.cpp:121:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                Widget* item = LayerManager::getInstance().getWidgetFromPoint(point.left, point.top);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 18%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataFileStream.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataFileStream.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataFileStream.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataFileStream.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DataFileStream.cpp 
} || exit $?
[ 19%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DataManager.cpp 
} || exit $?
[ 20%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataMemoryStream.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataMemoryStream.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataMemoryStream.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataMemoryStream.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DataMemoryStream.cpp 
} || exit $?
[ 21%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataStream.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataStream.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataStream.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DataStream.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DataStream.cpp 
} || exit $?
[ 22%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLib.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLib.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLib.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLib.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLib.cpp 
} || exit $?
[ 23%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLibManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLibManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLibManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_DynLibManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLibManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLibManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLibManager.cpp:28:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &DynLibManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLibManager.cpp:28:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &DynLibManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_DynLibManager.cpp:98:44: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        WidgetManager* manager = WidgetManager::getInstancePtr();
                                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
3 warnings generated.
[ 23%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h:76:16: warning: 'setCaption' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void setCaption(const UString& _value);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h:34:16: note: overridden virtual function is here
                virtual void setCaption(const UString& _value);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:148:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                IntPoint point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:148:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                IntPoint point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:262:11: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                        Gui::getInstance().eventFrameStart += newDelegate(this, &EditBox::frameEntered);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:262:11: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                        Gui::getInstance().eventFrameStart += newDelegate(this, &EditBox::frameEntered);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ClipboardManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:1468:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::getInstance' requested here
                        ClipboardManager::getInstance().setClipboardData(EDIT_CLIPBOARD_TYPE_TEXT, getTextSelection());
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ClipboardManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ClipboardManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditBox.cpp:1468:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::getInstance' requested here
                        ClipboardManager::getInstance().setClipboardData(EDIT_CLIPBOARD_TYPE_TEXT, getTextSelection());
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ClipboardManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
7 warnings generated.
[ 24%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditText.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditText.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditText.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_EditText.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp:53:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp:53:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FontManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp:253:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::getInstance' requested here
                mFont = FontManager::getInstance().getByName(_value);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FontManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FontManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_EditText.cpp:253:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::getInstance' requested here
                mFont = FontManager::getInstance().getByName(_value);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FontManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 25%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Exception.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Exception.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Exception.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Exception.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Exception.cpp 
} || exit $?
[ 26%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FactoryManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FactoryManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_FactoryManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_FactoryManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FactoryManager.cpp 
} || exit $?
[ 27%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FileLogListener.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FileLogListener.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_FileLogListener.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_FileLogListener.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FileLogListener.cpp 
} || exit $?
[ 28%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FontManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_FontManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_FontManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_FontManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp:34:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlFontTagName) = newDelegate(this, &FontManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp:34:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlFontTagName) = newDelegate(this, &FontManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp:37:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceManualFont>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_FontManager.cpp:37:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceManualFont>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 29%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_GeometryUtility.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_GeometryUtility.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_GeometryUtility.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_GeometryUtility.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_GeometryUtility.cpp 
} || exit $?
[ 30%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Gui.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Gui.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Gui.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Gui.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp:103:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp:103:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PointerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PointerManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::~Singleton' requested here
        class MYGUI_EXPORT PointerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PointerManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PointerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PointerManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PointerManager>::~Singleton' requested here
        class MYGUI_EXPORT PointerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PointerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_InputManager.h:27:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::~Singleton' requested here
        class MYGUI_EXPORT InputManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_InputManager.h:27:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::~Singleton' requested here
        class MYGUI_EXPORT InputManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SkinManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SkinManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::~Singleton' requested here
        class MYGUI_EXPORT SkinManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SkinManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SkinManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SkinManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::~Singleton' requested here
        class MYGUI_EXPORT SkinManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SkinManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubWidgetManager.h:16:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::~Singleton' requested here
        class MYGUI_EXPORT SubWidgetManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubWidgetManager.h:16:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::~Singleton' requested here
        class MYGUI_EXPORT SubWidgetManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayerManager.h:22:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::~Singleton' requested here
        class MYGUI_EXPORT LayerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayerManager.h:22:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::~Singleton' requested here
        class MYGUI_EXPORT LayerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FontManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FontManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::~Singleton' requested here
        class MYGUI_EXPORT FontManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FontManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FontManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FontManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FontManager>::~Singleton' requested here
        class MYGUI_EXPORT FontManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FontManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::~Singleton' requested here
        class MYGUI_EXPORT ControllerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::~Singleton' requested here
        class MYGUI_EXPORT ControllerManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ClipboardManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ClipboardManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::~Singleton' requested here
        class MYGUI_EXPORT ClipboardManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ClipboardManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ClipboardManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ClipboardManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ClipboardManager>::~Singleton' requested here
        class MYGUI_EXPORT ClipboardManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ClipboardManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayoutManager.h:23:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::~Singleton' requested here
        class MYGUI_EXPORT LayoutManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayoutManager.h:23:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::~Singleton' requested here
        class MYGUI_EXPORT LayoutManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DynLibManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DynLibManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::~Singleton' requested here
        class MYGUI_EXPORT DynLibManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DynLibManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DynLibManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DynLibManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::~Singleton' requested here
        class MYGUI_EXPORT DynLibManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DynLibManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PluginManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PluginManager.h:24:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::~Singleton' requested here
        class MYGUI_EXPORT PluginManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PluginManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PluginManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PluginManager.h:24:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::~Singleton' requested here
        class MYGUI_EXPORT PluginManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PluginManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LanguageManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::~Singleton' requested here
        class MYGUI_EXPORT LanguageManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LanguageManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::~Singleton' requested here
        class MYGUI_EXPORT LanguageManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::~Singleton' requested here
        class MYGUI_EXPORT ResourceManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceManager.h:21:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::~Singleton' requested here
        class MYGUI_EXPORT ResourceManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FactoryManager.h:18:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::~Singleton' requested here
        class MYGUI_EXPORT FactoryManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FactoryManager.h:18:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::~Singleton' requested here
        class MYGUI_EXPORT FactoryManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ToolTipManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ToolTipManager.h:17:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::~Singleton' requested here
        class MYGUI_EXPORT ToolTipManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ToolTipManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ToolTipManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ToolTipManager.h:17:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::~Singleton' requested here
        class MYGUI_EXPORT ToolTipManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ToolTipManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp:296:33: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                IntSize size = RenderManager::getInstance().getViewSize();
                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Gui.cpp:296:33: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                IntSize size = RenderManager::getInstance().getViewSize();
                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
34 warnings generated.
[ 31%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ImageBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ImageBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ImageBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ImageBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp:347:44: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                IResourcePtr resource = ResourceManager::getInstance().getByName(_name, false);
                                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp:347:44: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                IResourcePtr resource = ResourceManager::getInstance().getByName(_name, false);
                                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp:430:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &ImageBox::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ImageBox.cpp:430:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &ImageBox::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 32%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_InputManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_InputManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_InputManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_InputManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:63:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:63:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:64:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &InputManager::frameEntered);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:64:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &InputManager::frameEntered);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:125:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                Widget* item = LayerManager::getInstance().getWidgetFromPoint(_absx, _absy);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_InputManager.cpp:125:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                Widget* item = LayerManager::getInstance().getWidgetFromPoint(_absx, _absy);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 33%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ItemBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ItemBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ItemBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ItemBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:255:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getMousePositionByLayer();
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:255:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getMousePositionByLayer();
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:513:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager& instance = WidgetManager::getInstance();
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:513:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager& instance = WidgetManager::getInstance();
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:567:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        mItemDrag = Gui::getInstance().createWidget<Widget>("Default", IntCoord(0, 0, coord.width, coord.height), Align::Default, mDragLayer);
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ItemBox.cpp:567:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        mItemDrag = Gui::getInstance().createWidget<Widget>("Default", IntCoord(0, 0, coord.width, coord.height), Align::Default, mDragLayer);
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 33%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LanguageManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LanguageManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LanguageManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LanguageManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LanguageManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LanguageManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LanguageManager.cpp:32:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlLanguageTagName) = newDelegate(this, &LanguageManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LanguageManager.cpp:32:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlLanguageTagName) = newDelegate(this, &LanguageManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 34%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerItem.cpp 
} || exit $?
[ 35%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:35:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:35:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:36:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mCategoryName) = newDelegate(this, &LayerManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:36:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mCategoryName) = newDelegate(this, &LayerManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:38:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<SharedLayer>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerManager.cpp:38:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<SharedLayer>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 36%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerNode.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerNode.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerNode.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayerNode.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayerNode.cpp 
} || exit $?
[ 37%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayoutManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayoutManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayoutManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LayoutManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:30:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlLayoutTagName) = newDelegate(this, &LayoutManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:30:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlLayoutTagName) = newDelegate(this, &LayoutManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:33:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceLayout>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:33:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceLayout>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:83:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().destroyWidgets(_widgets);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LayoutManager.cpp:83:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().destroyWidgets(_widgets);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 38%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LevelLogFilter.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LevelLogFilter.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LevelLogFilter.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LevelLogFilter.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LevelLogFilter.cpp 
} || exit $?
[ 39%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ListBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ListBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ListBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ListBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ListBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ListBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ListBox.cpp:977:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager& instance = WidgetManager::getInstance();
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ListBox.cpp:977:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager& instance = WidgetManager::getInstance();
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 40%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LogManager.cpp 
} || exit $?
[ 41%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogSource.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogSource.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogSource.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_LogSource.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_LogSource.cpp 
} || exit $?
[ 42%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MainSkin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MainSkin.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MainSkin.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MainSkin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MainSkin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MainSkin.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 43%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MaskPickInfo.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MaskPickInfo.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MaskPickInfo.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MaskPickInfo.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp:24:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                if (!DataManager::getInstance().isDataExist(_file))
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp:24:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                if (!DataManager::getInstance().isDataExist(_file))
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp:27:42: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                RenderManager& render = RenderManager::getInstance();
                                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MaskPickInfo.cpp:27:42: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                RenderManager& render = RenderManager::getInstance();
                                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 43%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuBar.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuBar.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuBar.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuBar.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuBar.cpp 
} || exit $?
[ 44%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuControl.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuControl.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuControl.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuControl.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:134:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager::getInstance().destroyWidget(mItemsInfo[_index].submenu);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:134:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        WidgetManager::getInstance().destroyWidget(mItemsInfo[_index].submenu);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:316:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                        InputManager::getInstance().setKeyFocusWidget(nullptr);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:316:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                        InputManager::getInstance().setKeyFocusWidget(nullptr);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:386:26: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                                MyGUI::LayerManager::getInstance().upLayerItem(menu);
                                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:386:26: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                                MyGUI::LayerManager::getInstance().upLayerItem(menu);
                                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:530:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().removeItem(this);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuControl.cpp:530:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().removeItem(this);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
8 warnings generated.
[ 45%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MenuItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MenuItem.cpp 
} || exit $?
[ 46%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp:323:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &MultiListBox::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp:323:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                                MyGUI::Gui::getInstance().eventFrameStart += MyGUI::newDelegate( this, &MultiListBox::frameEntered );
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp:634:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().destroyWidget(info.item);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListBox.cpp:634:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().destroyWidget(info.item);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 47%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_MultiListItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_MultiListItem.cpp 
} || exit $?
[ 48%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_OverlappedLayer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_OverlappedLayer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_OverlappedLayer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_OverlappedLayer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp 
} || exit $?
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp:25:3: warning: '~OverlappedLayer' has a non-throwing exception specification but can still throw [-Wexceptions]
                MYGUI_ASSERT(mChildItems.empty(), "Layer '" << getName() << "' must be empty before destroy");
                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Diagnostic.h:41:3: note: expanded from macro 'MYGUI_ASSERT'
                MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Diagnostic.h:24:39: note: expanded from macro 'MYGUI_BASE_EXCEPT'
#define MYGUI_BASE_EXCEPT(desc, src)     throw MyGUI::Exception(desc, src, __FILE__, __LINE__);
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp:23:19: note: destructor has a implicit non-throwing exception specification
        OverlappedLayer::~OverlappedLayer()
                         ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp:20:30: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mViewSize = RenderManager::getInstance().getViewSize();
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_OverlappedLayer.cpp:20:30: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mViewSize = RenderManager::getInstance().getViewSize();
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
3 warnings generated.
[ 49%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PluginManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PluginManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_PluginManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_PluginManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp:32:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlPluginTagName) = newDelegate(this, &PluginManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp:32:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlPluginTagName) = newDelegate(this, &PluginManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DynLibManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp:58:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::getInstance' requested here
                DynLib* lib = DynLibManager::getInstance().load(_file);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DynLibManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DynLibManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PluginManager.cpp:58:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DynLibManager>::getInstance' requested here
                DynLib* lib = DynLibManager::getInstance().load(_file);
                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DynLibManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 50%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PointerManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PointerManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_PointerManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_PointerManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:45:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &PointerManager::notifyFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:45:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &PointerManager::notifyFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:46:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                InputManager::getInstance().eventChangeMouseFocus += newDelegate(this, &PointerManager::notifyChangeMouseFocus);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:46:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                InputManager::getInstance().eventChangeMouseFocus += newDelegate(this, &PointerManager::notifyChangeMouseFocus);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:47:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:47:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:49:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlPointerTagName) = newDelegate(this, &PointerManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:49:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlPointerTagName) = newDelegate(this, &PointerManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:52:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceManualPointer>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:52:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceManualPointer>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:173:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                        LayerManager::getInstance().attachToLayerNode(_layer, widget);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PointerManager.cpp:173:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                        LayerManager::getInstance().attachToLayerNode(_layer, widget);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
12 warnings generated.
[ 51%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PolygonalSkin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PolygonalSkin.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_PolygonalSkin.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_PolygonalSkin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PolygonalSkin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:28:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PolygonalSkin.cpp:28:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 52%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PopupMenu.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_PopupMenu.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_PopupMenu.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_PopupMenu.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_PopupMenu.cpp 
} || exit $?
[ 53%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Precompiled.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Precompiled.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Precompiled.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Precompiled.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Precompiled.cpp 
} || exit $?
[ 53%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ProgressBar.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ProgressBar.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ProgressBar.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ProgressBar.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ProgressBar.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ProgressBar.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ProgressBar.cpp:108:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance().eventFrameStart += newDelegate(this, &ProgressBar::frameEntered);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ProgressBar.cpp:108:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance().eventFrameStart += newDelegate(this, &ProgressBar::frameEntered);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 54%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderItem.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderItem.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderItem.cpp:32:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexBuffer = RenderManager::getInstance().createVertexBuffer();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderItem.cpp:32:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexBuffer = RenderManager::getInstance().createVertexBuffer();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 55%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_RenderManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderManager.cpp:32:40: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                LayerManager* layers = LayerManager::getInstancePtr();
                                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RenderManager.cpp:46:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                Gui* gui = Gui::getInstancePtr();
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
2 warnings generated.
[ 56%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSet.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSet.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSet.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSet.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSet.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSet.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSet.cpp:33:38: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                group.texture = LanguageManager::getInstance().replaceTags(group.texture);
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSet.cpp:33:38: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                group.texture = LanguageManager::getInstance().replaceTags(group.texture);
                                                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 57%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSetPointer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSetPointer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSetPointer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceImageSetPointer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSetPointer.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSetPointer.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSetPointer.cpp:36:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                                mImageSet = ResourceManager::getInstance().getByName(value)->castType<ResourceImageSet>();
                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceImageSetPointer.cpp:36:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                                mImageSet = ResourceManager::getInstance().getByName(value)->castType<ResourceImageSet>();
                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 58%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceLayout.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceLayout.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceLayout.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceLayout.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:125:181: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                        MYGUI_LOG(Warning, "Root widget's layer is not specified, widget won't be visible. Specify layer or parent or attach it to another widget after load." << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                                                                                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:125:181: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                        MYGUI_LOG(Warning, "Root widget's layer is not specified, widget won't be visible. Specify layer or parent or attach it to another widget after load." << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                                                                                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:133:88: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                                coord = CoordConverter::convertFromRelative(_widgetInfo.floatCoord, RenderManager::getInstance().getViewSize());
                                                                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:133:88: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                                coord = CoordConverter::convertFromRelative(_widgetInfo.floatCoord, RenderManager::getInstance().getViewSize());
                                                                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:140:15: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        wid = Gui::getInstance().createWidgetT(_widgetInfo.type, _widgetInfo.skin, coord, _widgetInfo.align, widgetLayer, widgetName);
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:140:15: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        wid = Gui::getInstance().createWidgetT(_widgetInfo.type, _widgetInfo.skin, coord, _widgetInfo.align, widgetLayer, widgetName);
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:165:60: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        MyGUI::ControllerItem* item = MyGUI::ControllerManager::getInstance().createItem(iter->type);
                                                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceLayout.cpp:165:60: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        MyGUI::ControllerItem* item = MyGUI::ControllerManager::getInstance().createItem(iter->type);
                                                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
8 warnings generated.
[ 59%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManager.cpp:38:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceImageSet>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManager.cpp:38:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceImageSet>(mCategoryName);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 60%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualFont.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualFont.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualFont.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualFont.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp:37:43: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager& render = RenderManager::getInstance();
                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManualFont.cpp:37:43: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager& render = RenderManager::getInstance();
                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 61%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualPointer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualPointer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualPointer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceManualPointer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceManualPointer.cpp 
} || exit $?
[ 62%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceSkin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceSkin.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceSkin.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceSkin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:34:49: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstance' requested here
                std::string stateCategory = SubWidgetManager::getInstance().getStateCategoryName();
                                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:34:49: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstance' requested here
                std::string stateCategory = SubWidgetManager::getInstance().getStateCategoryName();
                                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:43:51: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                LanguageManager& localizator = LanguageManager::getInstance();
                                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:43:51: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                LanguageManager& localizator = LanguageManager::getInstance();
                                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:175:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                                                IObject* object = FactoryManager::getInstance().createObject(stateCategory, basisSkinType);
                                                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceSkin.cpp:175:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                                                IObject* object = FactoryManager::getInstance().createObject(stateCategory, basisSkinType);
                                                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 63%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceTrueTypeFont.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceTrueTypeFont.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceTrueTypeFont.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ResourceTrueTypeFont.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h:28:17: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                        DataManager::getInstance().freeData(mData);
                                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:270:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager::getInstance().destroyTexture(mTexture);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ResourceTrueTypeFont.cpp:270:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager::getInstance().destroyTexture(mTexture);
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 63%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RotatingSkin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_RotatingSkin.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_RotatingSkin.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_RotatingSkin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RotatingSkin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RotatingSkin.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RotatingSkin.cpp:25:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_RotatingSkin.cpp:25:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 64%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollBar.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollBar.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollBar.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollBar.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp:206:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp:206:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp:280:46: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerItem* item = ControllerManager::getInstance().createItem(ControllerRepeatClick::getClassTypeName());
                                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollBar.cpp:280:46: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerItem* item = ControllerManager::getInstance().createItem(ControllerRepeatClick::getClassTypeName());
                                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 65%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollView.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollView.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollView.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollView.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollView.cpp 
} || exit $?
[ 66%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollViewBase.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollViewBase.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollViewBase.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ScrollViewBase.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ScrollViewBase.cpp 
} || exit $?
[ 67%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp 
} || exit $?
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp:26:3: warning: '~SharedLayer' has a non-throwing exception specification but can still throw [-Wexceptions]
                MYGUI_ASSERT(mChildItem == nullptr, "Layer '" << getName() << "' must be empty before destroy");
                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Diagnostic.h:41:3: note: expanded from macro 'MYGUI_ASSERT'
                MYGUI_BASE_EXCEPT(stream.str().c_str(), "MyGUI"); \
                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Diagnostic.h:24:39: note: expanded from macro 'MYGUI_BASE_EXCEPT'
#define MYGUI_BASE_EXCEPT(desc, src)     throw MyGUI::Exception(desc, src, __FILE__, __LINE__);
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp:24:15: note: destructor has a implicit non-throwing exception specification
        SharedLayer::~SharedLayer()
                     ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp:21:30: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mViewSize = RenderManager::getInstance().getViewSize();
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayer.cpp:21:30: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mViewSize = RenderManager::getInstance().getViewSize();
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
3 warnings generated.
[ 68%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayerNode.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayerNode.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayerNode.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SharedLayerNode.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SharedLayerNode.cpp 
} || exit $?
[ 69%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SimpleText.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SimpleText.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SimpleText.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SimpleText.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SimpleText.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SimpleText.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 70%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:86:29: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mTexture = RenderManager::getInstance().getTexture(mTextureName);
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:86:29: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mTexture = RenderManager::getInstance().getTexture(mTextureName);
                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:90:48: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstance' requested here
                std::string categoryName = SubWidgetManager::getInstance().getCategoryName();
                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:90:48: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SubWidgetManager>::getInstance' requested here
                std::string categoryName = SubWidgetManager::getInstance().getCategoryName();
                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SubWidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:92:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinItem.cpp:92:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 71%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SkinManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:38:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlSkinTagName) = newDelegate(this, &SkinManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:38:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ResourceManager>::getInstance' requested here
                ResourceManager::getInstance().registerLoadXmlDelegate(mXmlSkinTagName) = newDelegate(this, &SkinManager::_load);
                                 ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ResourceManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:41:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceSkin>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:41:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager::getInstance().registerFactory<ResourceSkin>(resourceCategory);
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:92:115: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                                MYGUI_LOG(Error, "Skin '" << skinName << "' not found. Replaced with default skin." << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SkinManager.cpp:92:115: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                                MYGUI_LOG(Error, "Skin '" << skinName << "' not found. Replaced with default skin." << " [" << LayoutManager::getInstance().getCurrentLayout() << "]");
                                                                                                                                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 72%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubSkin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubSkin.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubSkin.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubSkin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubSkin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubSkin.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubSkin.cpp:28:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubSkin.cpp:28:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 73%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetBinding.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetBinding.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetBinding.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetBinding.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubWidgetBinding.cpp 
} || exit $?
[ 73%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_SubWidgetManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubWidgetManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubWidgetManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubWidgetManager.cpp:38:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_SubWidgetManager.cpp:38:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 74%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabControl.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabControl.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabControl.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabControl.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TabControl.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TabControl.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TabControl.cpp:402:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().removeItem(_item);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TabControl.cpp:402:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                        ControllerManager::getInstance().removeItem(_item);
                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 75%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabItem.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabItem.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabItem.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TabItem.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TabItem.cpp 
} || exit $?
[ 76%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextBox.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextBox.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextBox.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextBox.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextBox.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextBox.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextBox.cpp:96:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                        setCaption(LanguageManager::getInstance().replaceTags(_value));
                                                    ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextBox.cpp:96:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                        setCaption(LanguageManager::getInstance().replaceTags(_value));
                                                    ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 77%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextIterator.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextIterator.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextIterator.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextIterator.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextIterator.cpp 
} || exit $?
[ 78%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextView.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextView.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextView.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextView.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextView.cpp 
} || exit $?
[ 79%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextureUtility.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextureUtility.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextureUtility.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TextureUtility.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp:34:43: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager& render = RenderManager::getInstance();
                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp:34:43: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                        RenderManager& render = RenderManager::getInstance();
                                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp:39:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                                if (!DataManager::getInstance().isDataExist(_texture))
                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TextureUtility.cpp:39:23: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstance' requested here
                                if (!DataManager::getInstance().isDataExist(_texture))
                                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 80%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TileRect.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_TileRect.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_TileRect.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_TileRect.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TileRect.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TileRect.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h:38:32: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LanguageManager>::getInstance' requested here
                                texture = LanguageManager::getInstance().replaceTags(texture);
                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LanguageManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TileRect.cpp:35:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_TileRect.cpp:35:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                mVertexFormat = RenderManager::getInstance().getVertexFormat();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 81%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Timer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Timer.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Timer.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Timer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Timer.cpp 
} || exit $?
[ 82%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ToolTipManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ToolTipManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_ToolTipManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_ToolTipManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:42:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &ToolTipManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:42:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &ToolTipManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:43:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:43:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                WidgetManager::getInstance().registerUnlinker(this);
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:63:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                Widget* widget = InputManager::getInstance().getMouseFocusWidget();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_ToolTipManager.cpp:63:34: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                Widget* widget = InputManager::getInstance().getMouseFocusWidget();
                                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
6 warnings generated.
[ 83%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_UString.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_UString.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_UString.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_UString.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_UString.cpp 
} || exit $?
[ 83%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Widget.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Widget.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Widget.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Widget.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:53:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                if (LayoutManager::getInstance().isExist(_skinName))
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:53:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayoutManager>::getInstance' requested here
                if (LayoutManager::getInstance().isExist(_skinName))
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayoutManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SkinManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:56:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::getInstance' requested here
                        skinInfo = SkinManager::getInstance().getByName(_skinName);
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SkinManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::SkinManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:56:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::SkinManager>::getInstance' requested here
                        skinInfo = SkinManager::getInstance().getByName(_skinName);
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::SkinManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:291:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        widget = WidgetManager::getInstance().createWidget(_style, _type, _skin, _coord, this, _style == WidgetStyle::Popup ? nullptr : this, _name);
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:291:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::WidgetManager>::getInstance' requested here
                        widget = WidgetManager::getInstance().createWidget(_style, _type, _skin, _coord, this, _style == WidgetStyle::Popup ? nullptr : this, _name);
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::WidgetManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:313:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                        LayerManager::getInstance().attachToLayerNode(_layer, widget);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:313:18: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::LayerManager>::getInstance' requested here
                        LayerManager::getInstance().attachToLayerNode(_layer, widget);
                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::LayerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:553:102: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                setPosition(CoordConverter::convertFromRelative(_point, mCroppedParent == nullptr ? RenderManager::getInstance().getViewSize() : mCroppedParent->getSize()));
                                                                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:553:102: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstance' requested here
                setPosition(CoordConverter::convertFromRelative(_point, mCroppedParent == nullptr ? RenderManager::getInstance().getViewSize() : mCroppedParent->getSize()));
                                                                                                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:779:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance()._linkChildWidget(this);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:779:9: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                        Gui::getInstance()._linkChildWidget(this);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:978:31: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                if (!value && InputManager::getInstance().getMouseFocusWidget() == this)
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:978:31: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                if (!value && InputManager::getInstance().getMouseFocusWidget() == this)
                                            ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ToolTipManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:1030:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::getInstance' requested here
                        ToolTipManager::getInstance()._unlinkWidget(this);
                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ToolTipManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ToolTipManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Widget.cpp:1030:20: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ToolTipManager>::getInstance' requested here
                        ToolTipManager::getInstance()._unlinkWidget(this);
                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ToolTipManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
16 warnings generated.
[ 84%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetInput.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetInput.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetInput.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetInput.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetInput.cpp 
} || exit $?
[ 85%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetManager.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetManager.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:15:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ComboBox.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h:76:16: warning: 'setCaption' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void setCaption(const UString& _value);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h:34:16: note: overridden virtual function is here
                virtual void setCaption(const UString& _value);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:55:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:55:45: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                FactoryManager& factory = FactoryManager::getInstance();
                                                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:82:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &WidgetManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetManager.cpp:82:8: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstance' requested here
                Gui::getInstance().eventFrameStart += newDelegate(this, &WidgetManager::notifyEventFrameStart);
                     ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
5 warnings generated.
[ 86%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetUserData.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetUserData.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetUserData.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_WidgetUserData.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_WidgetUserData.cpp 
} || exit $?
[ 87%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Window.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Window.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_Window.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_Window.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h:32:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp:179:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp:179:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::InputManager>::getInstance' requested here
                const IntPoint& point = InputManager::getInstance().getLastPressedPosition(MouseButton::Left);
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::InputManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp:215:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                ControllerManager::getInstance().addItem(this, controller);
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_Window.cpp:215:22: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::ControllerManager>::getInstance' requested here
                ControllerManager::getInstance().addItem(this, controller);
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::ControllerManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 88%] Building CXX object MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_XmlDocument.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DMYGUI_BUILD -DMYGUI_USE_FREETYPE -DMyGUIEngine_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/opt/pkg/include/freetype2 -I/usr/local/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_XmlDocument.cpp.o -MF CMakeFiles/MyGUIEngine.dir/src/MyGUI_XmlDocument.cpp.o.d -o CMakeFiles/MyGUIEngine.dir/src/MyGUI_XmlDocument.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/src/MyGUI_XmlDocument.cpp 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ActionController.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ActionController.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ActionController.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Align.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Align.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Align.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Any.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Any.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Any.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_BackwardCompatibility.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_BackwardCompatibility.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_BackwardCompatibility.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_BiIndexBase.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_BiIndexBase.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_BiIndexBase.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Bitwise.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Bitwise.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Bitwise.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Button.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Button.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Button.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Canvas.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Canvas.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Canvas.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ChildSkinInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ChildSkinInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ChildSkinInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ClipboardManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ClipboardManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ClipboardManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Colour.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Colour.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Colour.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ComboBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ComboBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ComboBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Common.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Common.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Common.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_CommonStateInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CommonStateInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_CommonStateInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ConsoleLogListener.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ConsoleLogListener.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ConsoleLogListener.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Constants.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Constants.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Constants.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerEdgeHide.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerEdgeHide.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerEdgeHide.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerFadeAlpha.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerFadeAlpha.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerFadeAlpha.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerPosition.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerPosition.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerPosition.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerRepeatClick.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ControllerRepeatClick.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ControllerRepeatClick.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_CoordConverter.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_CoordConverter.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_CoordConverter.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DDContainer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DDContainer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DDContainer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DDItemInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DDItemInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DDItemInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataFileStream.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataFileStream.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataFileStream.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataMemoryStream.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataMemoryStream.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataMemoryStream.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataStream.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStream.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataStream.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataStreamHolder.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataStreamHolder.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DataStreamHolder.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Delegate.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Delegate.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Delegate.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DeprecatedTypes.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DeprecatedTypes.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DeprecatedTypes.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DeprecatedWidgets.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DeprecatedWidgets.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DeprecatedWidgets.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Diagnostic.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Diagnostic.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Diagnostic.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DynLib.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DynLib.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DynLib.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DynLibManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DynLibManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_DynLibManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EditBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EditBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EditText.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditText.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EditText.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Enumerator.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Enumerator.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Enumerator.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EventPair.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EventPair.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_EventPair.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Exception.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Exception.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Exception.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FactoryManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FactoryManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FactoryManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FileLogListener.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FileLogListener.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FileLogListener.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FlowDirection.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FlowDirection.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FlowDirection.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FontData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FontData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FontData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FontManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FontManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_FontManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_GenericFactory.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_GenericFactory.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_GenericFactory.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_GeometryUtility.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_GeometryUtility.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_GeometryUtility.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Gui.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Gui.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Gui.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IBItemInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IBItemInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IBItemInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ICroppedRectangle.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ICroppedRectangle.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ICroppedRectangle.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IDataStream.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IDataStream.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IDataStream.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IFont.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IFont.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IFont.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IItemContainer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IItemContainer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IItemContainer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ILayer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayerItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ILayerItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayerItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayerNode.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ILayerNode.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILayerNode.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILogFilter.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ILogFilter.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILogFilter.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILogListener.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ILogListener.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ILogListener.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IObject.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IObject.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IObject.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IPointer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IPointer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IPointer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IRenderTarget.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IRenderTarget.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IResource.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IResource.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IResource.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISerializable.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ISerializable.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISerializable.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IStateInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IStateInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IStateInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidget.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ISubWidget.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidget.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidgetRect.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ISubWidgetRect.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidgetRect.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidgetText.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ISubWidgetText.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ISubWidgetText.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ITexture.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ITexture.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ITexture.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IUnlinkWidget.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IUnlinkWidget.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IUnlinkWidget.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IVertexBuffer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IVertexBuffer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_IVertexBuffer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ImageBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ImageBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ImageBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ImageInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ImageInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ImageInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_InputManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_InputManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_InputManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ItemBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ItemBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ItemBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_KeyCode.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_KeyCode.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_KeyCode.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LanguageManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LanguageManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LanguageManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayerItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayerManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerNode.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayerNode.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayerNode.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayoutData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayoutData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayoutData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayoutManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LayoutManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LayoutManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LevelLogFilter.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LevelLogFilter.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LevelLogFilter.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ListBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ListBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ListBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogLevel.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LogLevel.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogLevel.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LogManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogSource.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LogSource.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogSource.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogStream.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_LogStream.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_LogStream.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Macros.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Macros.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Macros.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MainSkin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MainSkin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MainSkin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MaskPickInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MaskPickInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MaskPickInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuBar.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MenuBar.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuBar.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuControl.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MenuControl.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuControl.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MenuItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuItemType.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MenuItemType.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MenuItemType.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MouseButton.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MouseButton.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MouseButton.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MultiListBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MultiListBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MultiListBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MultiListItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_MultiListItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_MultiListItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_OverlappedLayer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_OverlappedLayer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_OverlappedLayer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Platform.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Platform.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Platform.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Plugin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Plugin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Plugin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PluginManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PluginManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PluginManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PointerManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PointerManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PointerManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PolygonalSkin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PolygonalSkin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PolygonalSkin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PopupMenu.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PopupMenu.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_PopupMenu.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Precompiled.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Precompiled.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Precompiled.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Prerequest.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Prerequest.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Prerequest.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ProgressBar.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ProgressBar.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ProgressBar.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RTTI.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RTTI.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RTTI.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderFormat.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderFormat.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderFormat.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderTargetInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderTargetInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RenderTargetInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResizingPolicy.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResizingPolicy.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResizingPolicy.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSet.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceImageSet.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSet.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSetData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceImageSetData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSetData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSetPointer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceImageSetPointer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceImageSetPointer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceLayout.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceLayout.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceLayout.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManualFont.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceManualFont.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManualFont.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManualPointer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceManualPointer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceManualPointer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceSkin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceSkin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceSkin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceTrueTypeFont.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ResourceTrueTypeFont.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ResourceTrueTypeFont.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RotatingSkin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RotatingSkin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_RotatingSkin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollBar.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ScrollBar.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollBar.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollView.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ScrollView.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollView.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollViewBase.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ScrollViewBase.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ScrollViewBase.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SharedLayer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SharedLayer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SharedLayer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SharedLayerNode.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SharedLayerNode.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SharedLayerNode.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SimpleText.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SimpleText.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SimpleText.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Singleton.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Singleton.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SkinItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SkinItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SkinItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SkinManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SkinManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SkinManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_StringUtility.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_StringUtility.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_StringUtility.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubSkin.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubSkin.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubSkin.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetBinding.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubWidgetBinding.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetBinding.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetInfo.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubWidgetInfo.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetInfo.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_SubWidgetManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_SubWidgetManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TCoord.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TCoord.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TCoord.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TPoint.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TPoint.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TPoint.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TRect.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TRect.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TRect.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TSize.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TSize.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TSize.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TabControl.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TabControl.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TabControl.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TabItem.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TabItem.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TabItem.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextBox.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextBox.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextChangeHistory.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextChangeHistory.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextChangeHistory.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextIterator.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextIterator.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextIterator.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextView.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextView.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextView.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextViewData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextViewData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextViewData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextureUtility.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextureUtility.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TextureUtility.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TileRect.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TileRect.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_TileRect.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Timer.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Timer.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Timer.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ToolTipManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ToolTipManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_ToolTipManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Types.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Types.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Types.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_UString.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_UString.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_UString.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Version.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Version.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Version.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_VertexData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_VertexData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_VertexData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Widget.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Widget.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Widget.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetDefines.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetDefines.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetDefines.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetInput.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetInput.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetInput.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetManager.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetManager.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetManager.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetStyle.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetStyle.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetStyle.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetToolTip.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetToolTip.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetToolTip.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetTranslate.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetTranslate.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetTranslate.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetUserData.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WidgetUserData.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WidgetUserData.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Window.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Window.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_Window.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WindowsClipboardHandler.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_WindowsClipboardHandler.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_WindowsClipboardHandler.h 
} || exit $?
Copying OS X content lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_XmlDocument.h
{ /opt/pkg/bin/cmake -E copy /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_XmlDocument.h lib/MyGUIEngine.framework/Versions/3.4.0/Headers/MyGUI_XmlDocument.h 
} || exit $?
[ 89%] Linking CXX shared library ../lib/MyGUIEngine.framework/MyGUIEngine
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine && /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/MyGUIEngine.dir/link.txt --verbose= 
} || exit $?
[ 89%] Built target MyGUIEngine
[ 89%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3DataManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3DataManager.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3DataManager.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3DataManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3DataManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3DataManager.cpp:10:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common/FileSystemInfo/FileSystemInfo.h:10:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI.h:13:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_ComboBox.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_EditBox.h:76:16: warning: 'setCaption' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void setCaption(const UString& _value);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_TextBox.h:34:16: note: overridden virtual function is here
                virtual void setCaption(const UString& _value);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3DataManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3DataManager.h:11:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3DataManager.h:31:57: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        return static_cast<OpenGL3DataManager*>(DataManager::getInstancePtr());
                                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3DataManager.cpp:23:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                MYGUI_PLATFORM_ASSERT(!mIsInitialise, getClassTypeName() << " initialised twice");
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
3 warnings generated.
[ 90%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Platform.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Platform.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Platform.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Platform.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:33:26: warning: 'getViewSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const IntSize& getViewSize() const;
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:41:26: note: overridden virtual function is here
                virtual const IntSize& getViewSize() const = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:36:28: warning: 'getVertexFormat' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual VertexColourType getVertexFormat();
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:44:28: note: overridden virtual function is here
                virtual VertexColourType getVertexFormat() = 0;
                                         ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:39:16: warning: 'isFormatSupported' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:47:16: note: overridden virtual function is here
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:42:26: warning: 'createVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual IVertexBuffer* createVertexBuffer();
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:29:26: note: overridden virtual function is here
                virtual IVertexBuffer* createVertexBuffer() = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:44:16: warning: 'destroyVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:31:16: note: overridden virtual function is here
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:47:21: warning: 'createTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* createTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:34:21: note: overridden virtual function is here
                virtual ITexture* createTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:49:16: warning: 'destroyTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyTexture(ITexture* _texture);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:36:16: note: overridden virtual function is here
                virtual void destroyTexture(ITexture* _texture) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:51:21: warning: 'getTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* getTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:38:21: note: overridden virtual function is here
                virtual ITexture* getTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:55:16: warning: 'begin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void begin();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:25:16: note: overridden virtual function is here
                virtual void begin() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:57:16: warning: 'end' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void end();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:26:16: note: overridden virtual function is here
                virtual void end() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:59:16: warning: 'doRender' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:28:16: note: overridden virtual function is here
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:61:35: warning: 'getInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const RenderTargetInfo& getInfo();
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:30:35: note: overridden virtual function is here
                virtual const RenderTargetInfo& getInfo() = 0;
                                                ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Platform.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3Platform.h:12:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:13:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3DataManager.h:31:57: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        return static_cast<OpenGL3DataManager*>(DataManager::getInstancePtr());
                                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::~Singleton' requested here
        class MYGUI_EXPORT RenderManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:39:19: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        if (nullptr == msInstance)
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:20:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::~Singleton' requested here
        class MYGUI_EXPORT RenderManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:40:61: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getClassTypeName' requested here
                                MYGUI_LOG(Critical, "Destroying Singleton instance " << getClassTypeName() << " before constructing it.");
                                                                                        ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_DataManager.h:18:21: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::~Singleton' requested here
        class MYGUI_EXPORT DataManager :
                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
16 warnings generated.
[ 91%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RTTexture.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RTTexture.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RTTexture.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RTTexture.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:33:26: warning: 'getViewSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const IntSize& getViewSize() const;
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:41:26: note: overridden virtual function is here
                virtual const IntSize& getViewSize() const = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:36:28: warning: 'getVertexFormat' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual VertexColourType getVertexFormat();
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:44:28: note: overridden virtual function is here
                virtual VertexColourType getVertexFormat() = 0;
                                         ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:39:16: warning: 'isFormatSupported' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:47:16: note: overridden virtual function is here
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:42:26: warning: 'createVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual IVertexBuffer* createVertexBuffer();
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:29:26: note: overridden virtual function is here
                virtual IVertexBuffer* createVertexBuffer() = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:44:16: warning: 'destroyVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:31:16: note: overridden virtual function is here
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:47:21: warning: 'createTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* createTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:34:21: note: overridden virtual function is here
                virtual ITexture* createTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:49:16: warning: 'destroyTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyTexture(ITexture* _texture);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:36:16: note: overridden virtual function is here
                virtual void destroyTexture(ITexture* _texture) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:51:21: warning: 'getTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* getTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:38:21: note: overridden virtual function is here
                virtual ITexture* getTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:55:16: warning: 'begin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void begin();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:25:16: note: overridden virtual function is here
                virtual void begin() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:57:16: warning: 'end' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void end();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:26:16: note: overridden virtual function is here
                virtual void end() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:59:16: warning: 'doRender' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:28:16: note: overridden virtual function is here
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RTTexture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:61:35: warning: 'getInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const RenderTargetInfo& getInfo();
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:30:35: note: overridden virtual function is here
                virtual const RenderTargetInfo& getInfo() = 0;
                                                ^
12 warnings generated.
[ 92%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RenderManager.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RenderManager.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RenderManager.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3RenderManager.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:33:26: warning: 'getViewSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const IntSize& getViewSize() const;
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:41:26: note: overridden virtual function is here
                virtual const IntSize& getViewSize() const = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:36:28: warning: 'getVertexFormat' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual VertexColourType getVertexFormat();
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:44:28: note: overridden virtual function is here
                virtual VertexColourType getVertexFormat() = 0;
                                         ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:39:16: warning: 'isFormatSupported' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:47:16: note: overridden virtual function is here
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:42:26: warning: 'createVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual IVertexBuffer* createVertexBuffer();
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:29:26: note: overridden virtual function is here
                virtual IVertexBuffer* createVertexBuffer() = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:44:16: warning: 'destroyVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:31:16: note: overridden virtual function is here
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:47:21: warning: 'createTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* createTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:34:21: note: overridden virtual function is here
                virtual ITexture* createTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:49:16: warning: 'destroyTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyTexture(ITexture* _texture);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:36:16: note: overridden virtual function is here
                virtual void destroyTexture(ITexture* _texture) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:51:21: warning: 'getTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* getTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:38:21: note: overridden virtual function is here
                virtual ITexture* getTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:55:16: warning: 'begin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void begin();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:25:16: note: overridden virtual function is here
                virtual void begin() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:57:16: warning: 'end' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void end();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:26:16: note: overridden virtual function is here
                virtual void end() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:59:16: warning: 'doRender' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:28:16: note: overridden virtual function is here
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:61:35: warning: 'getInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const RenderTargetInfo& getInfo();
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:30:35: note: overridden virtual function is here
                virtual const RenderTargetInfo& getInfo() = 0;
                                                ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:7:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:13:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:27:60: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getInstancePtr' requested here
                return static_cast<OpenGL3RenderManager*>(RenderManager::getInstancePtr());
                                                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:148:41: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::RenderManager>::getClassTypeName' requested here
                MYGUI_PLATFORM_ASSERT(!mIsInitialise, getClassTypeName() << " initialised twice");
                                                      ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::RenderManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::Gui>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:269:19: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::Gui>::getInstancePtr' requested here
                Gui* gui = Gui::getInstancePtr();
                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::Gui>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
15 warnings generated.
[ 93%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Texture.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Texture.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Texture.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3Texture.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:33:26: warning: 'getViewSize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const IntSize& getViewSize() const;
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:41:26: note: overridden virtual function is here
                virtual const IntSize& getViewSize() const = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:36:28: warning: 'getVertexFormat' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual VertexColourType getVertexFormat();
                                         ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:44:28: note: overridden virtual function is here
                virtual VertexColourType getVertexFormat() = 0;
                                         ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:39:16: warning: 'isFormatSupported' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:47:16: note: overridden virtual function is here
                virtual bool isFormatSupported(PixelFormat _format, TextureUsage _usage);
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:42:26: warning: 'createVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual IVertexBuffer* createVertexBuffer();
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:29:26: note: overridden virtual function is here
                virtual IVertexBuffer* createVertexBuffer() = 0;
                                       ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:44:16: warning: 'destroyVertexBuffer' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:31:16: note: overridden virtual function is here
                virtual void destroyVertexBuffer(IVertexBuffer* _buffer) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:47:21: warning: 'createTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* createTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:34:21: note: overridden virtual function is here
                virtual ITexture* createTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:49:16: warning: 'destroyTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void destroyTexture(ITexture* _texture);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:36:16: note: overridden virtual function is here
                virtual void destroyTexture(ITexture* _texture) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:51:21: warning: 'getTexture' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual ITexture* getTexture(const std::string& _name);
                                  ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:38:21: note: overridden virtual function is here
                virtual ITexture* getTexture(const std::string& _name) = 0;
                                  ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:55:16: warning: 'begin' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void begin();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:25:16: note: overridden virtual function is here
                virtual void begin() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:57:16: warning: 'end' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void end();
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:26:16: note: overridden virtual function is here
                virtual void end() = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:59:16: warning: 'doRender' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:28:16: note: overridden virtual function is here
                virtual void doRender(IVertexBuffer* _buffer, ITexture* _texture, size_t _count) = 0;
                             ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:61:35: warning: 'getInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual const RenderTargetInfo& getInfo();
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_IRenderTarget.h:30:35: note: overridden virtual function is here
                virtual const RenderTargetInfo& getInfo() = 0;
                                                ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3Texture.cpp:8:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3RenderManager.h:13:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_RenderManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/MyGUI_OpenGL3DataManager.h:31:57: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::DataManager>::getInstancePtr' requested here
                        return static_cast<OpenGL3DataManager*>(DataManager::getInstancePtr());
                                                                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::DataManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
13 warnings generated.
[ 94%] Building CXX object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3VertexBuffer.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3VertexBuffer.cpp.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3VertexBuffer.cpp.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/src/MyGUI_OpenGL3VertexBuffer.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3VertexBuffer.cpp 
} || exit $?
[ 95%] Building C object Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/include/GL/glew.c.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang -DGLEW_STATIC -DGL_GLEXT_PROTOTYPES -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include -F/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Common -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -DNDEBUG -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -MD -MT Platforms/OpenGL3/OpenGL3Platform/CMakeFiles/MyGUI.OpenGL3Platform.dir/include/GL/glew.c.o -MF CMakeFiles/MyGUI.OpenGL3Platform.dir/include/GL/glew.c.o.d -o CMakeFiles/MyGUI.OpenGL3Platform.dir/include/GL/glew.c.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform/include/GL/glew.c 
} || exit $?
[ 96%] Linking CXX static library ../../../lib/libMyGUI.OpenGL3Platform.a
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /opt/pkg/bin/cmake -P CMakeFiles/MyGUI.OpenGL3Platform.dir/cmake_clean_target.cmake 
} || exit $?
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Platforms/OpenGL3/OpenGL3Platform && /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/MyGUI.OpenGL3Platform.dir/link.txt --verbose= 
} || exit $?
[ 96%] Built target MyGUI.OpenGL3Platform
[ 97%] Building CXX object Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/Plugin.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DPlugin_StrangeButton_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/. -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC   -D_USRDLL -DMYGUI_BUILD_DLL -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/Plugin.cpp.o -MF CMakeFiles/Plugin_StrangeButton.dir/Plugin.cpp.o.d -o CMakeFiles/Plugin_StrangeButton.dir/Plugin.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp:10:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/./StrangeButton.h:24:16: warning: 'onMouseLostFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void onMouseLostFocus(MyGUI::Widget* _new);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Button.h:59:8: note: overridden virtual function is here
                void onMouseLostFocus(Widget* _new) override;
                     ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp:10:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/./StrangeButton.h:25:16: warning: 'onMouseSetFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void onMouseSetFocus(MyGUI::Widget* _old);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Button.h:60:8: note: overridden virtual function is here
                void onMouseSetFocus(Widget* _old) override;
                     ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp:9:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_FactoryManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp:30:26: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                MyGUI::FactoryManager::getInstance().registerFactory<StrangeButton>("Widget");
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin.cpp:30:26: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::FactoryManager>::getInstance' requested here
                MyGUI::FactoryManager::getInstance().registerFactory<StrangeButton>("Widget");
                                       ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::FactoryManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
4 warnings generated.
[ 98%] Building CXX object Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/Plugin_Export.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DPlugin_StrangeButton_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/. -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC   -D_USRDLL -DMYGUI_BUILD_DLL -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/Plugin_Export.cpp.o -MF CMakeFiles/Plugin_StrangeButton.dir/Plugin_Export.cpp.o.d -o CMakeFiles/Plugin_StrangeButton.dir/Plugin_Export.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin_Export.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin_Export.cpp:8:
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_PluginManager.h:11:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PluginManager>::msInstance' required here, but no definition is available [-Wundefined-var-template]
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:28: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::getInstancePtr' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin_Export.cpp:15:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::getInstance' requested here
        MyGUI::PluginManager::getInstance().installPlugin(plugin_item);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:61:13: note: forward declaration of template entity is here
                static T* msInstance;
                          ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:52:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PluginManager>::msInstance' is explicitly instantiated in another translation unit
                        return msInstance;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: warning: instantiation of variable 'MyGUI::Singleton<MyGUI::PluginManager>::mClassTypeName' required here, but no definition is available [-Wundefined-var-template]
                        return mClassTypeName;
                               ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:46:71: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::getClassTypeName' requested here
                        MYGUI_ASSERT(nullptr != getInstancePtr(), "Singleton instance " << getClassTypeName() << " was not created");
                                                                                           ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/Plugin_Export.cpp:15:24: note: in instantiation of member function 'MyGUI::Singleton<MyGUI::PluginManager>::getInstance' requested here
        MyGUI::PluginManager::getInstance().installPlugin(plugin_item);
                              ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:62:22: note: forward declaration of template entity is here
                static const char* mClassTypeName;
                                   ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Singleton.h:57:11: note: add an explicit instantiation declaration to suppress this warning if 'MyGUI::Singleton<MyGUI::PluginManager>::mClassTypeName' is explicitly instantiated in another translation unit
                        return mClassTypeName;
                               ^
2 warnings generated.
[ 99%] Building CXX object Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/StrangeButton.cpp.o
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton && /Users/pbulk/build/graphics/mygui/work/.cwrapper/bin/clang++ -DPlugin_StrangeButton_EXPORTS -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include -I/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/. -F/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/lib -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -w -DNDEBUG -std=gnu++11 -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC   -D_USRDLL -DMYGUI_BUILD_DLL -DMYGUI_GCC_VISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT Plugins/Plugin_StrangeButton/CMakeFiles/Plugin_StrangeButton.dir/StrangeButton.cpp.o -MF CMakeFiles/Plugin_StrangeButton.dir/StrangeButton.cpp.o.d -o CMakeFiles/Plugin_StrangeButton.dir/StrangeButton.cpp.o -c /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/StrangeButton.cpp 
} || exit $?
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/StrangeButton.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/./StrangeButton.h:24:16: warning: 'onMouseLostFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void onMouseLostFocus(MyGUI::Widget* _new);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Button.h:59:8: note: overridden virtual function is here
                void onMouseLostFocus(Widget* _new) override;
                     ^
In file included from /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/StrangeButton.cpp:7:
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton/./StrangeButton.h:25:16: warning: 'onMouseSetFocus' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                virtual void onMouseSetFocus(MyGUI::Widget* _old);
                             ^
/Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/MyGUIEngine/include/MyGUI_Button.h:60:8: note: overridden virtual function is here
                void onMouseSetFocus(Widget* _old) override;
                     ^
2 warnings generated.
[100%] Linking CXX shared library ../../bin/Plugin_StrangeButton.framework/Plugin_StrangeButton
{ cd /Users/pbulk/build/graphics/mygui/work/mygui-0726ed4ae70b3479677a794a6a3dd5d6cc48ed62/Plugins/Plugin_StrangeButton && /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/Plugin_StrangeButton.dir/link.txt --verbose= 
} || exit $?
[100%] Built target Plugin_StrangeButton
*** Please use pkgtools/verifypc to sanity check dependencies.