-
# RU
Сделал отдельный issue для этой задачи.
Сейчас в движке:
- [LuaBind beta 7 (версия 29 июля 2004 года!)](https://github.com/luabind/luabind/tree/6726a5dced14e317e1fb6eb50ba5601def42d9ec)
- [LuaJI…
-
"error LNK2001: unresolved external symbol "private: static unsigned int const luabind::detail::class_id_map::local_id_base" (?local_id_base@class_id_map@detail@luabind@@0IB) "
I get this when tryin…
-
I'm using luabind to bind some classes in C++ to make them available in Lua:
```cpp
auto defVector = luabind::class_("Vector");
defVector.def(luabind::tostring(luabind::self));
defVector.def(luabi…
-
Reported by @Kaffeine
There are bugs in config, e.g. here: https://github.com/AllTheHaxx/lua-srv/blob/7d4d8e5b445f929db2ae83c1a2ff036caff63307/src/engine/server/luabinding.h#L46 you need to replac…
-
Currently when luabind exceptions are disabled, program terminates always on lua errors.
Maybe we can allow user to tell luabind crash only when error callback wan't set?
For now, I have modified …
-
Hello, luabind fails to build using Apple's LLVM 2.0, it throws a lot of semantic issues, and a lot of compiler errors.
Maybe it's not a luabind issue itself, or maybe it is and GCC was being permiss…
Goles updated
11 years ago
-
I'm pretty sure there is a bug in the order of arguments passed here:
https://github.com/luabind/luabind/blob/master/src/inheritance.cpp#L193
I think it should be:
`m_cache.put(src, target, d…
-
Hello,
I try to build ctrlr on mac osx but I have some errors with luabind lib (the lua_strlen error). Can you tell me the lua version and the good github repo of luabind (I’m pretty Lost) ?
Thanks …
-
Although this is not specifically related to deboostifying, I considered it would be reasonable to open an issue here since it is the most active fork at the moment.
The problem was described here:
-…
-
As reported here: https://github.com/Oberon00/luabind/pull/29#issuecomment-134530745
@fhoefling
there is at least one failing test concerning "out_value" vs. "pure_out_value", see commit
https://git…