Advertisement
Guest User

...

a guest
Sep 17th, 2014
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ||=== Build: Debug in Neuter (compiler: GNU GCC Compiler) ===|
  2. include\LuaScript.h|19|error: extra qualification 'LuaScript::' on member 'getIntVector' [-fpermissive]|
  3. include\LuaScript.h|20|error: extra qualification 'LuaScript::' on member 'getTableKeys' [-fpermissive]|
  4. C:\Users\Compaq\Documents\Programming\C++ stuff\Neuter\src\LuaScript.cpp||In member function 'std::vector<int> LuaScript::getIntVector(const string&)':|
  5. C:\Users\Compaq\Documents\Programming\C++ stuff\Neuter\src\LuaScript.cpp|23|error: no matching function for call to 'LuaScript::lua_gettostack(lua_State*&, const char*)'|
  6. C:\Users\Compaq\Documents\Programming\C++ stuff\Neuter\src\LuaScript.cpp|23|note: candidate is:|
  7. include\LuaScript.h|46|note: bool LuaScript::lua_gettostack(const string&)|
  8. include\LuaScript.h|46|note: candidate expects 1 argument, 2 provided|
  9. ||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement