Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erwincoumans opened this issue Jul 10, 2015 · 2 comments
Open

Comments

@erwincoumans
Copy link
Contributor

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
Copy link
Contributor Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants