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
One of the main goals for gamekit is to have it build without requiring the installation of external dependencies. Right now there are errors on ubuntu. Gamekit should not depend on them by default:
GTK2_ATK_INCLUDE_DIR
GTK2_CAIRO_INCLUDE_DIR-NOTFOUND
GTK2_PANGO_INCLUDE_DIR-NOTFOUND
etc.
The text was updated successfully, but these errors were encountered:
Also the following error:
/usr/local/google/home/erwincoumans/develop/tmp/gamekit/wxWidgets-2.9.1/include/wx/buffer.h: In instantiation of ‘wxCharTypeBuffer::wxCharTypeBuffer(const wxScopedCharTypeBuffer&) [with T = char]’:
/usr/local/google/home/erwincoumans/develop/tmp/gamekit/wxWidgets-2.9.1/include/wx/buffer.h:354:35: required from here
/usr/local/google/home/erwincoumans/develop/tmp/gamekit/wxWidgets-2.9.1/include/wx/buffer.h:298:28: error: ‘MakeOwnedCopyOf’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
MakeOwnedCopyOf(src);
Any idea when these dependencies where added, and if we could try building from before that commit? Saw this thought it could be great BGE option with better license, but I see several build errors on the various platforms in issues, that this is supposed to support. And no community.
One of the main goals for gamekit is to have it build without requiring the installation of external dependencies. Right now there are errors on ubuntu. Gamekit should not depend on them by default:
GTK2_ATK_INCLUDE_DIR
GTK2_CAIRO_INCLUDE_DIR-NOTFOUND
GTK2_PANGO_INCLUDE_DIR-NOTFOUND
etc.
The text was updated successfully, but these errors were encountered: