starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
406 stars 67 forks source link

lutf8.so: undefined symbol: luaL_checkint #5

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello Xavier

I'm using lua 5.3 and luarocks 2.2.2 both compiled from sources. After installing lutf8 from sources and requiring it into my lua sources I'm getting the following error:

lutf8.so: undefined symbol: luaL_checkint

utf8 module was built from this rock src https://luarocks.org/manifests/xavier-wang/lutf8-0.1-1.src.rock

I.

starwing commented 9 years ago

I just changed the rock name and make a release, So you can try it:

luarocks install luautf8

to install the 0.1.0-1 version of lua-utf8.dll/so

ghost commented 9 years ago

Now it's working, thank you :)