Advertisement
Guest User

Untitled

a guest
Jun 24th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [ 84%] Built target ryzom_entities_game_service
  2. CMakeFiles/ryzom_client.dir/commands.cpp.o: In function `CLuaStackChecker::CLuaStackChecker(CLuaState*, int)':
  3. commands.cpp:(.text._ZN16CLuaStackCheckerC2EP9CLuaStatei[_ZN16CLuaStackCheckerC5EP9CLuaStatei]+0x20): undefined reference to `lua_gettop'
  4. CMakeFiles/ryzom_client.dir/commands.cpp.o: In function `CLuaState::checkIndex(int)':
  5. commands.cpp:(.text._ZN9CLuaState10checkIndexEi[_ZN9CLuaState10checkIndexEi]+0x71): undefined reference to `lua_gettop'
  6. CMakeFiles/ryzom_client.dir/commands.cpp.o: In function `CLuaState::pushValue(int)':
  7. commands.cpp:(.text._ZN9CLuaState9pushValueEi[_ZN9CLuaState9pushValueEi]+0x2d): undefined reference to `lua_pushvalue'
  8. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::callRingAccessPointMethod(char const*, int, int)':
  9. session_browser_impl.cpp:(.text+0x811): undefined reference to `lua_gettop'
  10. session_browser_impl.cpp:(.text+0x83e): undefined reference to `lua_gettop'
  11. session_browser_impl.cpp:(.text+0x84c): undefined reference to `lua_pushvalue'
  12. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::fill(std::vector<RSMGR::TSessionDesc, std::allocator<RSMGR::TSessionDesc> > const&)':
  13. session_browser_impl.cpp:(.text+0xb63): undefined reference to `lua_gettop'
  14. session_browser_impl.cpp:(.text+0xe2e): undefined reference to `lua_gettop'
  15. session_browser_impl.cpp:(.text+0xe51): undefined reference to `lua_rawseti'
  16. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::callRingCharTrackingMethod(char const*, int, int)':
  17. session_browser_impl.cpp:(.text+0x1061): undefined reference to `lua_gettop'
  18. session_browser_impl.cpp:(.text+0x108e): undefined reference to `lua_gettop'
  19. session_browser_impl.cpp:(.text+0x109c): undefined reference to `lua_pushvalue'
  20. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::charsFill(std::vector<RSMGR::TCharDesc, std::allocator<RSMGR::TCharDesc> > const&)':
  21. session_browser_impl.cpp:(.text+0x11fa): undefined reference to `lua_gettop'
  22. session_browser_impl.cpp:(.text+0x1403): undefined reference to `lua_gettop'
  23. session_browser_impl.cpp:(.text+0x1426): undefined reference to `lua_rawseti'
  24. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::callRingPlayerInfoMethod(char const*, int, int)':
  25. session_browser_impl.cpp:(.text+0x1791): undefined reference to `lua_gettop'
  26. session_browser_impl.cpp:(.text+0x17be): undefined reference to `lua_gettop'
  27. session_browser_impl.cpp:(.text+0x17cc): undefined reference to `lua_pushvalue'
  28. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::ringStatsFill()':
  29. session_browser_impl.cpp:(.text+0x191a): undefined reference to `lua_gettop'
  30. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::callScenarioScoresMethod(char const*, int, int)':
  31. session_browser_impl.cpp:(.text+0x1d11): undefined reference to `lua_gettop'
  32. session_browser_impl.cpp:(.text+0x1d3e): undefined reference to `lua_gettop'
  33. session_browser_impl.cpp:(.text+0x1d4c): undefined reference to `lua_pushvalue'
  34. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::init(CLuaState*)':
  35. session_browser_impl.cpp:(.text+0x2676): undefined reference to `lua_gettop'
  36. session_browser_impl.cpp:(.text+0x2689): undefined reference to `lua_pushvalue'
  37. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::luaJoinRingSession(CLuaState&)':
  38. session_browser_impl.cpp:(.text+0x828c): undefined reference to `lua_gettop'
  39. session_browser_impl.cpp:(.text+0x82aa): undefined reference to `lua_tonumber'
  40. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::luaUpdateScenarioScores(CLuaState&)':
  41. session_browser_impl.cpp:(.text+0x87ad): undefined reference to `lua_gettop'
  42. session_browser_impl.cpp:(.text+0x87c3): undefined reference to `lua_tonumber'
  43. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CSessionBrowserImpl::luaGetScenarioAverageScores(CLuaState&)':
  44. session_browser_impl.cpp:(.text+0x88e4): undefined reference to `lua_gettop'
  45. session_browser_impl.cpp:(.text+0x8904): undefined reference to `lua_tolstring'
  46. CMakeFiles/ryzom_client.dir/session_browser_impl.cpp.o: In function `CLuaState::toNumber(int)':
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement