Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. In file included from luabindtest..cpp:1:
  2. In file included from /usr/local/include/luabind/luabind.hpp:28:
  3. In file included from /usr/local/include/luabind/class.hpp:93:
  4. In file included from /usr/local/include/luabind/back_reference.hpp:27:
  5. In file included from /usr/local/include/luabind/wrapper_base.hpp:31:
  6. In file included from /usr/local/include/luabind/detail/call_member.hpp:30:
  7. In file included from /usr/local/include/luabind/detail/convert_to_lua.hpp:28:
  8. /usr/local/include/luabind/detail/policy.hpp:748:52: error: use of undeclared
  9. identifier 'lua_strlen'
  10. return std::string(lua_tostring(L, index), lua_strlen(L, index));
  11. ^
  12. In file included from luabindtest..cpp:1:
  13. In file included from /usr/local/include/luabind/luabind.hpp:28:
  14. In file included from /usr/local/include/luabind/class.hpp:93:
  15. In file included from /usr/local/include/luabind/back_reference.hpp:27:
  16. In file included from /usr/local/include/luabind/wrapper_base.hpp:31:
  17. In file included from /usr/local/include/luabind/detail/call_member.hpp:34:
  18. /usr/local/include/luabind/object.hpp:214:27: error: use of undeclared
  19. identifier 'lua_equal'; did you mean 'lua_rawequal'?
  20. LUABIND_BINARY_OP_DEF(==, lua_equal)
  21. ^
  22. /usr/local/include/luabind/object.hpp:211:14: note: expanded from macro
  23. 'LUABIND_BINARY_OP_DEF'
  24. return fn(L, -1, -2) != 0; \
  25. ^
  26. /usr/local/include/lua.h:198:16: note: 'lua_rawequal' declared here
  27. LUA_API int (lua_rawequal) (lua_State *L, int idx1, int idx2);
  28. ^
  29. In file included from luabindtest..cpp:1:
  30. In file included from /usr/local/include/luabind/luabind.hpp:28:
  31. In file included from /usr/local/include/luabind/class.hpp:93:
  32. In file included from /usr/local/include/luabind/back_reference.hpp:27:
  33. In file included from /usr/local/include/luabind/wrapper_base.hpp:31:
  34. In file included from /usr/local/include/luabind/detail/call_member.hpp:34:
  35. /usr/local/include/luabind/object.hpp:215:26: error: use of undeclared
  36. identifier 'lua_lessthan'
  37. LUABIND_BINARY_OP_DEF(<, lua_lessthan)
  38. ^
  39. /usr/local/include/luabind/object.hpp:211:14: note: expanded from macro
  40. 'LUABIND_BINARY_OP_DEF'
  41. return fn(L, -1, -2) != 0; \
  42. ^
  43. /usr/local/include/luabind/object.hpp:228:27: error: use of undeclared
  44. identifier 'lua_strlen'
  45. std::size_t len = lua_strlen(interpreter, -1);
  46. ^
  47. /usr/local/include/luabind/object.hpp:1213:32: error: use of undeclared
  48. identifier 'LUA_GLOBALSINDEX'
  49. lua_pushvalue(interpreter, LUA_GLOBALSINDEX);
  50. ^
  51. In file included from luabindtest..cpp:1:
  52. In file included from /usr/local/include/luabind/luabind.hpp:28:
  53. In file included from /usr/local/include/luabind/class.hpp:94:
  54. In file included from /usr/local/include/luabind/function.hpp:10:
  55. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  56. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47:
  57. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  58. undeclared identifier 'LUA_GLOBALSINDEX'
  59. lua_gettable(L, LUA_GLOBALSINDEX);
  60. ^
  61. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  62. undeclared identifier 'LUA_GLOBALSINDEX'
  63. lua_gettable(L, LUA_GLOBALSINDEX);
  64. ^
  65. In file included from luabindtest..cpp:1:
  66. In file included from /usr/local/include/luabind/luabind.hpp:28:
  67. In file included from /usr/local/include/luabind/class.hpp:94:
  68. In file included from /usr/local/include/luabind/function.hpp:10:
  69. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  70. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52:
  71. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  72. undeclared identifier 'LUA_GLOBALSINDEX'
  73. lua_gettable(L, LUA_GLOBALSINDEX);
  74. ^
  75. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  76. undeclared identifier 'LUA_GLOBALSINDEX'
  77. lua_gettable(L, LUA_GLOBALSINDEX);
  78. ^
  79. In file included from luabindtest..cpp:1:
  80. In file included from /usr/local/include/luabind/luabind.hpp:28:
  81. In file included from /usr/local/include/luabind/class.hpp:94:
  82. In file included from /usr/local/include/luabind/function.hpp:10:
  83. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  84. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57:
  85. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  86. undeclared identifier 'LUA_GLOBALSINDEX'
  87. lua_gettable(L, LUA_GLOBALSINDEX);
  88. ^
  89. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  90. undeclared identifier 'LUA_GLOBALSINDEX'
  91. lua_gettable(L, LUA_GLOBALSINDEX);
  92. ^
  93. In file included from luabindtest..cpp:1:
  94. In file included from /usr/local/include/luabind/luabind.hpp:28:
  95. In file included from /usr/local/include/luabind/class.hpp:94:
  96. In file included from /usr/local/include/luabind/function.hpp:10:
  97. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  98. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62:
  99. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  100. undeclared identifier 'LUA_GLOBALSINDEX'
  101. lua_gettable(L, LUA_GLOBALSINDEX);
  102. ^
  103. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  104. undeclared identifier 'LUA_GLOBALSINDEX'
  105. lua_gettable(L, LUA_GLOBALSINDEX);
  106. ^
  107. In file included from luabindtest..cpp:1:
  108. In file included from /usr/local/include/luabind/luabind.hpp:28:
  109. In file included from /usr/local/include/luabind/class.hpp:94:
  110. In file included from /usr/local/include/luabind/function.hpp:10:
  111. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  112. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67:
  113. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  114. undeclared identifier 'LUA_GLOBALSINDEX'
  115. lua_gettable(L, LUA_GLOBALSINDEX);
  116. ^
  117. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  118. undeclared identifier 'LUA_GLOBALSINDEX'
  119. lua_gettable(L, LUA_GLOBALSINDEX);
  120. ^
  121. In file included from luabindtest..cpp:1:
  122. In file included from /usr/local/include/luabind/luabind.hpp:28:
  123. In file included from /usr/local/include/luabind/class.hpp:94:
  124. In file included from /usr/local/include/luabind/function.hpp:10:
  125. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  126. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72:
  127. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  128. undeclared identifier 'LUA_GLOBALSINDEX'
  129. lua_gettable(L, LUA_GLOBALSINDEX);
  130. ^
  131. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  132. undeclared identifier 'LUA_GLOBALSINDEX'
  133. lua_gettable(L, LUA_GLOBALSINDEX);
  134. ^
  135. In file included from luabindtest..cpp:1:
  136. In file included from /usr/local/include/luabind/luabind.hpp:28:
  137. In file included from /usr/local/include/luabind/class.hpp:94:
  138. In file included from /usr/local/include/luabind/function.hpp:10:
  139. In file included from /usr/local/include/luabind/detail/call_function.hpp:320:
  140. In file included from /usr/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77:
  141. /usr/local/include/luabind/detail/call_function.hpp:350:19: error: use of
  142. undeclared identifier 'LUA_GLOBALSINDEX'
  143. lua_gettable(L, LUA_GLOBALSINDEX);
  144. ^
  145. /usr/local/include/luabind/detail/call_function.hpp:393:19: error: use of
  146. undeclared identifier 'LUA_GLOBALSINDEX'
  147. lua_gettable(L, LUA_GLOBALSINDEX);
  148. ^
  149. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  150. 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement