You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
miss #include <functional> in lib/direct/Base.h:283
../../lib/direct/Base.h:283:63: error: ‘function’ is not a member of ‘std’
_Target *t = _Target::template Call< std::function<_Target *(TypeBase *)> >( *source_info.name )( this );
The text was updated successfully, but these errors were encountered:
I have another one:
./configure: line 18329: syntax error near unexpected token X11,' ./configure: line 18329: PKG_CHECK_MODULES(X11, xproto x11 xext, enable_x11="yes", enable_x11="no"'
miss
#include <functional>
in lib/direct/Base.h:283The text was updated successfully, but these errors were encountered: