Advertisement
vivienneanthony

Trying to compile

Nov 5th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. ||=== Engine, Debug ===|
  2. /usr/local/include/Urho3D/Script/Script.h|55|error: cannot declare parameter ‘<anonymous>’ to be of abstract type ‘Urho3D::Script’|
  3. /usr/local/include/Urho3D/Script/Script.h|53|note: because the following virtual functions are pure within ‘Urho3D::Script’:|
  4. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|89|note: virtual Urho3D::StringHash Urho3D::Object::GetType() const|
  5. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|91|note: virtual const Urho3D::String& Urho3D::Object::GetTypeName() const|
  6. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|93|note: virtual const Urho3D::TypeInfo* Urho3D::Object::GetTypeInfo() const|
  7. /usr/local/include/Urho3D/Script/ScriptFile.h|147|error: cannot declare parameter ‘<anonymous>’ to be of abstract type ‘Urho3D::ScriptEventInvoker’|
  8. /usr/local/include/Urho3D/Script/ScriptFile.h|145|note: because the following virtual functions are pure within ‘Urho3D::ScriptEventInvoker’:|
  9. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|89|note: virtual Urho3D::StringHash Urho3D::Object::GetType() const|
  10. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|91|note: virtual const Urho3D::String& Urho3D::Object::GetTypeName() const|
  11. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|93|note: virtual const Urho3D::TypeInfo* Urho3D::Object::GetTypeInfo() const|
  12. ../Resources/Resource.h|10|error: ISO C++ forbids declaration of ‘OBJECT’ with no type [-fpermissive]|
  13. ../Resources/Resource.h|10|error: expected ‘;’ at end of member declaration|
  14. ../Resources/Resource.h|10|error: cannot declare parameter ‘<anonymous>’ to be of abstract type ‘ISWResourceExtraData’|
  15. ../Resources/Resource.h|8|note: because the following virtual functions are pure within ‘ISWResourceExtraData’:|
  16. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|89|note: virtual Urho3D::StringHash Urho3D::Object::GetType() const|
  17. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|91|note: virtual const Urho3D::String& Urho3D::Object::GetTypeName() const|
  18. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|93|note: virtual const Urho3D::TypeInfo* Urho3D::Object::GetTypeInfo() const|
  19. ../Resources/Resource.h|14|note: virtual Urho3D::String ISWResourceExtraData::VToString()|
  20. ../Resources/ResHandle.h|8|error: ISO C++ forbids declaration of ‘OBJECT’ with no type [-fpermissive]|
  21. ../Resources/ResHandle.h|8|error: expected ‘;’ at end of member declaration|
  22. ../Resources/ResHandle.h|8|error: cannot declare parameter ‘<anonymous>’ to be of abstract type ‘ResHandle’|
  23. ../Resources/ResHandle.h|6|note: because the following virtual functions are pure within ‘ResHandle’:|
  24. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|89|note: virtual Urho3D::StringHash Urho3D::Object::GetType() const|
  25. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|91|note: virtual const Urho3D::String& Urho3D::Object::GetTypeName() const|
  26. ../3thParty/Urho3D/Engine/../Core/../Core/Object.h|93|note: virtual const Urho3D::TypeInfo* Urho3D::Object::GetTypeInfo() const|
  27. ||=== Build finished: 25 errors, 0 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement