Hello, all. I've ran into some issues when compiling the latest 0.7 source. I've been using 0.7 for a while now (5 months or more I believe, and this was on GCC 4.8; I haven't updated since that time). Unfortunately, when calling make after configuring with cmake, I'm getting some static assert errors about invalid point-to-member function stuff. Here's a pastebin:
https://pastebin.com/VxJXXfKJPart of the error:
In instantiation of 'struct std::_Bind_check_arity<void (tgui::ComboBox::*)(), tgui::ComboBox*&, int>':
(SNIP template redundancy stuff)
required from 'unsigned int tgui::SignalWidgetBase::connect(const string&, Func, Args ...) [with Func = void (tgui::ComboBox::*)(); Args = {tgui::ComboBox*}; std::__cxx11::string = std::__cxx11::basic_string<char>]'
C:\Users\Cody\Downloads\TGUI-0.7-dev\TGUI-0.7-dev\src\TGUI\ComboBox.cpp:505:92: required from here
c:\mingw\mingw\include\c++\5.1.0\functional:1426:7: error: static assertion failed: Wrong number of arguments for pointer-to-member
static_assert(_Varargs::value
I've used a great deal of 0.7 stuff in my project so I'd rather not go back to 0.6 if it can be avoided. Any help you can provide would be much appreciated!