China-Spiner / ibus-sogoupycc

Automatically exported from code.google.com/p/ibus-sogoupycc
1 stars 1 forks source link

compile error #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LuaBinding.cpp line 55

subversion trunk r23

It seems that the line 55 in LuaBinding.cpp should be looks like below:

int LuaBinding::l_keymask(lua_State *L) {

    DEBUG_PRINT(2, "[LUABIND] l_keymask (L: %x)\n", (int) L);

Please modify the "(int) L" to "(long) L" otherwise the gcc will failed to 
compile it.

Original issue reported on code.google.com by xink...@gmail.com on 23 Feb 2010 at 2:45

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by arcpp.zju@gmail.com on 25 Feb 2010 at 11:05