Oberon00 / luabind

Luabind is a library that helps you create bindings between C++ and Lua.
http://oberon00.github.io/luabind/
Other
46 stars 13 forks source link

Crash during luabind::open with luajit 2 #26

Closed danbulgakov closed 9 years ago

danbulgakov commented 9 years ago

I tried to use it for luajit 2 on Ubuntu 12.04 (boost 1.48). It crashes on luadind::open.

Oberon00 commented 9 years ago

I remember there were some problems with the Lua 5.1 compatibility functions. I will look into that.

Oberon00 commented 9 years ago

Please try again with 72c2ed4ec3763027a7ae8947ed70299e0500ad3d.

danbulgakov commented 9 years ago

It works, great! Thanks a lot.

Oberon00 commented 9 years ago

Good to hear!