-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
Using Arch Linux, I tried to install librocket from repository, which doesn't work any more. Compiled successfully from source though.
When trying to compile OpenSkyscraper, I find that cmake will work flawlessly, but trying to use make will fail:
OpenSkyscraper/source/Rocket/SystemInterface.h:38:55: error: ‘sf::Key’ has not been declared
Rocket::Core::Input::KeyIdentifier TranslateKey(sf::Key::Code Key);
the library "OpenSkyscraper/source/GUIManager.h" seems to suffer from the same problem of "sf::key has not been declared"