Static linking of the newly released MyGUI 3.4.1 completes.
Dynamic linking, however, errors with "undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'":
/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/tradewindow.cpp.o:(.data.rel+0x4398): undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/alchemywindow.cpp.o:(.data.rel+0x4998): undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'
/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/tradewindow.cpp.o: warning: relocation against `_ZTIN5MyGUI21ControllerRepeatClickE' in read-only section `.text._ZN5MyGUI7IObject8castTypeINS_21ControllerRepeatClickEEEPT_b[_ZN5MyGUI7IObject8castTypeINS_21ControllerRepeatClickEEEPT_b]'/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/tradewindow.cpp.o: in function `bool MyGUI::IObject::isType<MyGUI::ControllerRepeatClick>() const':/home/gleb/repos/glebm/openmw/build/extern/fetched/mygui/MyGUIEngine/include/MyGUI_IObject.h:18: undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/tradewindow.cpp.o:(.data.rel+0x55f8): undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'/usr/bin/ld: CMakeFiles/openmw.dir/mwgui/alchemywindow.cpp.o:(.data.rel+0x5718): undefined reference to `typeinfo for MyGUI::ControllerRepeatClick'/usr/bin/ld: warning: creating DT_TEXTREL in a PIEcollect2: error: ld returned 1 exit statusgmake[2]: *** [apps/openmw/CMakeFiles/openmw.dir/build.make:4531: openmw] Error 1gmake[1]: *** [CMakeFiles/Makefile2:3480: apps/openmw/CMakeFiles/openmw.dir/all] Error 2