gamekit-developers / gamekit

See http://gamekit.org or http://gamekit.googlecode.com A basic cross-platform 3D game engine around Lua, Bullet, .blend files, Ogre or Irrlicht.
248 stars 75 forks source link

gamekit doesn't build anymore, requires external dependencies #7

Open erwincoumans opened 9 years ago

erwincoumans commented 9 years ago

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.

erwincoumans commented 9 years ago

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);

etc.

bibleuspro commented 7 years ago

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.